Re: kern/134931: [route] [fib] Route messages sent to all socket listeners regardless of setfib

2009-05-26 Thread Julian Elischer
Stanislav A Svirid wrote: The following reply was made to PR kern/134931; it has been noted by GNATS. From: Stanislav A Svirid To: bug-follo...@freebsd.org Cc: Subject: Re: kern/134931: [route] [fib] Route messages sent to all socket listeners regardless of setfib Date: Wed, 27 May 2

Re: kern/134931: [route] [fib] Route messages sent to all socket listeners regardless of setfib

2009-05-26 Thread Stanislav A Svirid
The following reply was made to PR kern/134931; it has been noted by GNATS. From: Stanislav A Svirid To: bug-follo...@freebsd.org Cc: Subject: Re: kern/134931: [route] [fib] Route messages sent to all socket listeners regardless of setfib Date: Wed, 27 May 2009 12:28:58 +0700 Bruce Si

Re: Wireless mesh networking

2009-05-26 Thread Ian Smith
On Tue, 26 May 2009, Brooks Davis wrote: > On Tue, May 26, 2009 at 08:06:25PM +1000, Ian Smith wrote: > > On Sun, 24 May 2009, Rui Paulo wrote: > > > Hi, > > > If anyone is interested in testing out wireless mesh networking under > > > FreeBSD, the project has now reached a point where you

Re: Wireless mesh networking

2009-05-26 Thread Rui Paulo
On 26 May 2009, at 11:06, Ian Smith wrote: On Sun, 24 May 2009, Rui Paulo wrote: Hi, If anyone is interested in testing out wireless mesh networking under FreeBSD, the project has now reached a point where you can transfer packets between mesh nodes. Always a good point to celebrate :) I tr

Re: Wireless mesh networking

2009-05-26 Thread Brooks Davis
On Tue, May 26, 2009 at 08:06:25PM +1000, Ian Smith wrote: > On Sun, 24 May 2009, Rui Paulo wrote: > > Hi, > > If anyone is interested in testing out wireless mesh networking under > > FreeBSD, the project has now reached a point where you can transfer > > packets between mesh nodes. > > Alway

Multiple ftp servers behind pf with carp multi-ip

2009-05-26 Thread Alexandre Biancalana
Hi list, I have two firewall with 7.2-STABLE, PF and Carp for failover. The machine have one physical interface dedicated to two internet links (from different providers) and using two vlans on top of this physical interface. Each vlan have one real ip address and a carp interface with multiple r

Re: Dialer for UMTS/3G modems

2009-05-26 Thread Scott Ullrich
On Tue, May 26, 2009 at 9:31 AM, Ermal Luçi wrote: >> Perhaps mpd has grown hooks for this sort of thing? > MPD has the hooks but you have to tweak the initialization. Take a > look at mpd.script Yes, it appears MPD should work. I have been trying to get MPD5 to work with my 3G cards on 8 but it

kernel crashes with ndis & -CURRENT

2009-05-26 Thread Adam K Kirchhoff
In an attempt to get the native drivers working on a particular wireless network at work I updated to -CURRENT to see if I'd have any more luck ( http://www.freebsd.org/cgi/query-pr.cgi?pr=131153&cat= ). Unfortunately, that didn't work out so I was decided to revert to the ndis drivers. I create

Re: kernel crashes with ndis & -CURRENT

2009-05-26 Thread Paul B. Mahol
On 5/26/09, Adam K Kirchhoff wrote: > > In an attempt to get the native drivers working on a particular > wireless network at work I updated to -CURRENT to see if I'd have any > more luck ( http://www.freebsd.org/cgi/query-pr.cgi?pr=131153&cat= ). > > Unfortunately, that didn't work out so I was d

Re: kern/134931: [route] [fib] Route messages sent to all socket listeners regardless of setfib

2009-05-26 Thread Mark Linimon
The following reply was made to PR kern/134931; it has been noted by GNATS. From: Mark Linimon To: bug-follo...@freebsd.org Cc: Subject: Re: kern/134931: [route] [fib] Route messages sent to all socket listeners regardless of setfib Date: Tue, 26 May 2009 09:43:41 -0500 - Forwarde

Re: Dialer for UMTS/3G modems

2009-05-26 Thread Ermal Luçi
On Tue, May 26, 2009 at 3:01 PM, Bruce Simpson wrote: > Hi, > > Does anyone have a UMTS/3G dialer for FreeBSD which: > a) works, and > b) preferably has a GUI? pfSense has something in its non-stable version though not much testing has gone cause of drivers and availability of hardware. > > Perha

Re: how to remove jid?

2009-05-26 Thread Miroslav Lachman
Sam Wun wrote: Hi, Running FreeBSD 6.2, with jail, I hage the following jids shown in the jls command: # jls JID IP Address Hostname Path 10 125.255.1.6 wp.ipx.com.au /usr/jails/wp 8 125.255.1.6 wp/usr/jails/wp

how to remove jid?

2009-05-26 Thread Sam Wun
Hi, Running FreeBSD 6.2, with jail, I hage the following jids shown in the jls command: # jls JID IP Address Hostname Path 10 125.255.1.6 wp.ipx.com.au /usr/jails/wp 8 125.255.1.6 wp/usr/jails/wp 7 125.255.

Dialer for UMTS/3G modems

2009-05-26 Thread Bruce Simpson
Hi, Does anyone have a UMTS/3G dialer for FreeBSD which: a) works, and b) preferably has a GUI? Perhaps mpd has grown hooks for this sort of thing? thanks, BMS ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

Using multiple routing tables and rc.conf

2009-05-26 Thread Robert Blacquiere
Hi, I'me testing a network setup using multiple routing tables. I want to use this to setup different gateways. Some basic design is this: The system has two different uplinks (fast and slow for backup). And somewhere on the internet a colo with a full internet address range. I have setup the

Re: kern/134931: [route] [fib] Route messages sent to all socket listeners regardless of setfib

2009-05-26 Thread Bruce Simpson
lini...@freebsd.org wrote: Synopsis: [route] [fib] Route messages sent to all socket listeners regardless of setfib That might actually be a feature, however, the "API contract" with the multiple routing table support might not have covered this, so it might be "undefined behaviour". __

Re: kern/131153: [iwi] iwi doesn't see a wireless network

2009-05-26 Thread Adam K Kirchhoff
The following reply was made to PR kern/131153; it has been noted by GNATS. From: Adam K Kirchhoff To: bug-follo...@freebsd.org, ad...@voicenet.com Cc: Subject: Re: kern/131153: [iwi] iwi doesn't see a wireless network Date: Tue, 26 May 2009 07:58:33 -0400 Since I finally had the chance to tr

Re: Wireless mesh networking

2009-05-26 Thread Ian Smith
On Sun, 24 May 2009, Rui Paulo wrote: > Hi, > If anyone is interested in testing out wireless mesh networking under > FreeBSD, the project has now reached a point where you can transfer > packets between mesh nodes. Always a good point to celebrate :) > I try to keep the branch in sync with