search for: mac_of_eth1

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

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