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.
Potted history:
Weeks of frustration with FC4 install issues, tried SuSE9.3 and it went straight on without a hitch. Trying to configure a Belkin ADSL modem/wireless router on PC#1 for internet connectivity (the next stage is a home wireless LAN, but I fancy that’s a way off yet).
The problem:
I can now access the Belkin Management Console, but cannot connect to the outside world.
I have the correct username, password and settings for my ISP (Wanadoo UK), & on the Belkin Management Console, once my details are entered, I get the status: connected. Looking at the status screen, I have the following test function/results:
My default gateway is set to 192.168.2.1 (the config add for the router) and checking my kernel routes, the command /sbin/route -n gives me the following output:
local1:~# /sbin/route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Use Iface
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 lo
0.0.0.0 192.168.2.1 0.0.0.0 UG 0 0 eth0
Does this yield any clues? Any thoughts/help/suggestions/requests for further file output, gratefully received.
Thanks again for your input Paul, unfortunately I have tried adding that command to both the pppoe file, and pppoe-rp file, but without any difference.
OK, so you suggest I remove the searchsite line?
And when I speak to my ISP, it's the nameserver address I'm asking for and not DNS? (The reason I want to be clear is that I have the DNS settings already) That number doesn't relate to my default gateway at all then (192.168.2.1)?
class A 10 x.x.x
class B 172.?.x..x
class C 192.168.x.x
are special ip-addresses which are not be routed inside the net.Everybody can use them inside his
provide network without any trouble. Your gateway should have second ip-adress which speaks
to the world. Every ip-package which is not a part of you lan (local area network) will be send to your
to your default gateway. The gateway masquerade your IP-Package (that means it exchange your local
IP-Address with a valid address which you get from your provider). This address you will get from
DNS and or DHCP and it valid during your complete session. After you restart your System the IP-address could be the same but normally it not the same.
Paul
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.