LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Fedora 9 - Networking problem - Destination Host Unreachable (https://www.linuxquestions.org/questions/linux-networking-3/fedora-9-networking-problem-destination-host-unreachable-668941/)

psharma.in 09-10-2008 10:18 AM

Fedora 9 - Networking problem - Destination Host Unreachable
 
I'm a newbie to Linux, just installed Fedora 9 on my HP laptop, which already has Windows XP running on it. I live in my college hostel, there's a Proxy server (172.16.10.10, needs Authentication as well) for internet access. The first day I installed Fedora, internet was working just fine on Mozilla, and I was getting a ping reply from the server 172.16.10.10. But since the next day, the net is not working. Ping shows Destination Host Unreachable when pinged to 172.16.10.10 from the Terminal. I don't know what to do, where to start troubleshooting. Please help, as eventually I would like to shift completely to Linux, and leave Windows.

w3bd3vil 09-10-2008 05:05 PM

Your ip is probably not set.
See that using
Quote:

ipconfig -a
use this to setup your ip.
Quote:

system-config-network
If DHCP is enabled, do a
Quote:

dhclient eth0
If the connection is wired, that is.

psharma.in 09-11-2008 02:11 PM

Quote:

Originally Posted by w3bd3vil (Post 3276354)
Your ip is probably not set.
See that using

use this to setup your ip.


If DHCP is enabled, do a

If the connection is wired, that is.

...........
where do i do these commands?? since i'm new to this, i dunno where to run these commands (ipconfig -a ; system-config-network ; dhclient eh0). SHould i try them on the Terminal? :scratch:

sycamorex 09-11-2008 02:38 PM

Quote:

Originally Posted by psharma.in (Post 3277455)
...........
where do i do these commands?? since i'm new to this, i dunno where to run these commands (ipconfig -a ; system-config-network ; dhclient eh0). SHould i try them on the Terminal? :scratch:

Yeah, in terminal (as root)


All times are GMT -5. The time now is 07:41 PM.