Date: Sun, 18 Sep 2005 20:53:54 +0930 From: "Daniel O'Connor" <doconnor@gsoft.com.au> To: Jayton Garnett <jay@codegurus.org> Cc: freebsd-stable@freebsd.org Subject: Re: wireless, ndis and my ovislink wl8000 Message-ID: <200509182054.08190.doconnor@gsoft.com.au> In-Reply-To: <432D46A1.8000503@codegurus.org> References: <432CC7A8.2090303@codegurus.org> <200509181540.07083.doconnor@gsoft.com.au> <432D46A1.8000503@codegurus.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart2580299.Gdlri8mCfr Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 18 September 2005 20:21, Jayton Garnett wrote: > Sep 18 10:50:04 desktop kernel: arp:00:4f:62:01:2c:4e is using my IP > address 192.168.0.4 > > Sep 18 10:50:04 desktop kernel: arp:00:02:44:70:12:5e is using my IP > address 192.168.0.3 Well that's not good :) Caused by having two network cards in the same machine on the same segment. > Local package initialization: ndis0: not found > ndis0: not found #repeated 6 times > ... Hmm probably because you don't have ndis loaded at bootup? > Destination Gateway Flags Refs Use Netif Expire > default 192.168.0.1 UGS 0 451 rl0 See? Going via rl0. > >I suggest you ifconfig rl0 delete otherwise the routing table may indica= te > >that packets should go via rl0 which is down, hence the error message. > > I have just figured out that if I > ifconfig rl0 delete > , then > route add default 192.168.0.1 > I can use my wifi card ordinarily, I must be missing something in my > config somewhere. > > This is the networking section of my /etc/rc.conf: > > network_interfaces=3Dndis0 rl0 #Just reversed this order now, > it was network_interfaces=3Drl0 ndis0 > ifconfig_ndis0=3D"inet 192.168.0.4 netmask 255.255.255.0 ssid linksys > channel 11" > defaultrouter=3D"192.168.0.1" > hostname=3D"desktop.jayton.plus.com" > ifconfig_rl0=3D"inet 192.168.0.3 netmask 255.255.255.0" > defaultrouter=3D"192.168.0.1" > hostname=3D"desktop.jayton.plus.com" You can't have 2 network cards on the same segment. Your wireless AP is=20 bridging the wireless network and your wired network so rl0 and ndis0 are o= n=20 the same segment. Pick one or the other. =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart2580299.Gdlri8mCfr Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBDLU5Y5ZPcIHs/zowRAl45AKCIN/hX8z8hKj1Ndf9aIEbD1PzUkwCgm9Eo qQM+u2LEfwmB4g0kqljnuNk= =86jK -----END PGP SIGNATURE----- --nextPart2580299.Gdlri8mCfr--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509182054.08190.doconnor>