Date: Thu, 13 Dec 2007 16:02:37 +0900 From: Randy Bush <randy@psg.com> To: Ian Smith <smithi@nimnet.asn.au> Cc: FreeBSD Net <freebsd-net@freebsd.org> Subject: Re: ifconfig: BRDGADD vr1: Invalid argument Message-ID: <4760D90D.8080205@psg.com> In-Reply-To: <Pine.BSF.3.96.1071213164321.1009B-100000@gaia.nimnet.asn.au> References: <Pine.BSF.3.96.1071213164321.1009B-100000@gaia.nimnet.asn.au>
next in thread | previous in thread | raw e-mail | index | archive | help
sorry, neglected to include /etc/ipfw.rules # egrep -v '^(#|$)' /etc/ipfw.rules flush add deny log all from any to any ipoptions ssrr,lsrr,rr add pass tcp from me to 666.42.0.62 smtp add deny log tcp from any to any smtp add deny all from any to me auth nat 42 config if vr0 log add nat 42 ip4 from any to any via vr0 add 65530 pass all from any to any > What do your net.link.bridge.pfil_{onlyip,member,bridge} sysctls wind up > being, noting that your bridge iface is serving DHCP and: same either way # sysctl -w net.link.bridge.ipfw=0 net.link.bridge.ipfw: 1 -> 0 # sysctl -a | grep net.link.bridge.pfil net.link.bridge.pfil_local_phys: 0 net.link.bridge.pfil_member: 0 net.link.bridge.pfil_bridge: 0 net.link.bridge.pfil_onlyip: 0 # sysctl -w net.link.bridge.ipfw=1 net.link.bridge.ipfw: 0 -> 1 # sysctl -a | grep net.link.bridge.pfil net.link.bridge.pfil_local_phys: 0 net.link.bridge.pfil_member: 0 net.link.bridge.pfil_bridge: 0 net.link.bridge.pfil_onlyip: 0 randy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4760D90D.8080205>