Jamie Wilkinson wrote:

> How's your routing table looking?

    Kernel IP routing table
    Destination     Gateway         Genmask         Flags Metric Ref    Use 
Iface
    10.1.1.2        *               255.255.255.255 UH    0      0        0 tun0
    192.168.1.0     *               255.255.255.0   U     0      0        0 eth0
    10.1.1.0        10.1.1.2        255.255.255.0   UG    0      0        0 tun0
    localnet        *               255.255.255.0   U     0      0        0 eth1
    192.168.2.0     *               255.255.255.0   U     0      0        0 eth2
    169.254.0.0     *               255.255.0.0     U     1000   0        0 eth0
    default         mygateway1.ar7  0.0.0.0         UG    1      0        0 eth1

mygateway1.ar7 is the adsl modem, the 10 network is an openvpn tunnel and
the 192.168 networks are LAN.

> Use dig instead of host, and trace the path to see which of the no servers
> can't be reached: dig +trace @192.168.1.1 planet.linux.org.au

Dig is fine:

    ; <<>> DiG 9.4.2 <<>> +trace @192.168.1.1 planet.linux.org.au
    ; (1 server found)
    ;; global options:  printcmd
    ;; Received 17 bytes from 192.168.1.1#53(192.168.1.1) in 3995 ms

and comes back immediately, but host still has these other time
outs. I wonder if the two timeouts are related to the two nets
(10.1.1.0 and 169.254.0.0) which don't have DNS servers on them.

Erik
-- 
-----------------------------------------------------------------
Erik de Castro Lopo
-----------------------------------------------------------------
"C++ is like jamming a helicopter inside a Miata and expecting
some sort of improvement." -- Drew Olbrich
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to