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.
hey I'm trying to connect my SuSE box to my router but It's not connecting to it for some reason. I read somewhere that most routers only work on IPv4 and in order for it to work you need to disable IPv6 which I did but when I go to Devices I don't even see IPv4. Is there any way I can set this up so my internet would work.
Is your router set up for DHCS, does it assign your IP number automatically? Most routers have a setup page with will allow you to see if your IP address was assigned. When you configure your eth0 you should be able to see the gateway address of your router. If so, try pinging your router.
example: from a command line,
$ping 192.168.2.1 (or whatever address your router is)
If your machine is communicating with your router, you will see a list of "packets" being delivered and returned to you. If you see this, after a few lines, press <control><c> to stop it (or it will just continue on.)
This will tell if your router is working with your comupter. If it is, then it is just a matter of proper configuration.
ok, well when I said it wasn't connecting I meant that it's not comunicating with the router, I did try pinging and I did multiple tests configuring the SuSE box. My router does detect the MAC address of my ethernet card on my SuSE box but does not give it an ip address for some reason and there's no way to assign an ip manually with the router (it's a special gateway assigned by the isp). like I stated before and I'll say it again: I beleive the problem is with the IPv4 thing, I need to set my eth0 to use that and not use IPv6 but I don't know how.
OK, knowing nothing of your router then I will say this. It's been a long time since I used SuSe (use FC4), but normally in Network Device Control you double click on the highlighted eth0. This brings up a dialog box which allows you to uncheck the box for IPv6 support leaving only IPv4 support. I would assume there is something similar in Suse.
YES! there is actually, but I thought that if I disabled IPv6 then I had to enable IPv4 somehow, when I go to devices I used to have IPv6 to select for my eth0 but now I have nothing to select and my eth0 info is all at 0 or unavailable... sigh I seriously have no idea what I'm doing... LOL. I'm open to any suggestions.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.