LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ADSL (https://www.linuxquestions.org/questions/linux-newbie-8/adsl-738454/)

SolitudeSensus 07-07-2009 07:56 PM

ADSL
 
I'm unable to asscess enternet in Slackware. I'm using ADSL modem. How to configure it?

abolishtheun 07-07-2009 09:10 PM

Do you have a separate router? or are you trying to connect slackware to ADSL directly?

For the former, /etc/rc.d/rc.inet1.conf is the main configuration file for ethernet. If you'd like to get it up manually, do something like this:

ifconfig eth0 192.168.1.100 netmask 255.255.255.0 up
route add default gw 192.168.1.1

assume 192.168.1.0/24 is you network.

For the latter, you can probably use pppoe-conf to connect directly. Enter your username and password when it asks, and use pppoe-start.


All times are GMT -5. The time now is 02:43 PM.