VLAN Bridge with layer2 filtering

2005-04-26 Thread Csaba Urban
Hi, I have a number of users on a VLAN enabled switch - each users on his own VLAN. They have fixed IP address sharing the same IP subnet and gateway. I want to grant them access to the internet throug a FreeBSD box which prevents them from communicating with each other in Layer2 and which al

6.0-RELEASE: if_bridge+vlan panic

2005-11-07 Thread Csaba Urban
Hello, I'm trying tho have if_bridge work with vlan members but kernel panics after a few minutes. I tried if_bridge+ng_eiface+ng_vlan but it panics too. The strange thing is that it seems forwarding packets correctly until it crushes. I have the following setup: -x.x.2

Re: 6.0-RELEASE: if_bridge+vlan panic

2005-11-10 Thread Csaba Urban
Hello, It seems that the crash occurs only when ipfw or pf is enabled. As suggested, I will submit a pr soon. Csaba Andrew Thompson <[EMAIL PROTECTED]> írta: > On Mon, Nov 07, 2005 at 05:55:14PM +0100, Csaba Urban wrote: > > Hello, > > > > I'm trying t

PF rule on bridged interface won't match

2005-11-18 Thread Csaba Urban
Hi, I can't have packets match on PF rules on a member of if_bridge if it is not bridged but comes from an other IP interface. Bridged packets match correctly. bridge0: flags=8041 mtu 1500 inet 192.168.1.1 netmask 0xffe0 ether ac:de:48:af:bc:8f priority 32768 helloti

Re: PF rule on bridged interface won't match

2005-11-19 Thread Csaba Urban
would be more convenient if packets destined for/ originated from the bridge itself were also handled to pfil_hooks when entering/leaving member interfaces. Andrew Thompson <[EMAIL PROTECTED]> írta: > On Fri, Nov 18, 2005 at 03:50:42PM +0100, Csaba Urban wrote: > > Hi, > >