From owner-freebsd-stable@FreeBSD.ORG Thu Oct 16 08:44:13 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5416C16A4B3 for ; Thu, 16 Oct 2003 08:44:13 -0700 (PDT) Received: from fw.loc.ipnoz.net (ALyon-209-2-2-117.w193-253.abo.wanadoo.fr [193.253.195.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 156C143FE5 for ; Thu, 16 Oct 2003 08:44:12 -0700 (PDT) (envelope-from tom@kmem.org) Received: from xtom (dhcp192.168.1-119.in.loc.ipnoz.net [192.168.1.119]) by fw.loc.ipnoz.net (8.12.9/8.12.9) with SMTP id h9GFh4g5045303 for ; Thu, 16 Oct 2003 17:43:09 +0200 (CEST) (envelope-from tom@kmem.org) Message-ID: <00ce01c393fc$e510a1e0$7701a8c0@xtom> From: "Tom Dymond" To: References: <07ab01c39306$489b9af0$7701a8c0@xtom><20031015222331.GA50588@blossom.cjclark.org> <090001c393b7$f1964040$7701a8c0@xtom> Date: Thu, 16 Oct 2003 17:48:06 +0200 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.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Scanned-By: MIMEDefang 2.37 Subject: Re: bridge troubles with wi X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2003 15:44:13 -0000 I'm sorry for replying for myself again, but i found a workaround for my problem. I unloaded bridge.ko # kldunload bridge I loaded ng_ether and ng_bridge # kldload ng_ether # kldload ng_bridge I then copied this file to my /root folder for doing some tests # cp /usr/share/examples/netgraph/ether.bridge /root/ether.bridge I put the values corresponing to my setup in the /root/ether.bridge file BRIDGE_IFACES="wi0 rl0" LOCAL_IFACE="rl0" I started the bridge # sh /root/ether.bridge start To test if the problem was the same, i removed the arp entry for my wireless laptop on 10.0.2.99 on wi0 # arp -d 10.0.2.99 I then tried to ping 10.0.2.99 # ping 10.0.2.99 PING 10.0.2.99 (10.0.2.99): 56 data bytes 64 bytes from 10.0.2.99: icmp_seq=0 ttl=128 time=42.430 ms cube# arp 10.0.2.99 ? (10.0.2.99) at 00:80:c8:07:29:5c on rl0 [ethernet] it all works like it should :ppppp :D i'd still like to know where i went wrong with the /modules/bridge.ko Tom ----- Original Message ----- From: "Tom Dymond" To: Sent: Thursday, October 16, 2003 9:34 AM Subject: Re: bridge troubles with wi > Hi > > Thanks for trying to help out. > > After a few more tests and clues, i managed to ping the router from the > wireless client on the condition that i specify : > > on the router 10.0.2.1: > cube# arp -s 10.0.2.99 00:80:c8:07:29:5c > > and > > on the wireless client 10.0.2.99: > (cmd.exe on windows xp) arp -s 10.0.2.1 00:50:8d:47:e5:67 > > now that i know what causes it, i dont know how come i have to enter these > manually. > > a few bits of information i forgot to specify in my last email to the group > : > > system : > i dont feel comfortable posting a whole dmesg output in the list so i'll put > it on my webserver at this address : > dmesg : http://kmem.org/dmesg.boot > rc.conf : http://kmem.org/rc.conf > > > > Thanks > > Tom > > ----- Original Message ----- > From: "Crist J. Clark" > To: "Tom Dymond" > Cc: > Sent: Thursday, October 16, 2003 12:23 AM > Subject: Re: bridge troubles with wi > > > > On Wed, Oct 15, 2003 at 12:22:48PM +0200, Tom Dymond wrote: > > [snip] > > > > > when 10.0.2.1 tries to ping 10.0.2.99 this is what tcpdump sees : > > > > > > # tcpdump: listening on rl0 > > > 12:09:50.169209 arp who-has 10.0.2.99 (0:50:8d:47:e5:67) tell > cube.kmem.org > > > > Run tcpdump on the wi0 interface during some of your tests. What do > > you see there? > > -- > > Crist J. Clark | cjclark@alum.mit.edu > > | cjclark@jhu.edu > > http://people.freebsd.org/~cjc/ | cjc@freebsd.org > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > > > > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > >