Bridging eth0 and eth1?
Posted: 27 Jul 2011, 14:25
As far as I understand a B3 by default use nat and rfc1918-adresses for devices connected to the lan port. My isp merrily supplies me with all the ip addresses i need by dhcp. So I'm curious, is it a bad idea to try to bridge eth0 (wan) and eht1 (lan) instead of using forwarding and nat on eth1 and wlan0?
Basically the idea is to put this in /etc/network/interfaces:
How does the bundled excito software interact with /etc/network/interfaces? How does it respond to not having an ip adress bound to eth0 anymore? What about the default bridging of wlan0 and eth1?
Has anyone else tried something like this before? Any disadvantages or performance issues?
Basically the idea is to put this in /etc/network/interfaces:
Code: Select all
iface eth0 inet manual
iface eth1 inet manual
iface br0 inet dhcp
bridge_ports eth0 eth1
Has anyone else tried something like this before? Any disadvantages or performance issues?