From owner-freebsd-questions Sat Jan 22 8:17:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from thunk.crazylogic.net (thunk.crazylogic.net [199.45.111.154]) by hub.freebsd.org (Postfix) with ESMTP id AB93614D85 for ; Sat, 22 Jan 2000 08:17:38 -0800 (PST) (envelope-from matt@crazylogic.net) Received: from localhost (matt@localhost) by thunk.crazylogic.net (8.9.3/8.9.3) with ESMTP id LAA58394 for ; Sat, 22 Jan 2000 11:09:13 -0500 (EST) (envelope-from matt@crazylogic.net) Date: Sat, 22 Jan 2000 11:09:13 -0500 (EST) From: Matt Gostick To: questions@freebsd.org Subject: ARP messages w/ two net cards Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 mtu 1500 inet 192.168.0.3 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:00:b4:98:22:38 le0: flags=8843 mtu 1500 inet 192.168.0.4 netmask 0xffffff00 broadcast 192.168.0.255 ether 00:00:f8:51:62:61 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 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