Re: re(4) needs promisc to work properly

2006-12-02 Thread Ed Schouten
Hello Bill, * Bill Paul <[EMAIL PROTECTED]> wrote: > I'm a little concerned about the fact that now SIOCSIFFLAGS can never > cause re_init_locked() to be called. There are some cases where it > does need to be called (like when the IFF_UP flag is first set to > turn the interface on). > > I usual

Re: re(4) needs promisc to work properly

2006-12-01 Thread Bill Paul
> Hello Bill, > > * Bill Paul <[EMAIL PROTECTED]> wrote: > > > - Switching from and to promiscuous mode takes 7 seconds. All packets > > > are dropped in the mean time. > > > > The SIOCSIFFLAGS handler in re_ioctl() currently just takes a shortcut > > of calling re_init(). While this does event

Re: re(4) needs promisc to work properly

2006-12-01 Thread Ed Schouten
Hello Bill, * Bill Paul <[EMAIL PROTECTED]> wrote: > > - Switching from and to promiscuous mode takes 7 seconds. All packets > > are dropped in the mean time. > > The SIOCSIFFLAGS handler in re_ioctl() currently just takes a shortcut > of calling re_init(). While this does eventually end up cha

Re: re(4) needs promisc to work properly

2006-11-30 Thread Bill Paul
> * Bill Paul <[EMAIL PROTECTED]> wrote: > > > It's more likely a problem with the multicast filter programming. > > > IPv6 is all about the multicasting (neighbord discovery depends on it > > > to work correctly). I can't explain why it's not working though. > > > I've tested the sample 8168B/8111

Re: re(4) needs promisc to work properly

2006-11-30 Thread Ed Schouten
* Bill Paul <[EMAIL PROTECTED]> wrote: > > It's more likely a problem with the multicast filter programming. > > IPv6 is all about the multicasting (neighbord discovery depends on it > > to work correctly). I can't explain why it's not working though. > > I've tested the sample 8168B/8111B cards th

Re: re(4) needs promisc to work properly

2006-11-30 Thread Bill Paul
> > On Tue, Nov 28, 2006 at 08:46:00PM +0100, Ed Schouten wrote: > > > Hello, > > > > > > I'm running FreeBSD 6.2-PRERELEASE on my new desktop. It has the > > > following hardware: > > > > > > - Intel Core 2 Duo 6400 > > > - Asus P5B motherboard > > > - On-board Realtek NIC (8168B/8111B)

Re: re(4) needs promisc to work properly

2006-11-29 Thread Bill Paul
> On Tue, Nov 28, 2006 at 08:46:00PM +0100, Ed Schouten wrote: > > Hello, > > > > I'm running FreeBSD 6.2-PRERELEASE on my new desktop. It has the > > following hardware: > > > > - Intel Core 2 Duo 6400 > > - Asus P5B motherboard > > - On-board Realtek NIC (8168B/8111B) > > > > For som

Re: re(4) needs promisc to work properly

2006-11-28 Thread gnn
At Tue, 28 Nov 2006 20:46:00 +0100, Ed Schouten wrote: > > [1 ] > Hello, > > I'm running FreeBSD 6.2-PRERELEASE on my new desktop. It has the > following hardware: > > - Intel Core 2 Duo 6400 > - Asus P5B motherboard > - On-board Realtek NIC (8168B/8111B) > > For some reason, it drops all inco

Re: re(4) needs promisc to work properly

2006-11-28 Thread Pyun YongHyeon
On Tue, Nov 28, 2006 at 08:46:00PM +0100, Ed Schouten wrote: > Hello, > > I'm running FreeBSD 6.2-PRERELEASE on my new desktop. It has the > following hardware: > > - Intel Core 2 Duo 6400 > - Asus P5B motherboard > - On-board Realtek NIC (8168B/8111B) > > For some reason, it drops all

re(4) needs promisc to work properly

2006-11-28 Thread Ed Schouten
Hello, I'm running FreeBSD 6.2-PRERELEASE on my new desktop. It has the following hardware: - Intel Core 2 Duo 6400 - Asus P5B motherboard - On-board Realtek NIC (8168B/8111B) For some reason, it drops all incoming IPv6 packets. I can only SSH to the machine using IPv6 when I run the following c