Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Other Versions > EOL (End Of Life) Versions
FedoraForum Search

Forgot Password? Join Us!

EOL (End Of Life) Versions This is a Forum to discuss problems and workarounds for versions of Fedora that have passed End of Life.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 4th March 2007, 06:26 PM
atrain_old
Guest
 
Posts: n/a
Question Newly Installed Fc6 Cannot Connect to Internet

I had a few problems with Fc5 such as sound and Azureus, so I loaded Fc6 today. Now I cannot get online and I cannot even access my Lynksis router (192.168.1.1). During installation, the Eth0 install failed. Now what can I do?
Reply With Quote
  #2  
Old 4th March 2007, 06:34 PM
u-noneinc-s's Avatar
u-noneinc-s Offline
Registered User
 
Join Date: Jul 2005
Location: Wine Country, California
Posts: 2,862
Maybe system-config-network will help
__________________
Mark N.

Perpetual Newbie
--
I wanted to proclaim myself "The Typo King" but there's way too much competion. :p

411874 Get Counted
Reply With Quote
  #3  
Old 4th March 2007, 06:44 PM
sdowney717 Offline
Registered User
 
Join Date: Jan 2007
Posts: 315
system-administration-network

see if you can figure out whats going on with your ethernet card.
DHCP settings etc...
Reply With Quote
  #4  
Old 4th March 2007, 07:10 PM
atrain_old
Guest
 
Posts: n/a
I have been working on the ethernet card configure, etc. I added primary and secondary DNS and also assigned the static IP. DO I need to know the default gateway address and the subnet mask? I dont have those numbers. But my wifi is working, which is why i am up on my laptop.
Reply With Quote
  #5  
Old 4th March 2007, 08:07 PM
stevea's Avatar
stevea Online
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,302
Quote:
Originally Posted by atrain
I have been working on the ethernet card configure, etc. I added primary and secondary DNS and also assigned the static IP. DO I need to know the default gateway address and the subnet mask? I dont have those numbers. But my wifi is working, which is why i am up on my laptop.
Yes you do. The default gateway if your home router IP (192.168.1.1) fromyour previous post.

The mask (if you ar efollowing all the rules) is 255.255.255.0

This means your system must be assigned a FIXED IP address in the range of
192.168.1.2 .... 192.168.1.254

--
My personal choice would be to explore the dhcp problem and make that work - especially on a laptop., but it's up to you.

-S
Reply With Quote
  #6  
Old 4th March 2007, 08:23 PM
sdowney717 Offline
Registered User
 
Join Date: Jan 2007
Posts: 315
the router should be set to supply IP numbers dynamically and your p ethernet should be set to use DHCP, not set to a static setting.
Reply With Quote
  #7  
Old 4th March 2007, 10:35 PM
atrain_old
Guest
 
Posts: n/a
I did go through and config network settings. I put in the 1 and 2 DNS and also the default gateway and the mask. ( I hadnt realized that I knew those numbers). I enabled DHCP on the computer and on the router. I got rid of the static IP setting. Still, I cannot get to 192.168.1.1 with firefox. I am on a laptop now. The wifi is fine, but I cant get that PC online. Any more suggestions?
Reply With Quote
  #8  
Old 4th March 2007, 10:50 PM
u-noneinc-s's Avatar
u-noneinc-s Offline
Registered User
 
Join Date: Jul 2005
Location: Wine Country, California
Posts: 2,862
I hope this isn't a stupid question. Have you started the network (or restarted it after changes)? service network start (or restart)
__________________
Mark N.

Perpetual Newbie
--
I wanted to proclaim myself "The Typo King" but there's way too much competion. :p

411874 Get Counted
Reply With Quote
  #9  
Old 5th March 2007, 12:20 AM
atrain_old
Guest
 
Posts: n/a
i completely restarted the whole system. Lynksis help (not very) told me to reinstall OS. THe only part of installation that failed was eth0. If you confirm that is a good suggestion, i will get started right away
Reply With Quote
  #10  
Old 5th March 2007, 12:41 AM
u-noneinc-s's Avatar
u-noneinc-s Offline
Registered User
 
Join Date: Jul 2005
Location: Wine Country, California
Posts: 2,862
[QUOTE]THe only part of installation that failed was eth0.[QUOTE]If it failed, I would think "network" didn't start, but I don't pay a whold lot of attention to my boot process, so I could be wrong. I don't think a reboot would make any difference. .

At least it's worth a try before reinstalling.
Code:
chkconfig --list network
If it says on for the current run level, reinstall IF YOU MUST. If it says off
Code:
service network start
It can't hurt.
__________________
Mark N.

Perpetual Newbie
--
I wanted to proclaim myself "The Typo King" but there's way too much competion. :p

411874 Get Counted
Reply With Quote
  #11  
Old 5th March 2007, 03:02 AM
atrain_old
Guest
 
Posts: n/a
u-noneinc-s,
during boot i see that it stalls and ultimately fails for 'determining IP information for eth0"

I ran your commands, and after the first one i got 0. off 1. off 2. on 3. on 4.on 5. on 6. off

So I ran the second command, and it came up with determining IP information for eth0... FAILED.

then RTNETLINK answers: FILE exists (about 10 times)

I have spoken with ISP (RCN cable) and Linksys, neither of which can help at all. What do i do now? Are there drivers for eth0? How would i get them and how would I know what to get?
Reply With Quote
  #12  
Old 5th March 2007, 03:12 AM
u-noneinc-s's Avatar
u-noneinc-s Offline
Registered User
 
Join Date: Jul 2005
Location: Wine Country, California
Posts: 2,862
Are you sure about your default route?
Code:
route
will show you.
__________________
Mark N.

Perpetual Newbie
--
I wanted to proclaim myself "The Typo King" but there's way too much competion. :p

411874 Get Counted
Reply With Quote
  #13  
Old 5th March 2007, 04:07 AM
atrain_old
Guest
 
Posts: n/a
route gives me 2 destinations in addition to the default.
192.168.1.0 genmask 255.255.255.0
169.254.0.0 genmask 255.255.0.0
default 192.168.1.1 genmask 0.0.0.0

I already set the default gateway to 192.168.1.1 (that is the default for this linksys router)

i have the 3Comm 3c905C-Tx/Tx-M [Tornado]

I am really stuck here.
Reply With Quote
  #14  
Old 5th March 2007, 04:14 AM
atrain_old
Guest
 
Posts: n/a
More Information
system>administration>network configuration
eth0 is now Active. It had not been active before. I rebooted and it still cannot connect. I manually set a static IP to 192.168.1.99 with subnet mask 255.255.255.0 and default gateway as we discussed above.

On the Route tab, it says Static Network Routes, but there are none listed in the window.

I tried the comand netconfig but it is not recognized.
Reply With Quote
  #15  
Old 6th March 2007, 05:01 AM
atrain_old
Guest
 
Posts: n/a
It was the kernel. Installed a new one and I am up and running. Thanks to all who helped!
doubleA
Reply With Quote
Reply

Tags
connect, fc6, installed, internet, newly

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
Is my newly installed NIC DOA? AlFrugal Servers & Networking 1 9th July 2007 11:28 PM
Why installed Firefox doesn't connect to the internet? booter Installation and Live Media 5 15th June 2007 07:15 PM
updating my newly installed FC5 ekdya EOL (End Of Life) Versions 2 24th September 2006 12:27 AM
cant update newly installed fc3 Bad-News EOL (End Of Life) Versions 1 22nd March 2005 06:59 PM
Where's my newly installed program?? Hermes Using Fedora 4 19th August 2004 09:53 AM


Current GMT-time: 05:45 (Thursday, 23-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