Re: Bridge with PF

2005-01-20 Thread stheg olloydson
it was said:

>Hello,
>
>after doing kldload -v bridge, I can see that I have it:



>Where is the mention of bridge with pf ? Or am I misunderstanding who
>bridge is supposed to work with pf ?
>
>I do have PF compiled into the kernel, it currently is doing NAT
>with packet filtering. Running 5.3.

Hello,

Bridge(4) doesn't work very well with pf. Check the pf list archives
for the exact details. You may want to explain what you're trying to
accomplish on that list as sometimes a work-around is possible.

Regards,

stheg



__ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Bridge with PF

2005-01-20 Thread Kosta Kilim
Hello,

after doing kldload -v bridge, I can see that I have it:

kldstat
Id Refs AddressSize Name
 16 0xc040 2cf3dc   kernel
 2   14 0xc06d 54974acpi.ko
 31 0xc125b000 3000 daemon_saver.ko
 41 0xc152a000 7000 bridge.ko

then if I do: sysctl -a | grep net.link.ether.bridge

I get:

sysctl -a | grep net.link.ether.bridge
net.link.ether.bridge.version: 031224
net.link.ether.bridge.debug: 0
net.link.ether.bridge.ipf: 0
net.link.ether.bridge.ipfw: 0
net.link.ether.bridge.copy: 0
net.link.ether.bridge.ipfw_drop: 0
net.link.ether.bridge.ipfw_collisions: 0
net.link.ether.bridge.packets: 0
net.link.ether.bridge.dropped: 0
net.link.ether.bridge.predict: 0
net.link.ether.bridge.enable: 0
net.link.ether.bridge.config: 
net.link.ether.bridge_ipf: 0
net.link.ether.bridge_ipfw: 0
net.link.ether.bridge_cfg: 

Where is the mention of bridge with pf ? Or am I misunderstanding who bridge 
is supposed to work with pf ?

I do have PF compiled into the kernel, it currently is doing NAT
with packet filtering. Running 5.3.

Thanks

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"