Jeremy Warren <[EMAIL PROTECTED]> writes: > route add default gw 10.105.1.254 > > to gain outside network support and then do a route I get: > > Kernel IP routing table > Destination Gateway Genmask Flags Metric Ref Use Iface > 10.105.1.0 * 255.255.255.0 U 0 0 0 hsi0 > default 10.105.1.254 0.0.0.0 UG 0 0 0 hsi0 > > However there is a long pause between issuing the command and > the displayed resutls
That sounds like a name-resolution delay. I expect you'll find that "route -n" will respond immediately. If so, either your /etc/resolv.conf file doesn't specify a nameserver or you can't reach the nameservers it does specify. Of course, that might just be because you can't get off your own guest LAN :-) Ross Patterson Computer Associates
