Re: error to load driver
Joerg Albert <[email protected]>
| Newsgroups | gmane.linux.drivers.at76c503a.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Tue, 27 Jan 2004, Luke Shen wrote: > Hi, I defined the default gateway with the following command"route add > default gw 192.168.1.1". Now "route -n" returns the following: > Kernel IP routing table > Destination Gateway Genmask Flags Metric Ref Use Iface > 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0 > 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 l0 > 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 l0 > 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan0 > > But still, I am not able to ping 64.68.82.204, got error like the following: > "PING 64.68.82.204 (64.68.82.204) 56 (84) bytes of data > >From 192.168.1.1 icmp-seq=1 Destination Host Unreachable" > > But when I ping my router "ping 192.168.1.1", all the packets are received. IMHO the problem now lies in your router's configuration (any firewall rules there, any logfile to look into?). Try http access to some numeric ip address in the internet, maybe ICMP (aka the ping requests/replies) is blocked by your router. /Jörg