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.
am trying to connect to the internet using a debian distro ut I can not even connect to my router.
I have 3 other debian based distros on the same machine that are all able to connect.
I tried to go into the router via telnet but when I type in the router address 198.168.1.1 I get the reply that is was unable to establish a connection.
I also went into my /etc/resolv.conf file, which I had to create, and entered the primary and secondary DNS addresses.
Upon boot up I get a DHCP error on various ports. IT appears as though the system is trying to conenct to the router but can not.
I have had a look at Linux.org beginers guide on how to connect but I do not get further than telnet connecting to the router.
Can some one guide me through what I need to do to connect this distro to the Internet.
If I can copy some file from one of my other distros I would be happy to do that.
"If you know your router address, you could always setup a static IP on your 192.168.1.XXX subnet..."
I know my router address but how do I do this?
I have looked at the /etc/resolv.conf and /etc/network/interfaces files in distros that work.
I made changes to these files in demudi but I still can not access the internet from it. When I go to PPPoE setup it says that it has found one device, eth1, and when I tell it to set it up it says that it fails.
Can some one PLEASE help me on this I have been struggling for some time on this now. I have googled and read the demudi FAQ but just can not fine anything that enables me to get this distro to connect to the internet.
wrj I have not tried to run mii-tool. I would be happy to do this check, I assume that if I type
man mii-tool
I will get the help file for this.
However, I do not think that the problem is with the cable/connections because all the other distros in my machine are able to access the internet through all the same HW.
I really would like to get this demudi distro working.
I have 3 other debian based distros on the same machine that are all able to connect.
My mistake ... I skipped over that part.
Well ... what about the output of ifconfig. Did you get an ip address? If not set it up statically and restart your network.
Try pinging 198.168.1.1 to make sure your network is up. Once you can telnet to the router try running pppoe.
Hi. MurX is on another list with this problem, and has had it for a while. Question.
Why is he having to use PPPoE on a machine connected by ethernet to a router. Surely the router via the ADSL modem is already connected using PPPoE.
For instance. Before I set up my Smoothwall Express2 firewall, (which sort of acts like a router) I had the serial modem directly connected the machine, and used KPPP to connect to my ISP. Now with the serial modem connected to the Smoothwall, the connection to the ISP is set up with the firewall (router). If I tried to use Kppp now on the machine connected to the Smoothwall it would not work as the connection is already made. In my case now, all I have to specify for connecting to the Smoothwall via ethernet, is the gateway address of the Smoothwall, my static IP address so that the Smoothwall knows who I am, and the DNS address/s.
I still think that MurX has a problem with the driver not being loaded for his NIC. I say this having had similar problems with Debian Sarge, and my Realtek8139 NIC using the 8139too driver, which I had to add to /etc/modules to get it to work.
MurX. Will you tell us which NIC (ethernet card) you are using. lspci should give you a list of your PCI stuff. Ethernet controller is the one we want to know about.
Yes farpoint is correct. You only need to set up pppoe on the router or machine acting as a router. In addition to the NIC info can you tell us what your router setup is?
Hi. Sorry for the delay. I didn't receive your post in my mailbox. Please post the output from lspci. lspci doesn't only list plug-in pci cards but on board stuff as well. Also post the output of lsmod, which should show if the driver for the NIC is being loaded. You can also post the lsmod output for one of your distro's that does connect to the Internet ok. This may help in identifying the driver for the NIC. Of course all of this is assuming that it is a driver problem with the NIC, but it's worth checking. Nigel.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.