Wireless NIC in FreeBSD 6.0 ?

Erik Nørgaard norgaard at locolomo.org
Sun Dec 25 03:53:56 PST 2005


Yuan Jue wrote:

> ath0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
>         inet 166.111.208.137 netmask 0xfffffe00 broadcast 166.111.209.255
>         ether 00:11:85:1b:21:79
>         media: IEEE 802.11 Wireless Ethernet autoselect (OFDM/36Mbps)
>         status: associated
>         ssid A314b channel 11 bssid 00:09:5b:d1:fa:c4
>         authmode OPEN privacy OFF txpowmax 30 protmode CTS bintval 100
> 
> PING 166.111.8.28 (166.111.8.28): 56 data bytes
> ping: send to: No route to host
> it means I cannot connect to the internet even when I have got the
> wireless card an IP address using DHCP. WHY?
> 
> can anybody help on this? any suggestion would be much appreciated.

Take a close look at the ip/broadcast of your nic and the ip of the host 
  you're trying to ping.

Your NIC: 166.111.208.137/23
Your DNS: 166.111.8.28

They are not on the same network as far as I can see.

Now, check that you have the default route set,

# route -n get default

Cheers, Erik

-- 
Ph: +34.666334818                           web: http://www.locolomo.org
S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt
Subject ID:  A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2


More information about the freebsd-questions mailing list