LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   internet connection wont work (https://www.linuxquestions.org/questions/linux-newbie-8/internet-connection-wont-work-601494/)

bixler_69 11-21-2007 12:46 PM

internet connection wont work
 
ok i have yet another problem that i cant seem to solve... i have fedora 8 and when i load it up and everything my internet says that it is connected but when i open firefox and try to get to a site it says that it cannot find that server... help pls

forrestt 11-21-2007 01:47 PM

Try opening google by it's IP 209.85.165.103. If you can resolve this site, you have a problem with your DNS. If you cannot resolve this site, you have a problem with your routing. Let us know what your results are.

Also, if you ARE able to see a google page, look at /etc/resolv.conf and make sure the entries for nameserver are what your ISP provided you. Also run "grep hosts: /etc/nsswitch.conf" and make sure it says "hosts: files dns".

If you aren't able to see the google page, your problem is a little more complicated, so let us know.

HTH

Forrest

bixler_69 11-21-2007 02:02 PM

im sry but i have no clue how to do any of that.. im not as good with computers as most people on here.. if u could do a step by step it would be very helpful

bixler_69 11-21-2007 02:06 PM

ok this is what i did i typed in the IP in the address bar and it did the same thing server cannot be found hope thats what u wanted me to do

forrestt 11-21-2007 02:11 PM

Open up Firefox and put http://209.85.165.103 in the URL box. See if firefox displays Google's search page.

If it DOES, your problem is with your DNS entries. These were either provided to you by your ISP or they are configured automatically. Open up a terminal window and type:

Code:

cat /etc/resolv.conf
You should see some "nameserver www.xxx.yyy.zzz" entries. If they were set automatically, the first line you see should be "; generated by /sbin/dhclient-script". If they were provided for you, you need to make sure they are the correct entries as provided by your ISP.

If Google's search page wasn't displayed, you have a different networking problem (and it could be one of many) so report back and let me know the results of above before we move forward.

HTH

Forrest

forrestt 11-21-2007 02:16 PM

Tell me a little bit more about your setup.

1) Do you have a cable modem, DSL, or dialup (If dialup skip to 3)?

2) Do you have a firewall or router (external to your computer) between your computer and your cable modem or DSL modem?

3) Does this computer boot to Windows, or is it strictly Linux?

Let me know

Forrest

bixler_69 11-21-2007 02:17 PM

no it came up with the server not found box again

bixler_69 11-21-2007 02:23 PM

i have a dsl box.. lil black thing and it connects to a linksys router through a ethernet cable and then the computer connects to the router and i also have my laptop connected to the linksys router through wireless connection... built in doesnt have a card or anything

bixler_69 11-21-2007 02:24 PM

oh and it is strictly linux.. for some reason when i installed fedora for the first time and then i tried to take it off and reinstal windows it wont load the disk so it only linux now


All times are GMT -5. The time now is 09:00 AM.