From owner-freebsd-questions@FreeBSD.ORG Wed Jun 16 15:25:36 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B73081065688 for ; Wed, 16 Jun 2010 15:25:36 +0000 (UTC) (envelope-from budiyt@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6F7808FC1E for ; Wed, 16 Jun 2010 15:25:36 +0000 (UTC) Received: by vws20 with SMTP id 20so8691394vws.13 for ; Wed, 16 Jun 2010 08:25:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=bYHtu26iXZqNiSYuBXlmqNPGpdWPqmCqGU319Wc2e4A=; b=FXgY5W3SEvVt70QMy2Azp3ysaDPCQSZnyMY/ryOwuzMi2XB2k52dhLzp8WlwB4VL6F ncRFj6fdHyDGnlZ/pqie8+JnX4LEJaJpUcHodlEcpQYx6uJnp/rQhaj2JwSOgFvDlwyw lNAztTGybe1jgtjsrOQjas1FECEptGXiq2hfM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=P3AK9ryTISECkhDBVKsvn6CnpyCPDO3PjqIlQbd9Hkiz/BD0+pd1mavkkDF4RbzbR/ GX/YJ8JcC5ppBxrkz/DzhxDhgUZnwEPC5A+78YoDq/0X7DUa1UVn4xPJ/RO5hy+twOtY +BTtN7+IyACD1v7T+i/F0dM5NzEvdrIw0/8YA= MIME-Version: 1.0 Received: by 10.220.89.135 with SMTP id e7mr5101020vcm.193.1276700474946; Wed, 16 Jun 2010 08:01:14 -0700 (PDT) Received: by 10.220.179.2 with HTTP; Wed, 16 Jun 2010 08:01:14 -0700 (PDT) Date: Wed, 16 Jun 2010 22:01:14 +0700 Message-ID: From: budsz To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: arp rejecting not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jun 2010 15:25:36 -0000 Hello, I've strange problem in FreeBSD 8.0-STABLE: root:~# uname -smr FreeBSD 8.0-STABLE i386 root:~# arp -a | grep pcbill pcbill.domain.net (192.168.100.100) at 00:1c:f0:63:03:08 on rl0 permanent [ethernet] root:~# arp -s pcbill.domain.net 00:1c:f0:63:03:08 reject root:~# ping 192.168.100.100 PING 192.168.100.100 (192.168.100.100): 56 data bytes 64 bytes from 192.168.100.100: icmp_seq=0 ttl=128 time=218.360 ms 64 bytes from 192.168.100.100: icmp_seq=1 ttl=128 time=14.318 ms ^C --- 192.168.100.100 ping statistics --- 2 packets transmitted, 2 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 14.318/116.339/218.360/102.021 ms But on other machine: root:~# uname -smr FreeBSD 7.3-STABLE i386 root:~# arp -a | grep mdm-po-02 ip.mdm-po-02.p2m.domain.net (10.2.0.1) at 94:0c:6d:be:9e:1a on rl3 permanent [ethernet] root:~# arp -s ip.mdm-po-02.p2m.domain.net 94:0c:6d:be:9e:1a reject root:~# ping 10.2.0.1 PING 10.2.0.1 (10.2.0.1): 56 data bytes ping: sendto: Host is down ^C --- 10.2.0.1 ping statistics --- 1 packets transmitted, 0 packets received, 100.0% packet loss Any change log or something in FreeBSD 8.0-STABLE about arp -s command? Thanks in advance. -- budsz