Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jun 2007 11:52:56 +0300
From:      Igor Popov <igorpopov@newmail.ru>
To:        freebsd-ipfw@freebsd.org
Subject:   packet goes through bridge
Message-ID:  <200706141152.57291.igorpopov@newmail.ru>

next in thread | raw e-mail | index | archive | help
	Hi, all.
I have FreeBSD-6.2 running bridge (if_bridge), and I interesting what packet 
flow on bridge, I have tried to use tagging packets on incomming interface to 
pass tagged packets on outgoing interface, but it doesnt work.

sysctl.conf:
net.link.bridge.pfil_onlyip=1
net.link.bridge.pfil_bridge=1
net.link.bridge.pfil_member=1

rc.conf:
cloned_interfaces="bridge0"
ifconfig_em0="polling up"
ifconfig_em1="polling up"
ifconfig_bridge0="addm em0 addm em1 up"
ifconfig_bridge0="inet 80.0.0.1/28"

-- 
You now have Asian Flu.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706141152.57291.igorpopov>