search for: mac_of_eth0

Displaying 1 result from an estimated 1 matches for "mac_of_eth0".

Did you mean: mac_of_eth1
2008 Jan 06
0
[Bridge] Bridge with IP address -> unable to connect to bridge
...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...