Slow DNS (and host: connection timed out)

David Naylor naylor.b.david at gmail.com
Sat Feb 7 09:11:53 PST 2009


On Saturday 07 February 2009 18:58:40 you wrote:
> David Naylor wrote:
> >> Can you see problems of your wireless card in /var/log/messages?
> >
> > I do get some errors, here is a sample:
> > # grep ndis0 /var/log/messages
> > Feb  7 17:57:55 dgserver kernel: arp: 192.168.0.2 is on rl0 but got reply
> > from 00:02:6f:3e:8a:ed on ndis0
> > Feb  7 18:03:25 dgserver kernel: arp: 192.168.0.1 is on lo0 but got reply
> > from 00:02:6f:3e:8a:ed on ndis0
> >
> > The MAC address is not an my network, as far as I can see.
>
> Can you give me a "netstat -nr" and a ifconfig?

dgserver# netstat -rn
Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire
default            192.193.194.1      UGS         0      830  ndis0
127.0.0.1          127.0.0.1          UH          0      254    lo0
192.168.0.0/24     link#2             UC          0        0    rl0
192.168.0.2        7e:2b:34:e8:eb:a2  UHLW        1        2    rl0    618
192.168.0.3        00:a1:b0:a0:63:68  UHLW        1      504    rl0   1129
192.168.0.6        00:1d:72:1d:63:41  UHLW        1     1734    rl0     35
192.168.0.255      ff:ff:ff:ff:ff:ff  UHLWb       1      109    rl0
192.193.194.0/24   link#1             UC          0        0  ndis0
192.193.194.1      00:02:6f:47:92:29  UHLW        2     1941  ndis0   1199

Internet6:
(removed, not used)

dgserver# ifconfig
ndis0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        ether 00:11:95:16:59:5d
        inet 192.193.194.58 netmask 0xffffff00 broadcast 192.193.194.255
        media: IEEE 802.11 Wireless Ethernet autoselect (DS/11Mbps)
        status: associated
        ssid QuickNet channel 1 (2412 Mhz 11b) bssid 00:02:6f:3e:13:cf
        authmode OPEN privacy OFF bmiss 7 scanvalid 60
rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=8<VLAN_MTU>
        ether 00:13:f7:cb:2f:b9
        inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
        inet6 ::1 prefixlen 128
        inet 127.0.0.1 netmask 0xff000000

dgserver# dmesg | grep 'rl0'
rl0: <RealTek 8139 10/100BaseTX> port 0xf800-0xf8ff mem 0xfdffc000-0xfdffc0ff 
irq 11 at device 14.0 on pci0
miibus0: <MII bus> on rl0
dgserver# dmesg | grep 'ndis0'
ndis0: <D-Link AirPlus G+ DWL-G520+ Wireless PCI Adapter> mem 
0xfdffa000-0xfdffbfff,0xfdfc0000-0xfdfdffff irq 15 at device 13.0 on pci0
ndis0: [ITHREAD]
ndis0: NDIS API version: 5.1
ndis0: WARNING: using obsoleted if_watchdog interface
ndis0: Ethernet address: 00:11:95:16:59:5d
ndis0: link state changed to UP

(and both commands above have a common):
arp: 192.168.0.2 is on rl0 but got reply from 00:02:6f:3e:8a:ed on ndis0
arp: 192.168.0.2 is on rl0 but got reply from 00:02:6f:3e:8a:ed on ndis0
arp: 192.168.0.2 is on rl0 but got reply from 00:02:6f:3e:8a:ed on ndis0
arp: 192.168.0.2 is on rl0 but got reply from 00:02:6f:3e:8a:ed on ndis0
arp: 192.168.0.2 is on rl0 but got reply from 00:02:6f:3e:8a:ed on ndis0
arp: 192.168.0.2 is on rl0 but got reply from 00:02:6f:3e:8a:ed on ndis0
arp: 192.168.0.2 is on rl0 but got reply from 00:02:6f:3e:8a:ed on ndis0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part.
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20090207/8330c445/attachment.pgp


More information about the freebsd-questions mailing list