On Fri, 2007-11-16 at 11:31 +0200, Kevin Tucker wrote:
> I have used the following config to setup my realservers:
> 
> /sbin/ifconfig lo:110 xxx.xxx.xx.130 broadcast  xxx.xxx.xx.130 netmask
> 0xffffffff up
> /sbin/ifconfig lo:110
> /sbin/route add -host xxx.xxx.xx.130 dev lo:110
> 
> However, when I reboot the machine, these settings disappear.
> 
> Is there a way to get these to stay at boot time?

Either put them in your rc.local file (which will be in /etc/rc.local in
most cases), or use your distro's network configuration system to have
them brought up at boot.

On a RedHat based system you'd
create /etc/sysconfig/network-scripts/ifcfg-lo:110 and put in it:

DEVICE=lo:110
IPADDR=[IP of your VIP]
NETMASK=255.255.255.255
NETWORK=[IP of your VIP]
BROADCAST=[IP of your VIP]
ONBOOT=yes
NAME=loopback110

Graeme


_______________________________________________
LinuxVirtualServer.org mailing list - [email protected]
Send requests to [EMAIL PROTECTED]
or go to http://lists.graemef.net/mailman/listinfo/lvs-users

Reply via email to