Wolfgang Gill wrote:
My problem is that I can access all my computers from the HP and they can access the HP, BUT I can not get outside my LAN.
Sounds like the ISP's DNS addresses are missing.. Does the router forward
How about no default route is configured? route -nshould have a line at the bottom marked up as UG, this is where your machine sends packets if they don't match any of the other routes. Mine looks like this for example, so 192.168.0.1 is the router that goes out to the world
# route -n Kernel IP routing tableDestination Gateway Genmask Flags Metric Ref Use Iface 192.168.0.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 wlan0 0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 wlan0
-Andy
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature