Weblog entry #1 for anjuge
#1
add a IP on lo:0 ,then all arp packages can't
Posted by anjuge on Fri 12 Mar 2010 at 03:54
when add a IP on lo:0 ,then all arp packages can't send out from this computer.
e.g.
#ifconfig lo:0 192.168.1.160 up
then
#arp -a
no any entry.
and the "eth0" can't send any arp packages.
why ?
help me , I'm testing LVS-DR cluster.
e.g.
#ifconfig lo:0 192.168.1.160 up
then
#arp -a
no any entry.
and the "eth0" can't send any arp packages.
why ?
help me , I'm testing LVS-DR cluster.
Comments on this Entry
Posted by Anonymous (217.216.xx.xx) on Sat 13 Mar 2010 at 01:14
'lo' IS and MUST BE loopback address!
[ Parent | Reply to this comment ]
Posted by Anonymous (81.88.xx.xx) on Sat 13 Mar 2010 at 12:06
you should be using a dummy interface
(OT: loopback interfaces in Cisco = dummy interfaces in Linux, if you are configuring quagga, for example)
(OT: loopback interfaces in Cisco = dummy interfaces in Linux, if you are configuring quagga, for example)
[ Parent | Reply to this comment ]
hi,everyone
I find the answer.
It's due to the netmask. In the lo interface ,I set the netmask as 255.255.255.255 ,then the eth0 works oK
I find the answer.
It's due to the netmask. In the lo interface ,I set the netmask as 255.255.255.255 ,then the eth0 works oK
[ Parent | Reply to this comment ]