On Tue, 11 Dec 2001 04:59, NDPTAL85 wrote:
> Here is the results of route -n
>
> [root@Dreadnaught root]# route -n
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use
> Iface
> 192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0
> eth0
> 127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0
> lo
>
>
> I dialup to Earthlink thru a Netgear 4 port 56k router (model RM356). It
> has 4 machines connected to it of which one is the Mandrake box. The
> others are Mac OS X, FreeBSD and Windows XP. They are working fine.

You have no default route, meaning your Mandrake box doesn't know how to get 
to any IP address outside of your local networks, including your DNS servers.

You could try something like :

# route add -net 0.0.0.0 gw 192.168.0.1

(assuming that your gateway is 192.168.0.1).

This will only fix it for this session, so if the machine reboots you'll need 
to set this line again.  To fix it permanently you'll need to add a GATEWAY 
line in /etc/sysconfig/network or /etc/sysconfig/network-scripts/if-eth0.

t

-- 
PGP key : http://n12turbo.com/tarragon/public.key

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to