Re: problem with dhcpd on a bridge ?

2009-12-06 Thread Julien TOUCHE
Claudio Jeker wrote on 05/12/09 10:32: Update to -current since this got fixed at h2k9 by Theo and myself. Bridge did a terrible job when forwarding traffic to other ports which resulted in most bpf listeners not seeing parts of the traffic. Ok. thanks Claudio. A pity it does not make 4.6.

problem with dhcpd on a bridge ?

2009-12-05 Thread jul
I have setup a bridge following the faq http://www.openbsd.org/faq/faq6.html#Bridge (no filtering) $ cat /etc/bridgename.bridge0 add sis0 add sis2 up $ cat /etc/hostname.sis0 192.168.x.x 255.255.255.0 192.168.1.255 description LAN $ cat /etc/hostname.sis2 up $ brconfig bridge0 bridge0:

Re: problem with dhcpd on a bridge ?

2009-12-05 Thread Claudio Jeker
On Sat, Dec 05, 2009 at 10:00:23AM +0100, jul wrote: I have setup a bridge following the faq http://www.openbsd.org/faq/faq6.html#Bridge (no filtering) $ cat /etc/bridgename.bridge0 add sis0 add sis2 up $ cat /etc/hostname.sis0 192.168.x.x 255.255.255.0 192.168.1.255 description LAN $