7 Jan 2008 01:30
Bridge with IP address -> unable to connect to bridge
Casper Gripenberg <casper.cg <at> gmail.com>
2008-01-07 00:30:02 GMT
2008-01-07 00:30:02 GMT
Hi, I tried sending this earlier, but it didn't come through. Apologies if this appers twice on the list. I'm running bridging using the brouter setup described on this page: http://ebtables.sourceforge.net/examples.html "Making a brouter". The setup described there is like this: ifconfig br0 0.0.0.0 ifconfig eth0 172.16.1.1 netmask 255.255.255.0 ifconfig eth1 172.16.2.1 netmask 255.255.255.0 ebtables -t broute -A BROUTING -p ipv4 -i eth0 --ip-dst 172.16.1.1 -j DROP ebtables -t broute -A BROUTING -p ipv4 -i eth1 --ip-dst 172.16.2.1 -j DROP ebtables -t broute -A BROUTING -p arp -i eth0 -d $MAC_OF_ETH0 -j DROP ebtables -t broute -A BROUTING -p arp -i eth1 -d $MAC_OF_ETH1 -j DROP My setup is different in that I use a public DHCP IP address for eth0, and an interal private IP for eth1. Internet <-> DHCP <-> eth0 br0 eth1 <-> my internal net The bridge bridges traffic fine, but the problems come when I try to access eth0 from my internal network.(Continue reading)
Other than this, it is works fine with me, but i didn't test it deeply yet.
On Tue, 8 Jan 2008 08:56:07 -0800, Stephen Hemminger wrote
> Minor update to bridge-utils. Mostly fixing bugs in usage of sysfs.
>
> Release tarball:
>
RSS Feed