Hello.
I hope i can find some help about this issue.
Recently I installed my servfer with ubuntu server 12.04 LTS, just console mode, no desktop.
after I end the installation, i wanted to configure multiple sites ins this server, (just I have it on debian 5) for each site one IP.
I did the configuration on /etc/network/interfaces (as ussual), but I put a virtual network, and when I reboot my PC, in the boot comes a message:
"Waiting for server network configuration..."
After a while, comes a new message:
"Waiting up to 60 more seconds for network configuration..."
and it takes about 3 more minutes to boot, after a time, it comes a new message:
"Booting system without full network configuration..."
This is my /etc/netwrok/interfaces file as end of the installation.
Quote:
# 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.50.2
netmask 255.255.255.0
network 192.168.50.0
broadcast 192.168.50.255
gateway 192.168.50.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.50.2
dns-search mtm.net
|
Whit that configuration I don't have any problems, everything goes well.
But when I change to this.
Quote:
# 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.50.2
netmask 255.255.255.0
network 192.168.50.0
broadcast 192.168.50.255
gateway 192.168.50.1
# dns-* options are implemented by the resolvconf package, if installed
#dns-nameservers 192.168.50.2
#dns-search mtm.net
auto eth0:0
iface eth0:0 inet static
address 192.168.50.3
netmask 255.255.255.0
network 192.168.50.0
broadcast 192.168.50.255
gateway 192.168.50.1
auto eth0:1
iface eth0:1 inet static
address 192.168.50.10
netmask 255.255.255.0
network 192.168.50.0
broadcast 192.168.50.255
gateway 192.168.50.1
|
There is the problem, i have more time to boot.
And one more thing, this server is behind a router, so to to updates, or new installation, I need to add a new nameserver.
I mean, I need to DNS address, one the server it self, and then the primary router to connect to internet.
Could somebody help me with this
Thanks in advance.
Recent comments
13 hours 38 min ago
14 hours 37 min ago
18 hours 24 min ago
19 hours 38 min ago
23 hours 15 min ago
1 day 6 hours ago
1 day 15 hours ago
1 day 16 hours ago
2 days 7 hours ago
2 days 10 hours ago