From owner-freebsd-questions@FreeBSD.ORG Sat Sep 27 15:31:18 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EE4116A4B3 for ; Sat, 27 Sep 2003 15:31:18 -0700 (PDT) Received: from blacklamb.mykitchentable.net (207-173-226-17.bras01.elk.ca.frontiernet.net [207.173.226.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B21843FEC for ; Sat, 27 Sep 2003 15:31:17 -0700 (PDT) (envelope-from drew@mykitchentable.net) Received: from bigdaddy (unknown [192.168.1.3]) by blacklamb.mykitchentable.net (Postfix) with SMTP id A40073BF510 for ; Sat, 27 Sep 2003 15:31:16 -0700 (PDT) Message-ID: <002f01c38547$10d89ef0$0301a8c0@bigdaddy> From: "Drew Tomlinson" To: "FreeBSD Questions" Date: Sat, 27 Sep 2003 15:31:16 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 Subject: ARP Question - Maybe? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2003 22:31:18 -0000 I'm trying to get a Linksys WET11 Wireless Ethernet Bridge working with a D-Link 530 NIC that uses the rl driver. I have configured the bridge and gotten it to work with a Windows XP box if I tell the bridge to use "MAC address cloning". However I can not get it working on my 4.8 FBSD box. I'm not really sure but I suspect my problem might be with ARP? The rl0 interface is configured as 192.168.100.2 and the bridge is connected to this interface. The bridge is configured with an IP address of 192.168.100.225 but as I understand it, this is only the address to use when connecting to the web based configuration utility. I have a Linksys access point with IP of 192.168.100.1. Anyway, after attempting connections to these three addresses, my arp table looks like this: ? (192.168.100.1) at (incomplete) on rl0 [ethernet] ? (192.168.100.2) at 00:05:5d:d0:ba:67 on rl0 permanent [ethernet] ? (192.168.100.225) at (incomplete) on rl0 [ethernet] I can not get any response from any device beyond the rl0 interface. I setup ipfw to log all traffic to that interface and can see the traffic going out: Sep 27 15:18:04 blacksheep /kernel: ipfw: 50 Accept ICMP:8.0 192.168.100.2 192.168.100.1 out via rl0 Sep 27 15:24:00 blacksheep /kernel: ipfw: 50 Accept ICMP:8.0 192.168.100.2 192.168.100.225 out via rl0 Can anyone educate me on arp and if it's my problem, tell me what I might need to add to my arp table to get things going? Thanks, Drew