Hi im having some problems with virtual ip. I am using Virtual servers with Xen.
Same problems on 2 different servers
i get the following error on boot
Quote:
Setting up networking....
Configuring network interfaces...if-up.d/mountnfs[lo:1]: waiting for interface eth0 before doing NFS mounts (warning).
SIOCADDRT: No such process
Failed to bring up eth0.
done.
|
My /etc/network/interfaces config
im using the same config on both web1 and web2 but different ip's(they are virtual servers on different machines)
Quote:
auto lo
iface lo inet loopback
auto lo:1
iface lo:1 inet static
address 91.142.186.70
netmask 255.255.255.248
pre-up sysctl -p > /dev/null
auto eth0
iface eth0 inet static
address 91.142.186.67
network 91.142.186.64
gateway 91.142.186.65
netmask 255.255.255.248
|
My network part in Xen configs
Quote:
|
vif = [ 'ip=91.142.186.67,mac=00:16:3E:A2:E3:99' ]
|
of course different ip's on them.
Hope anybody can help me with this issue
Maby should add that if i remove the lo:1 it workes just fine.
Recent comments
1 day 16 min ago
1 day 5 hours ago
1 day 6 hours ago
1 day 7 hours ago
1 day 9 hours ago
1 day 13 hours ago
1 day 14 hours ago
1 day 16 hours ago
2 days 5 hours ago
2 days 7 hours ago