From owner-freebsd-questions Fri Jun 22 11: 8:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smartwall.thebeaconjournal.com (smartwall.thebeaconjournal.com [204.210.192.10]) by hub.freebsd.org (Postfix) with ESMTP id EB6CF37B401 for ; Fri, 22 Jun 2001 11:08:01 -0700 (PDT) (envelope-from jim@ohio.com) Received: by smartwall.thebeaconjournal.com; id OAA13750; Fri, 22 Jun 2001 14:06:16 -0400 (EDT) Received: from unknown(166.108.139.2) by smartwall.thebeaconjournal.com via smap (V4.2) id xma013733; Fri, 22 Jun 01 14:06:04 -0400 Received: from [206.128.102.10] ([206.128.102.10]) by bea-mx.thebeaconjournal.com (Netscape Messaging Server 4.15) with ESMTP id GFCG3900.B6B for ; Fri, 22 Jun 2001 14:16:21 -0400 Mime-Version: 1.0 X-Sender: jarnold@krcoms1.knightridder.com Message-Id: Date: Fri, 22 Jun 2001 14:06:42 -0400 To: freebsd-questions@freebsd.org From: Jim Arnold Subject: arp error messages Content-Type: text/plain; charset="us-ascii" ; format="flowed" 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 I have two nic cards in my box. ed0 talks to our internal network and dc0 talks to a DSL line. I am getting the arp error messages below. Included below that is some output from arp, netstat and ifconfig kudos to nick rogness from the list for going above and beyond the call to get me this far in setting up my two nic cards to coexist with my 2 connections. Now I'm back in a little over my head... thanks, jim ============= Jun 22 14:02:55 spike /kernel: arp: 206.128.102.19 is on ed0 but got reply from 00:10:54:3a:8c:08 on dc0 Jun 22 14:02:55 spike /kernel: arp: 192.168.0.1 is on dc0 but got reply from 00:50:da:c3:b0:70 on ed0 Jun 22 14:10:25 spike /kernel: arp: 206.128.102.10 is on ed0 but got reply from 00:30:65:57:cb:96 on dc0 ====== spike# ifconfig ed0: flags=8843 mtu 1500 inet 206.128.102.241 netmask 0xffffff00 broadcast 206.128.102.255 atalk 65280.116 range 0-65534 phase 2 broadcast 0.255 ether 00:e0:7d:80:00:76 dc0: flags=8843 mtu 1500 inet 192.168.0.118 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:80:c6:e7:fa:e7 media: autoselect (10baseT/UTP) status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP 100baseTX none lp0: flags=8810 mtu 1500 faith0: flags=8000 mtu 1500 gif0: flags=8010 mtu 1280 gif1: flags=8010 mtu 1280 gif2: flags=8010 mtu 1280 gif3: flags=8010 mtu 1280 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 atalk 0.0 range 0-0 phase 2 ppp0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 ====== spike# arp -a ? (192.168.0.1) at 0:50:da:c3:b0:70 [ethernet] ? (206.128.102.10) at 0:30:65:57:cb:96 [ethernet] ? (206.128.102.19) at 0:10:54:3a:8c:8 [ethernet] ====== spike# more /etc/rc.conf hostname="spike.thebeaconjournal.com" ifconfig_ed0="inet 206.128.102.241 netmask 255.255.255.0" ifconfig_dc0="DHCP" inetd_enable="YES" kern_securelevel_enable="NO" linux_enable="YES" moused_enable="YES" sendmail_enable="YES" sshd_enable="YES" static_routes="0" route_0="-net 166.108.139.0 206.128.102.19 -netmask 255.255.255.0" ======= spike# netstat -nr Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 192.168.0.1 UGSc 1 0 dc0 127.0.0.1 127.0.0.1 UH 0 0 lo0 166.108.139/24 206.128.102.19 UGSc 0 0 ed0 192.168 link#2 UC 0 0 dc0 => 206.128.102 link#1 UC 0 0 ed0 => AppleTalk: Destination Gateway Flags Netif Expire 0 0.0 U lo0 => 0-32767 65280.116 U ed0 32768-49151 65280.116 U ed0 49152-57343 65280.116 U ed0 57344-61439 65280.116 U ed0 61440-63487 65280.116 U ed0 63488-64511 65280.116 U ed0 64512-65023 65280.116 U ed0 65024-65279 65280.116 U ed0 65280-65407 65280.116 U ed0 65280.116 0.0 UH ed0 65408-65471 65280.116 U ed0 65472-65503 65280.116 U ed0 65504-65519 65280.116 U ed0 65520-65527 65280.116 U ed0 65528-65531 65280.116 U ed0 65532-65533 65280.116 U ed0 65534 65280.116 U ed0 spike# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message