Public bug reported:
I have configured in /etc/network/interfaces
# Local loopback
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
#iface usb0 inet manual
# post-up brctl addif vm0 $IFACE
# post-down brctl delif vm0 $IFACE
#iface wlan0 inet manual
# wpa-psk 394d4d28162e173c664f16c49ebfda32555987b6ef95ca9625461b55c49ec5d0
# wpa-driver wext
# wpa-key-mgmt WPA-PSK
# wpa-proto WPA
# wpa-ssid RuORgOVOJO
# post-up brctl addif vm0 $IFACE
# post-down brctl delif vm0 $IFACE
auto vm0
iface vm0 inet dhcp
#address
#netmask
#gateway
bridge_fd 3
bridge_hello 2
bridge_maxage 12
bridge_stp off
bridge_ports eth0 usb0 wlan0
post-up ifconfig eth0 0.0.0.0
post-up ip route add 192.168.112.0/23 via 192.168.1.4
#post-up ip route add 192.168.114.0/23 via 192.168.1.4
post-up ip route add 192.168.180.0/23 via 192.168.1.4
#post-up dhclient -e IF_METRIC=100 -pf /var/run/dhclient.vm0.pid -lf
/var/lib/dhcp3/dhclient.vm0.leases vm0
auto vm1
iface vm1 inet static
address 172.18.1.1
netmask 255.255.255.0
bridge_fd 3
bridge_hello 2
bridge_maxage 12
bridge_stp off
pre-up brctl addbr $IFACE
post-down brctl delbr $IFACE
auto eth0.114
iface eth0.114 inet manual
vlan-raw-device eth0
auto vm2
iface vm2 inet static
address 192.168.114.98
netmask 255.255.254.0
mtu 1492
bridge_fd 3
bridge_hello 2
bridge_maxage 12
bridge_stp off
bridge_ports eth0.114
auto vm8
iface vm8 inet static
address 172.18.8.1
netmask 255.255.255.0
bridge_fd 3
bridge_hello 2
bridge_maxage 12
bridge_stp off
pre-up brctl addbr $IFACE
post-down brctl delbr $IFACE
post-up iptables -t nat -A POSTROUTING -s 172.18.8.0/24 ! -d 172.18.8.0/24 -p
tcp -j MASQUERADE --to-ports 1024-65535
post-up iptables -t nat -A POSTROUTING -s 172.18.8.0/24 ! -d 172.18.8.0/24 -p
udp -j MASQUERADE --to-ports 1024-65535
post-up iptables -t nat -A POSTROUTING -s 172.18.8.0/24 ! -d 172.18.8.0/24 -j
MASQUERADE
post-up iptables -t filter -A INPUT -i $IFACE -p udp -m udp --dport 53 -j
ACCEPT
post-up iptables -t filter -A INPUT -i $IFACE -p tcp -m tcp --dport 53 -j
ACCEPT
post-up iptables -t filter -A INPUT -i $IFACE -p udp -m udp --dport 67 -j
ACCEPT
post-up iptables -t filter -A INPUT -i $IFACE -p tcp -m tcp --dport 67 -j
ACCEPT
post-up iptables -t filter -A FORWARD -d 172.18.8.0/24 -o $IFACE -m state
--state RELATED,ESTABLISHED -j ACCEPT
post-up iptables -t filter -A FORWARD -s 172.18.8.0/24 -i $IFACE -j ACCEPT
post-up iptables -t filter -A FORWARD -i $IFACE -o $IFACE -j ACCEPT
post-up iptables -t filter -A FORWARD -o $IFACE -j REJECT --reject-with
icmp-port-unreachable
post-up iptables -t filter -A FORWARD -i $IFACE -j REJECT --reject-with
icmp-port-unreachable
after booting a recently from 11.04 to 11.10 mirgated system only folowing
interfaces show up:
eth0 Link encap:Ethernet Hardware Adresse 00:1e:68:06:4b:e9
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:4709 errors:0 dropped:0 overruns:0 frame:0
TX packets:737 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:822457 (822.4 KB) TX bytes:99309 (99.3 KB)
Interrupt:18
lo Link encap:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
inet6-Adresse: ::1/128 Gültigkeitsbereich:Maschine
UP LOOPBACK RUNNING MTU:16436 Metrik:1
RX packets:617 errors:0 dropped:0 overruns:0 frame:0
TX packets:617 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:164170 (164.1 KB) TX bytes:164170 (164.1 KB)
vm0 Link encap:Ethernet Hardware Adresse 00:1e:68:06:4b:e9
inet Adresse:192.168.2.100 Bcast:192.168.2.255 Maske:255.255.255.0
inet6-Adresse: fe80::21e:68ff:fe06:4be9/64
Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:3877 errors:0 dropped:0 overruns:0 frame:0
TX packets:739 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:633323 (633.3 KB) TX bytes:95663 (95.6 KB)
vmnet1 Link encap:Ethernet Hardware Adresse 00:50:56:c0:00:01
inet Adresse:172.19.1.1 Bcast:172.19.1.255 Maske:255.255.255.0
inet6-Adresse: fe80::250:56ff:fec0:1/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
vmnet8 Link encap:Ethernet Hardware Adresse 00:50:56:c0:00:08
inet Adresse:172.19.8.1 Bcast:172.19.8.255 Maske:255.255.255.0
inet6-Adresse: fe80::250:56ff:fec0:8/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
The network is unusabe. I have to start interfaces by going to the
commandline and bring up the missing interfaces manualy.
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: netbase 4.45ubuntu3
Uname: Linux 3.0.4 x86_64
NonfreeKernelModules: openafs
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Mon Oct 17 14:02:53 2011
PackageArchitecture: all
ProcEnviron:
LANG=de_DE.UTF-8
SHELL=/bin/bash
SourcePackage: netbase
UpgradeStatus: Upgraded to oneiric on 2011-10-17 (0 days ago)
** Affects: netbase (Ubuntu)
Importance: Undecided
Status: New
** Tags: amd64 apport-bug oneiric
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876430
Title:
network not started as configured in interfaces
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netbase/+bug/876430/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs