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

27th September 2006, 11:47 AM
|
|
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.
|

27th September 2006, 12:56 PM
|
 |
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.
|

27th September 2006, 01:35 PM
|
 |
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?
|

27th September 2006, 01:58 PM
|
 |
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.
|

27th September 2006, 08:51 PM
|
|
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.
|

28th September 2006, 08:10 AM
|
 |
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.
|

28th September 2006, 08:26 AM
|
 |
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.
|

28th September 2006, 11:26 AM
|
|
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
|

28th September 2006, 11:40 AM
|
 |
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.
|

28th September 2006, 12:06 PM
|
|
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?
|

28th September 2006, 12:21 PM
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 881

|
|
|
check the named in System -> Administration -> Server sittings -> services, just enable it.
|

28th September 2006, 01:34 PM
|
|
Registered User
|
|
Join Date: Sep 2006
Posts: 12

|
|
|
cant find what you mean.
can someone help me with my networking?
|

28th September 2006, 02:03 PM
|
 |
Registered User
|
|
Join Date: Dec 2005
Location: EU
Age: 36
Posts: 637

|
|
did you try 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.
|

28th September 2006, 02:55 PM
|
|
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.
|

28th September 2006, 02:58 PM
|
 |
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.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 04:07 (Wednesday, 22-05-2013)
|
|
 |
 |
 |
 |
|
|