Grames,
Um try :
I want to have .13, .18 and .19 as last part of the IP for my VIP.
I tried it this way
/sbin/ifconfig eth1:10 192.168.0.13 broadcast 192.168.0.255 netmask
255.255.255.0
/sbin/ifconfig eth1:11 192.168.0.18 broadcast 192.168.0.255 netmask
255.255.255.0
/sbin/ifconfig eth1:12 192.168.0.19 broadcast 192.168.0.255 netmask
255.255.255.0
Grames Gernot wrote:
Hello,
is it possible to use multiple IP adr. (VIP) for my director ??
I want to have .13, .18 and .19 as last part of the IP for my VIP.
I tried it this way
/sbin/ifconfig eth1:10 192.168.0.13 broadcast 192.168.0.255 netmask
255.255.255.0
/sbin/ifconfig eth1:10 192.168.0.18 broadcast 192.168.0.255 netmask
255.255.255.0
/sbin/ifconfig eth1:10 192.168.0.19 broadcast 192.168.0.255 netmask
255.255.255.0
but only the last configuration (.19) is taken!
|