Hi
I am configuring Virtual Server on Ubuntu 10.10 as in
http://www.howtoforge.com/virtualiza...on-ubuntu-9.10
Edited /etc/network/interfaces as followed
Quote:
auto eth0
iface eth0 inet manual
auto br0
iface br0 inet static
address 192.160.1.5
network 192.160.1.0
netmask 255.255.255.0
broadcast 192.160.1.255
gateway 192.160.1.1
brigde_ports eth0
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stp off
|
When restart /etc/init.d/networking
the following errors
Quote:
br0: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
SIOCSIFBRDADDR: No such device
br0: ERROR while getting interface flags: No such device
br0: ERROR while getting interface flags: No such device
Failed to bring up br0.
|
ifconfig -a has the following result
Quote:
eth0 Link encap:Ethernet HWaddr 48:5b:39:75:74:de
inet addr:192.160.1.5 Bcast:192.160.1.255 Mask:255.255.255.0
inet6 addr: fe80::4a5b:39ff:fe75:74de/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:314143 errors:0 dropped:0 overruns:0 frame:0
TX packets:312255 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:271019121 (271.0 MB) TX bytes:231755651 (231.7 MB)
Interrupt:42 Base address:0xe000
eth1 Link encap:Ethernet HWaddr 00:e0:4c:77:1d:38
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:20 Base address:0xe800
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:118261 errors:0 dropped:0 overruns:0 frame:0
TX packets:118261 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:216908231 (216.9 MB) TX bytes:216908231 (216.9 MB)
virbr0 Link encap:Ethernet HWaddr 46:28:9f:c8:ee:b5
inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0
inet6 addr: fe80::4428:9fff:fec8:eeb5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:444 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:53818 (53.8 KB)
|
Please help.
Thanks in advance
Hi
Problem solved. Need to indent the parameters under br0 for /etc/network/interface as below
Quote:
auto br0
iface br0 inet staticaddress 192.160.1.5
network 192.160.1.0
netmask 255.255.255.0
broadcast 192.160.1.255
gateway 192.160.1.1
bridge_ports eth0
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stp off
|
Recent comments
21 hours 53 min ago
1 day 4 hours ago
1 day 8 hours ago
1 day 10 hours ago
1 day 18 hours ago
2 days 3 hours ago
2 days 4 hours ago
2 days 8 hours ago
2 days 12 hours ago
2 days 13 hours ago