Results 1 to 7 of 7
Hi all. I have recently installed Fedora 12 on my pc but I am not able to browse the internet although the network icon shows the computer is connected.
I ...
- 01-31-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 4
Problem connecting to the Internet
Hi all. I have recently installed Fedora 12 on my pc but I am not able to browse the internet although the network icon shows the computer is connected.
I tried the dig command and got the following message:
global options +cmd;
connection timed out; servers could not be reached;
Any help would be highly appreciated.
- 01-31-2010 #2
check to be sure you actually have a connection:
If you are behind a router and NOT using DHCP, use NetworkManager to setup your IP address.Code:ifconfig
Dig may also failed if you did not define DNS servers.
If its empty you have no DNS servers.Code:cat /etc/resolv.conf
- 01-31-2010 #3Just Joined!
- Join Date
- Jan 2010
- Posts
- 4
Hi scathefire. I have attached the screenshot for the command ifconfig. The resolv.conf file contains two IP addresses of the primary and secondary DNSs.
- 01-31-2010 #4
try this:
then try:Code:traceroute www.google.com
If they both fail, you want to try turning off your firewall to test it.Code:traceroute -n 74.125.47.103
I'm not sure if the default firewall setup will allow traceroutes.Code:service iptables stop
- 02-01-2010 #5Just Joined!
- Join Date
- Jan 2010
- Posts
- 4
The first two commands failed. I tried the third one and then again tried the first two.Following is the result attached.
- 02-01-2010 #6
Traceroute using IP hits your router and dies. So what kind of router are you using? IS it something provided by your ISP? Is something you bought? Any kind of crazy configuration in there?
- 02-02-2010 #7Just Joined!
- Join Date
- Jan 2010
- Posts
- 4
I am using a UTStarcom - UT300R2U ADSL modem provided by the ISP. Other than that there is nothing.


Reply With Quote
