Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2005 20:28:48 +0800
From:      sam wun <sam.wun@authtec.com>
To:        freebsd-net@freebsd.org
Subject:   ping: sendto: Host is down on vrrp IP.
Message-ID:  <42230E80.40509@authtec.com>

next in thread | raw e-mail | index | archive | help
Hi list,

I don't know what is wrong with the freevrrp setup in my FreeBSD 5.4.
After setup and started freevrrpd, I tried to ping both interfaces in localhost, only one interface appeared responsed to the icmp echo request packets, the interface associated with ip 192.168.1.1 is down; while 192.168.4.1 is fine. Both IP addresses are assigned by freevrrpd daemon.

# ping 192.168.1.1
PING 192.168.1.1 (192.168.1.1): 56 data bytes
ping: sendto: Host is down
^C
--- 192.168.1.1 ping statistics ---
7 packets transmitted, 0 packets received, 100% packet loss
root@gateway [8:20pm] [...local/etc]# ping 192.168.4.1
PING 192.168.4.1 (192.168.4.1): 56 data bytes
64 bytes from 192.168.4.1: icmp_seq=0 ttl=64 time=0.173 ms
64 bytes from 192.168.4.1: icmp_seq=1 ttl=64 time=0.100 ms
^C
--- 192.168.4.1 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max/stddev = 0.100/0.137/0.173/0.036 ms

Can anyone please help?

Thanks
Sam




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42230E80.40509>