BassKozz
May 25th, 2008, 10:48 PM
I recently upgraded from Feisty (7.10) to Hardy (8.04) and it broke my networking :(
I posted in the Absolute Beginners forum here: http://ubuntuforums.org/showthread.php?t=807020
but I seem to have hit a road block on it (as far as support goes)...
Basically what it boils down to is each time I reboot I have to change the last three lines of /etc/network/interfaces to/from:
auto lo
iface lo inet loopback
auto br0
#iface br0 inet dhcp
# bridge_ports eth1
iface eth1 inet dhcp
or
auto lo
iface lo inet loopback
auto br0
iface br0 inet dhcp
bridge_ports eth1
#iface eth1 inet dhcp
and issue sudo /etc/init.d/networking restart...
-=-
So to re-iterate if the last three lines are:iface br0 inet dhcp
bridge_ports eth1
#iface eth1 inet dhcp
Upon reboot I have to change it to:#iface br0 inet dhcp
# bridge_ports eth1
iface eth1 inet dhcp
and issue sudo /etc/init.d/networking restart
And vice versa EVERY SINGLE TIME I REBOOT the machine, just to get the network working again :confused:
Can someone help me figure this out?
Thanks in advance,
-BassKozz
I posted in the Absolute Beginners forum here: http://ubuntuforums.org/showthread.php?t=807020
but I seem to have hit a road block on it (as far as support goes)...
Basically what it boils down to is each time I reboot I have to change the last three lines of /etc/network/interfaces to/from:
auto lo
iface lo inet loopback
auto br0
#iface br0 inet dhcp
# bridge_ports eth1
iface eth1 inet dhcp
or
auto lo
iface lo inet loopback
auto br0
iface br0 inet dhcp
bridge_ports eth1
#iface eth1 inet dhcp
and issue sudo /etc/init.d/networking restart...
-=-
So to re-iterate if the last three lines are:iface br0 inet dhcp
bridge_ports eth1
#iface eth1 inet dhcp
Upon reboot I have to change it to:#iface br0 inet dhcp
# bridge_ports eth1
iface eth1 inet dhcp
and issue sudo /etc/init.d/networking restart
And vice versa EVERY SINGLE TIME I REBOOT the machine, just to get the network working again :confused:
Can someone help me figure this out?
Thanks in advance,
-BassKozz