Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 29th December 2006, 11:19 PM
surprie Offline
Registered User
 
Join Date: Dec 2006
Posts: 35
Wink internet connection in fedora 6

I have installed fc6 and find that I can connect to internet using Konqueror bu not with Firefox, nor can I connect to package updater. I have checked my ethernet connections - I am using DSL- they appear to be ok from the output of /sbin/ifcofig eth0, also /sbin/route. I cannot find /etc/resolv.conf or any file resembling it in the /etc/ fo;der. I did not have this problem with FC 4. Any help will be appreciated. Thanks

By the way, I am not a programmer
Reply With Quote
  #2  
Old 30th December 2006, 01:49 AM
Brian1's Avatar
Brian1 Offline
Registered User
 
Join Date: Nov 2004
Location: Seymour, Indiana
Posts: 2,511
Are you using a static IP or Dynamic IP?
If static then you should have a file /etc/resolv.conf. If not create it and the contents will be like this.
nameserver xxx.xxx.xxx.xxx

Replacing xxx.xxx.xxx.xxx with the DNS from provider.

To see if it is dns related under firefox enter the IP of google in the browser bar of Firefox.
http://216.239.39.99/

If this works then it looks like a DNS issue. If it does not work check in the config file by typing ' about:config ' in the browser bar of Firefox. search for the line ' network.dns.disableIPv6 ' and set it to true if it false.

Brian
__________________
Distribution: RHEL 5.1 with Pieces of this and that.
Kernel 2.6.23.9, KDE 3.5.8 and KDE 4.0 beta, Plus Development src.rpm, ATI fglrx64_7_1_0-8.433-1 rpm with 3D and DRI working.
Acer 5100-5840 with webcam, ati, sdcard reader, sound, atheros based wireless, all working. Only thing not working is the memory stick reader.
Reply With Quote
  #3  
Old 30th December 2006, 10:47 PM
surprie Offline
Registered User
 
Join Date: Dec 2006
Posts: 35
Thanks Brian1
How do I find out if the connexion is a Static or Dynamic IP?
The test with firefox entering Google's IP in the URL works. If it is a DNS issue, I do not understand why Konqueror is not affected!
The line in the config file "netwirk.dns.disablePV6" i s set to false.
Do I still need to createfile /etc/resolv.conf and if so how do I do it?
Help!
Reply With Quote
  #4  
Old 30th December 2006, 11:15 PM
blue13130 Offline
Registered User
 
Join Date: May 2005
Location: London, ON, Canada
Age: 32
Posts: 312
Since you are unfamiliar with creating files, try a graphical method to see if it works. Open the System menu and click on Administration>Network. You will be asked for root password. In the Network Configuration screen you should see a tab called DNS. Go to that tab and enter 208.67.222.222 as the primary DNS and 208.67.220.220 as the secondary DNS (these DNS servers are from www.opendns.com). The click File>Save then exit and reboot. Hopefully it should work.
Reply With Quote
  #5  
Old 31st December 2006, 05:06 PM
surprie Offline
Registered User
 
Join Date: Dec 2006
Posts: 35
Quote:
Originally Posted by blue13130
Since you are unfamiliar with creating files, try a graphical thod to see if it orks. Open the System menu and click on Administration>Network. You will be asked for root password. In the Network Configuration screen you should see a tab called DNS. Go to that tab and enter 208.67.222.222 as the primary DNS and 208.67.220.220 as the secondary DNS (these DNS servers are from www.opendns.com). The click File>Save then exit and reboot. Hopefully it should work.

Tanks. In the Network configuration screen under DNS tab the following entries exist: Primary DNS 192.168.0.1 and secondary DNS 205.171.3.65. These are the same as in Windows XP setup. It works fine using Konqueror in Fedora core 6 as well as in Win XP, but Firefox hangs up. Is there any poin in changing the DNS values as these are as supplied by my DSL provider. Could there be an error or missing link in the Firefox installationin Fedora 6?
Reply With Quote
  #6  
Old 31st December 2006, 05:34 PM
surprie Offline
Registered User
 
Join Date: Dec 2006
Posts: 35
I also tried your suggestion by changing DNS data in the network configuration file. Still does not work with firefox. Konquerror works fine.
I will change DNS data back to original numbers.
Reply With Quote
  #7  
Old 31st December 2006, 05:48 PM
blue13130 Offline
Registered User
 
Join Date: May 2005
Location: London, ON, Canada
Age: 32
Posts: 312
you said you dont have a /etc/resolv.conf file. Perhaps you should make one. Using your existing DNS servers it should contain only these two lines:

nameserver 192.168.0.1
nameserver 205.171.3.65

create a file with those two lines, save it as /etc/resolv.conf and then reboot and see if it made any difference.
Reply With Quote
  #8  
Old 1st January 2007, 05:43 PM
surprie Offline
Registered User
 
Join Date: Dec 2006
Posts: 35
Quote:
Originally Posted by blue13130
you said you dont have a /etc/resolv.conf file. Perhaps you should make one. Using your existing DNS servers it should contain only these two lines:

nameserver 192.168.0.1
nameserver 205.171.3.65

create a file with those two lines, save it as /etc/resolv.conf and then reboot and see if it made any difference.
I did as suggested and found that /etc/resolv,config already existed (Normal search in user mode had not found the file). Had to su to cat file. Here are the file contents:

# cat /etc/resolv.conf ;
generated by /sbin/dhclient-script
search domain.actdsltmp
nameserver 192.168.0.1
nameserver 205.171.3.65

Following reboot, there was no difference. Konqueror works; Firefox and package update and related functuins do not. Any suggestions?
Reply With Quote
  #9  
Old 1st January 2007, 06:10 PM
blue13130 Offline
Registered User
 
Join Date: May 2005
Location: London, ON, Canada
Age: 32
Posts: 312
Perhaps the line "search domain.actdsltmp" is what is giving firefox problems. Try deleting that line and see what results for firefox. I am not sure if that line will return every time you boot your machine though. I think that file is generated each time your machine requests and IP from your router. I wonder why that line is being added in the first place?
Reply With Quote
  #10  
Old 1st January 2007, 07:39 PM
surprie Offline
Registered User
 
Join Date: Dec 2006
Posts: 35
Modified resolv.conf as suggested. No effect on Firefox. Reverted file as generated on boot. May be a missing instruction in boot sequence re: web browser as part of main program?
Reply With Quote
  #11  
Old 1st January 2007, 07:50 PM
blue13130 Offline
Registered User
 
Join Date: May 2005
Location: London, ON, Canada
Age: 32
Posts: 312
sorry I am unsure of what to do now. Perhaps other people have some new ideas?
Reply With Quote
  #12  
Old 2nd January 2007, 09:17 PM
surprie Offline
Registered User
 
Join Date: Dec 2006
Posts: 35
Thanks for your efforts. I ,too, hope there is somebody else who can help with this.
Reply With Quote
  #13  
Old 2nd January 2007, 10:29 PM
pedromatiello Offline
Registered User
 
Join Date: Jan 2006
Location: São Paulo, Brazil
Age: 28
Posts: 100
Does ping works? Open the terminal and try something like:

ping google.com

If it works, your firefox setup is almost certainly the problem (and not a system wide configuration). Check, in firefox, Edit->Preferences, then General->Connection settings. Do you use a proxy to access the web? Maybe something is wrong there.

It doesn't hurt to try. Good luck.
__________________
-- Pedro Matiello
Reply With Quote
  #14  
Old 3rd January 2007, 03:16 AM
surprie Offline
Registered User
 
Join Date: Dec 2006
Posts: 35
Ping does not work in Firefox, I do nit use any proxies to access the web. Konqueror is OK.
Reply With Quote
  #15  
Old 3rd January 2007, 03:33 AM
pedromatiello Offline
Registered User
 
Join Date: Jan 2006
Location: São Paulo, Brazil
Age: 28
Posts: 100
I meant ping as a terminal command.

You can open the terminal going Applications->Accessories->Terminal.

When the terminal opens, type:

Code:
ping google.com
and hit enter.

If everything is ok, you should see something like the following:

Code:
$ ping google.com

PING google.com (72.14.207.99) 56(84) bytes of data.
64 bytes from 72.14.207.99: icmp_seq=1 ttl=241 time=178 ms
64 bytes from 72.14.207.99: icmp_seq=2 ttl=241 time=180 ms
64 bytes from 72.14.207.99: icmp_seq=3 ttl=241 time=192 ms
64 bytes from 72.14.207.99: icmp_seq=4 ttl=241 time=192 ms
64 bytes from 72.14.207.99: icmp_seq=5 ttl=241 time=177 ms
(...)
This will check if your internet connection is fine.

Let me know the results you had.

Now, in Firefox, check Edit->Preferences, then General->Connection settings. Do you have "Direct connection to the internet" selected?
__________________
-- Pedro Matiello
Reply With Quote
Reply

Tags
connection, fedora, internet

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
No Internet connection with Fedora 11 hrh1818 Servers & Networking 14 16th June 2009 03:44 AM
Fedora Box Internet Connection P4rD0nM3 Using Fedora 2 7th November 2007 01:38 AM
internet connection in fedora 5 preet Servers & Networking 2 2nd September 2006 11:36 AM
Fedora 4 Internet Connection varunv Using Fedora 1 9th March 2006 02:58 PM
Setting up internet connection ? - Fedora 4 rtal84 Servers & Networking 3 4th October 2005 09:43 AM


Current GMT-time: 04:54 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat