Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I got FC3 to installl today.. everything went fine.. but my networking is not working.. first I tried to use static IP address with DNS servers supplied by BrightHouse (cable provider).. I used that setup before and I know it is working.. however, doing the same configuaration on FC3 does not do any goos.. I am not gettigng to any pages... sometimes I see that FireFox is conecting to the website and it will fail 99% of the time once in a while after 5 min wait I can get to the site but no graphics...
well I switched to DHCP.. DHCP is running on my Linksys 4 port router...(not wireless) again my WinXp box works just fine abut my second workstation does not even allow me to activate eth0 since it can;t get IP address..
any suggestions? I really have a basic setup and it is very frustrating not to be able to setup networking in few seconds...
well I am getting host unreachable when pinging gateway after assigning ip address via ifconfig.. but I also tried to change it to the IP address of the existing WinXP box.. and I got error on Win box that there is conflict in IP address on the network...so there is some hope.. still I have no idea what is going on..
any other suggestions?
thank you
PS it is a fresh install ..and simple network...2 pcs and Linksys router
Originally posted by gani lo is not in your routing table.
For some reason, FC3 is not adding the 127.0.0.0/8 network route. Why? I don't know, but the "lo" interface is properly defined. So everything should still work fine. At least I'm not seeing any problems.
Quote:
Originally posted by gani We can go along with that strange ip (169.254.0.0) later.
The 169.254... is the Zero Config stuff. This route can be disabled by adding "NOZEROCONF=Yes" to /etc/sysconfig/network
Quote:
Originally posted by BlueAxon I do not know what 169.254.0.0 is .. also 192.168.1.0.. ?
The 192.168.1.0 is the network route for eth0. This route is needed and corresponds to the IP address/netmask specifed in your other post.
Quote:
Originally posted by BlueAxon DEVICE=eth0
BOOTPROTO=DHCP
ONBOOT=yes
DHCP_Hostname = Axon
USERCTL=no
PEERDNS=yes
IPV6INT=no
IPADDR=192.168.1.101
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
HWADDR=00:01:02:33:00:d5
1) DHCP_Hostname - assignment of variables cannot have spaces between the = sign
2) I don't know if it matters, but I do not see the "TYPE=Ethernet" variable in your config file.
BTW: If you want to disable IPv6 (I do), add the following to /etc/modprobe.conf
Originally posted by scowles For some reason, FC3 is not adding the 127.0.0.0/8 network route. Why? I don't know, but the "lo" interface is properly defined. So everything should still work fine. At least I'm not seeing any problems.The 169.254... is the Zero Config stuff. This route can be disabled by adding "NOZEROCONF=Yes" to /etc/sysconfig/network
The 192.168.1.0 is the network route for eth0. This route is needed and corresponds to the IP address/netmask specifed in your other post.
1) DHCP_Hostname - assignment of variables cannot have spaces between the = sign
2) I don't know if it matters, but I do not see the "TYPE=Ethernet" variable in your config file.
BTW: If you want to disable IPv6 (I do), add the following to /etc/modprobe.conf
Code:
alias net-pf-10 off
I did changed the IP to static so DHCP is gone
my ifcfg-eth0 has only few lines right now:
DEVICE=eth0
ONBOOT=yes
BOOTPRO=static
IPADDR=192.168.1.102
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
and we both use Linksys... but I also tried to plugin my FC box directly to cable (no Linksys) and use DHCP and got the same result.. I run into at least 8 users with the same problem... I hope someone got a solution
having problems with FC3 networking.. I put the CD from MEPIS and got networking running in no time.. why so much problems with FC? I even got multiple monitors running on it without any effort
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.