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 indicate
> >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=ndis0 rl0              #Just reversed this order now,
> it was network_interfaces=rl0 ndis0
> ifconfig_ndis0="inet 192.168.0.4 netmask 255.255.255.0 ssid linksys
> channel 11"
> defaultrouter="192.168.0.1"
> hostname="desktop.jayton.plus.com"
> ifconfig_rl0="inet 192.168.0.3  netmask 255.255.255.0"
> defaultrouter="192.168.0.1"
> hostname="desktop.jayton.plus.com"

You can't have 2 network cards on the same segment. Your wireless AP is 
bridging the wireless network and your wired network so rl0 and ndis0 are on 
the same segment. Pick one or the other.

-- 
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

Attachment: pgpuvvSkGtBGp.pgp
Description: PGP signature

Reply via email to