From owner-freebsd-questions Wed Feb 27 22:40:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.bdmail.net (mailhost.bdmail.net [202.168.255.254]) by hub.freebsd.org (Postfix) with ESMTP id A294037B400 for ; Wed, 27 Feb 2002 22:40:30 -0800 (PST) Received: from bdmail.net (info.bdmail.net [202.168.255.109]) by mailhost.bdmail.net (8.9.3+Sun/8.9.3) with ESMTP id MAA16612; Thu, 28 Feb 2002 12:37:46 -0600 (GMT) Message-ID: <3C7DCFCF.A68B36C2@bdmail.net> Date: Thu, 28 Feb 2002 12:36:00 +0600 From: "Md.Mizanur Rahman Khan" X-Mailer: Mozilla 4.77 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: arp problem Content-Type: multipart/alternative; boundary="------------C437C892E6B2C5019EF9405B" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --------------C437C892E6B2C5019EF9405B Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello.. I have install FreeBSD 4.5 within my Lan with two(2) 3com Ethernet Card xl0(202.168.224.38 netmask 255.255.255.0) and xl1(202.168.255.2 netmask 255.255.255.0). Now I am facing a big problem. It is continuous generating a error message. Please see bellow the error messages. I also attach my /etc/rc.conf File for your understanding. Error message Feb 28 12:00:02 proxy /kernel: arp: 202.168.255.4 is on xl1 but got reply from 00:01:02:17:df:5c on xl0 Feb 28 12:00:04 proxy last message repeated 2 times Feb 28 12:00:05 proxy /kernel: arp: 202.168.224.1 is on xl0 but got reply from 00:d0:58:ad:48:de on xl1 Feb 28 12:00:08 proxy /kernel: arp: 202.168.224.4 is on xl0 but got reply from 00:60:97:b4:41:5e on xl1 Feb 28 12:00:06 proxy /kernel: arp: 202.168.255.4 is on xl1 but got reply from 00:01:02:17:df:5c on xl0 Feb 28 12:00:07 proxy /kernel: arp: 202.168.255.4 is on xl1 but got reply from 00:01:02:17:df:5c on xl0 Feb 28 12:00:09 proxy /kernel: arp: 202.168.255.247 is on xl1 but got reply from 08:00:00:00:03:70 on xl0 Feb 28 12:01:13 proxy last message repeated 29 times Feb 28 12:02:06 proxy /kernel: arp: 202.168.255.8 is on xl1 but got reply from 00:60:97:db:ef:26 on xl0 Feb 28 12:02:21 proxy last message repeated 13 times This is my /etc/rc.conf file # -- sysinstall generated deltas -- # Wed Feb 27 15:40:38 2002 # Created: Wed Feb 27 15:40:38 2002 # Enable network daemons for user convenience. # Please make all changes to this file, not to /etc/defaults/rc.conf. # This file now contains just the overrides from /etc/defaults/rc.conf. defaultrouter="202.168.224.1" hostname="proxy.bdmail.net" ifconfig_xl0="inet 202.168.224.38 netmask 255.255.255.0" ifconfig_xl1="inet 202.168.255.2 netmask 255.255.255.0" kern_securelevel="2" kern_securelevel_enable="YES" linux_enable="YES" moused_enable="YES" moused_port="/dev/psm0" moused_type="auto" nfs_server_enable="NO" sendmail_enable="NO" sshd_enable="NO" Thanks Mizan Khan Dhaka,Bangladesh --------------C437C892E6B2C5019EF9405B Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hello..

    I have install FreeBSD 4.5 within my Lan with two(2) 3com Ethernet Card
xl0(202.168.224.38 netmask 255.255.255.0) and xl1(202.168.255.2 netmask 255.255.255.0).
Now I am facing a big problem. It is continuous generating a error message.
Please see bellow the error messages. I also attach my /etc/rc.conf
File for your understanding.
 

Error message

Feb 28 12:00:02 proxy /kernel: arp: 202.168.255.4 is on xl1 but got reply from 00:01:02:17:df:5c on xl0
Feb 28 12:00:04 proxy last message repeated 2 times
Feb 28 12:00:05 proxy /kernel: arp: 202.168.224.1 is on xl0 but got reply from 00:d0:58:ad:48:de on xl1
Feb 28 12:00:08 proxy /kernel: arp: 202.168.224.4 is on xl0 but got reply from 00:60:97:b4:41:5e on xl1
Feb 28 12:00:06 proxy /kernel: arp: 202.168.255.4 is on xl1 but got reply from 00:01:02:17:df:5c on xl0
Feb 28 12:00:07 proxy /kernel: arp: 202.168.255.4 is on xl1 but got reply from 00:01:02:17:df:5c on xl0
Feb 28 12:00:09 proxy /kernel: arp: 202.168.255.247 is on xl1 but got reply from 08:00:00:00:03:70 on xl0
Feb 28 12:01:13 proxy last message repeated 29 times
Feb 28 12:02:06 proxy /kernel: arp: 202.168.255.8 is on xl1 but got reply from 00:60:97:db:ef:26 on xl0
Feb 28 12:02:21 proxy last message repeated 13 times
 
 

This is my /etc/rc.conf  file

# -- sysinstall generated deltas -- # Wed Feb 27 15:40:38 2002
# Created: Wed Feb 27 15:40:38 2002
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
defaultrouter="202.168.224.1"
hostname="proxy.bdmail.net"
ifconfig_xl0="inet 202.168.224.38  netmask 255.255.255.0"
ifconfig_xl1="inet 202.168.255.2  netmask 255.255.255.0"
kern_securelevel="2"
kern_securelevel_enable="YES"
linux_enable="YES"
moused_enable="YES"
moused_port="/dev/psm0"
moused_type="auto"
nfs_server_enable="NO"
sendmail_enable="NO"
sshd_enable="NO"

Thanks
Mizan Khan
Dhaka,Bangladesh --------------C437C892E6B2C5019EF9405B-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message