Date: Fri, 22 Jun 2001 14:06:42 -0400 From: Jim Arnold <jim@ohio.com> To: freebsd-questions@freebsd.org Subject: arp error messages Message-ID: <a05100324b75931b04d49@[206.128.102.10]>
next in thread | raw e-mail | index | archive | help
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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> 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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> 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 <full-duplex> 100baseTX
10baseT/UTP <full-duplex> 10baseT/UTP 100baseTX <hw-loopback> none
lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
faith0: flags=8000<MULTICAST> mtu 1500
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
gif1: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
gif2: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
gif3: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet 127.0.0.1 netmask 0xff000000
atalk 0.0 range 0-0 phase 2
ppp0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
sl0: flags=c010<POINTOPOINT,LINK2,MULTICAST> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a05100324b75931b04d49>
