Searched but didn’t find a topic related to this here. Got a small problem on ubuntu 12.04 3.2.0-24-generic-pae (desktop) running ispconfig 3.0.4.5.
Setting ispconfig to manage the network configuration causes ubuntu to show “waiting for network configuration” followed by “waiting up to 60 more seconds for network configuration..” messages on boot, and they take about 2 minutes to let the system continue to boot.
I’ve seen there is an ubuntu bug related to this:
https://bugs.launchpad.net/ubuntu/+s...wn/+bug/916890
The only way for the system to boot normally is to un-check “Network Configuration” in Server Config.
I am not sure if there is something I can do with your help, once if I don’t use the ispconfig feature “Network Configuration”, then additional server IP Addresses don’t work on (at least) lan.
There was nothing like this on ubuntu 10.04
Other than that, the system runs excellent.
Thanks for your help.
EDIT:
This is my /etc/network/interfaces
Code:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.200
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
auto eth0:0
iface eth0:0 inet static
address 192.168.0.100
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
eth0:0 is the one that causes the problem, although without it, 192.168.0.100 (the additional ip) will never work.
By the way, on page 3 of "The Perfect Server - Ubuntu 12.04 LTS (Apache2, BIND, Dovecot, ISPConfig 3)"
http://www.howtoforge.com/perfect-se...ispconfig-3-p3 you add this part:
Code:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.100
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
dns-nameservers 8.8.8.8 8.8.4.4
My question is, why now my interfaces have the "dns-nameservers" missing ?
cheers
Recent comments
19 hours 16 min ago
1 day 15 min ago
1 day 1 hour ago
1 day 2 hours ago
1 day 4 hours ago
1 day 8 hours ago
1 day 9 hours ago
1 day 11 hours ago
2 days 53 min ago
2 days 2 hours ago