From owner-freebsd-net@FreeBSD.ORG Mon Feb 28 12:27:02 2005 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47E7016A4CE for ; Mon, 28 Feb 2005 12:27:02 +0000 (GMT) Received: from smtp02.net-yan.com (smtp02.hgcbroadband.com [210.0.255.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2845543D46 for ; Mon, 28 Feb 2005 12:27:01 +0000 (GMT) (envelope-from sam.wun@authtec.com) Received: (qmail 76311 invoked from network); 28 Feb 2005 12:26:59 -0000 Received: from unknown (HELO [192.168.4.20]) (samwun@hgcbroadband.com@[221.127.238.154]) (envelope-sender ) by localhost (qmail-ldap-1.03) with SMTP for ; 28 Feb 2005 12:26:59 -0000 Message-ID: <42230E80.40509@authtec.com> Date: Mon, 28 Feb 2005 20:28:48 +0800 From: sam wun User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: ping: sendto: Host is down on vrrp IP. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Feb 2005 12:27:02 -0000 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