Date: Sat, 22 Jan 2000 11:09:13 -0500 (EST) From: Matt Gostick <matt@crazylogic.net> To: questions@freebsd.org Subject: ARP messages w/ two net cards Message-ID: <Pine.BSF.4.10.10001221035590.58313-100000@thunk.crazylogic.net>
next in thread | raw e-mail | index | archive | help
I successfully installed FreeBSD 3-4 last night on my main computer ... (completly getting rid of MS-DOS (win98) for good in my house). I'm very impressed with the install. My two network cards were detected and worked correctly right from the start. Although I keep getting these wierd messages in my log file. $ uname -a FreeBSD king.fake.net 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Tue Dec 28 22:18:05 GMT 1999 jkh@highwing.cdrom.com:/usr/src/sys/compile/GENERIC i386 $ more /etc/hosts 127.0.0.1 localhost localhost.my.domain 192.168.0.3 king king.fake.net 192.168.0.4 king king.fake.net $ifconfig -a ed1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet 192.168.0.3 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:00:b4:98:22:38 le0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet 192.168.0.4 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:00:f8:51:62:61 lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 inet 127.0.0.1 netmask 0xff000000 <with some snips... until I recomile my own kernel> When I ping 192.168.0.4 from this box I get: Jan 22 00:05:05 king /kernel: arp: 192.168.0.3 is on lo0 but got / reply from 00:00:b4:98:22:38 on le0 When I ssh'd into 192.168.0.3 from 192.168.0.1 I get: Jan 22 10:41:52 king /kernel: arp: 192.168.0.1 is on ed1 but got / reply from 00:c0:df:ac:87:e7 on le0 When I ssh'd into 192.168.0.4 from 192.168.0.1 I get: Jan 22 11:04:47 king /kernel: arp: 192.168.0.1 is on ed1 but got / reply from 00:c0:df:ac:87:e7 on le0 Just wondering if this is normal... it's my first time with two network cards in a FreeBSD box. Thanks Matt. 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?Pine.BSF.4.10.10001221035590.58313-100000>