LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to create a bridge in Ubuntu 9 (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-create-a-bridge-in-ubuntu-9-a-749669/)

quan68 08-23-2009 10:01 AM

How to create a bridge in Ubuntu 9
 
I have upgraded from Ubuntu 8 to Ubuntu 9 I had created a bridge using bridge-utils and editing the interfaces file using the following

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet manual

auto eth1
iface eth1 inet manual

auto br0
iface br0 inet dhcp
bridge_ports eth0 eth1

however this does not work with version 9 and the interfaces are now being reported as unmanaged and suggestions?


All times are GMT -5. The time now is 09:52 AM.