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 27th September 2006, 11:47 AM
tuxi Offline
Registered User
 
Join Date: Sep 2006
Posts: 12
unable to connect to the internet

ive just installed fc5, and have configured the ipaddress netmask gateway and dns, but cant connect to the web.

im using the onboard lan of a foxconn 6150K8MA-8EKRS motherboard and fedora detects it as eth0.

any help would be greatly appreciated.
Reply With Quote
  #2  
Old 27th September 2006, 12:56 PM
InKo's Avatar
InKo Offline
Registered User
 
Join Date: Dec 2005
Location: EU
Age: 36
Posts: 637
did you test it on the LAN?
SELinux?..
IPTables?..
try to disable these step by step in order to know if some does problems...

lsmod for checking if the module of your net-card is loaded in the kernel !

__________________
The software required «Windows 98 or better», so I installed Linux.
Reply With Quote
  #3  
Old 27th September 2006, 01:35 PM
markjensen's Avatar
markjensen Offline
Registered User
 
Join Date: Feb 2004
Location: Middle Tennessee
Age: 46
Posts: 390
Is there a reason you are using a static IP, instead of DHCP?
__________________
Semi-Recent screenshot: here
Fluxbox user certified with a Linux Genuine Advantage provided by the GNU GPL
Reply With Quote
  #4  
Old 27th September 2006, 01:58 PM
shailbond's Avatar
shailbond Offline
Registered User
 
Join Date: Aug 2006
Location: India
Posts: 33
try this

try connecting using Konqueror. I f you can just type about:config in address bar of firefox. filter for ipv6 and click to turn it to true from false settings. Now ur firefox should work fine.
Reply With Quote
  #5  
Old 27th September 2006, 08:51 PM
paul matthijsse Offline
Registered User
 
Join Date: Sep 2005
Location: Dieulefit, France
Posts: 721
with my fc5 there's nothing to configure with the on-board nic/lan + adsl modem, just connect cables the right way and, after giving your account name + password the first time, it runs, and stays running, nearly forever.
Reply With Quote
  #6  
Old 28th September 2006, 08:10 AM
stevea's Avatar
stevea Offline
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,300
Quote:
Originally Posted by tuxi
ive just installed fc5, and have configured the ipaddress netmask gateway and dns, but cant connect to the web.

im using the onboard lan of a foxconn 6150K8MA-8EKRS motherboard and fedora detects it as eth0.

any help would be greatly appreciated.
You forgot to set up the routing table.

The other guys are right - *if* you have a router or ISP which serves dhcp you should use dhcp. Otherwise the manual setup requires a lot of steps - and most people (like you) forget at least one.

The manual procedure requires that you a/ find an interface like eth0, b/ bring the interface up and set the IP address and mask for this interface, c/ set the routing tables with the 'route' command, d/ setup the resolve.conf file with the dnsserver IPs and start the dnsclient.

You could try the command:
"route add default gw myrouter"
but replace "myrouter with either the IP address of your home router (if any) or otherwise the first router encountered at your ISP.

Again the best solution is always to use dhcp if you can.
Reply With Quote
  #7  
Old 28th September 2006, 08:26 AM
stevea's Avatar
stevea Offline
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,300
Quote:
Originally Posted by shailbond
try connecting using Konqueror. I f you can just type about:config in address bar of firefox. filter for ipv6 and click to turn it to true from false settings. Now ur firefox should work fine.

This is just incredibly unrelated to networking. In addition it's bad advise about FireFox configuration.
Reply With Quote
  #8  
Old 28th September 2006, 11:26 AM
tuxi Offline
Registered User
 
Join Date: Sep 2006
Posts: 12
Quote:
Originally Posted by stevea
You forgot to set up the routing table.

The other guys are right - *if* you have a router or ISP which serves dhcp you should use dhcp. Otherwise the manual setup requires a lot of steps - and most people (like you) forget at least one.

The manual procedure requires that you a/ find an interface like eth0, b/ bring the interface up and set the IP address and mask for this interface, c/ set the routing tables with the 'route' command, d/ setup the resolve.conf file with the dnsserver IPs and start the dnsclient.

You could try the command:
"route add default gw myrouter"
but replace "myrouter with either the IP address of your home router (if any) or otherwise the first router encountered at your ISP.

Again the best solution is always to use dhcp if you can.
the network im doesnt on doesnt use dhcp. i already setup the ip address and mask for the interface. are there any resources that can help me with steps c and d?

thanks
Reply With Quote
  #9  
Old 28th September 2006, 11:40 AM
InKo's Avatar
InKo Offline
Registered User
 
Join Date: Dec 2005
Location: EU
Age: 36
Posts: 637
sorry for my silly question:

can you ping anything (not using name address), e.g. www.google.com
ping 72.14.221.99 ???

__________________
The software required «Windows 98 or better», so I installed Linux.
Reply With Quote
  #10  
Old 28th September 2006, 12:06 PM
tuxi Offline
Registered User
 
Join Date: Sep 2006
Posts: 12
i get a 'destination host unreachable'

also since i had to partition my harddisk to do a dual boot with win xp, whenever i start windows it tries to 'install generic volume' and 'hasnt passed windows certification'. is there any way to stop windows trying to mount the volume?
Reply With Quote
  #11  
Old 28th September 2006, 12:21 PM
shams Offline
Registered User
 
Join Date: Oct 2004
Posts: 881
check the named in System -> Administration -> Server sittings -> services, just enable it.
__________________
Want to share my experiences with other newbies:
Fedora For Newbies
Some Debian Tips
Reply With Quote
  #12  
Old 28th September 2006, 01:34 PM
tuxi Offline
Registered User
 
Join Date: Sep 2006
Posts: 12
cant find what you mean.

can someone help me with my networking?
Reply With Quote
  #13  
Old 28th September 2006, 02:03 PM
InKo's Avatar
InKo Offline
Registered User
 
Join Date: Dec 2005
Location: EU
Age: 36
Posts: 637
did you try
Code:
lsmod
at the terminal to know if the module is loaded in the kernel?

Tell us what you already have tried!

shams meant
Code:
system-config-services
__________________
The software required «Windows 98 or better», so I installed Linux.
Reply With Quote
  #14  
Old 28th September 2006, 02:55 PM
tuxi Offline
Registered User
 
Join Date: Sep 2006
Posts: 12
lsmod
> command not found

ive tried system > administration > network > hardware
and in 'description' it recognises the onboard lan as nVidia corporation MCP51 Ethernet controller.
Reply With Quote
  #15  
Old 28th September 2006, 02:58 PM
InKo's Avatar
InKo Offline
Registered User
 
Join Date: Dec 2005
Location: EU
Age: 36
Posts: 637
Quote:
Originally Posted by tuxi
lsmod
> command not found
.
/sbin/lsmod

add /sbin to your $PATH
__________________
The software required «Windows 98 or better», so I installed Linux.
Reply With Quote
Reply

Tags
connect, internet, unable

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
Unable to connect to the internet varunv Servers & Networking 4 11th March 2009 07:15 PM
Unable to connect to Internet bmccorm2 Servers & Networking 5 22nd November 2006 08:55 PM
Unable to connect to Internet CRUCH76 Servers & Networking 7 28th May 2006 09:55 PM
unable to connect to internet,able to connect through windows XP Narasimha Servers & Networking 1 4th October 2005 12:16 AM
unable to connect to internet,able to connect through windows XP Narasimha Servers & Networking 0 3rd October 2005 06:35 PM


Current GMT-time: 04:07 (Wednesday, 22-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