PDA

View Full Version : Can use SSH but not browse websites?


GeneralChaos
2006-02-28, 06:03 PM CST
This is a wierd problem to me. On my server I can use SSH completely normal, but on the box if I try to do anything else it wont work, for example go to a website, run yum, ping, ect.

even with the firewall and stuff off it will not work.

Firewing1
2006-02-28, 06:09 PM CST
OK, let's get this straight. Using the ssh client you can access systems, but not using a web browser or anything else? I'd try adding some DNS servers....
system-config-network
And, try (I doubt this is it, but lets go ahead anyways) disabling SElinux:
setenforce 0
Firewing1