LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   PPPoA on Slax (https://www.linuxquestions.org/questions/linux-newbie-8/pppoa-on-slax-406963/)

meirbenezra 01-23-2006 09:56 AM

PPPoA on Slax
 
my isp works with pppoa so my modem is configured that way. when ı boot up slax from live cd it cannot connect to my modem. in terminal even when I write "host localhost" it gives a timeout error and says server not found. what does this mean? I cannot connect to internet? pls help me?

nx5000 01-24-2006 03:36 AM

PPPoA is only used between your modem and the PPPoA server at your isp.
So you have to check that your modem configuration is ok. it is not a modem/router? does it have an ethernet or usb interface to your pc?
Its more an ethernet or usb problem.

host localhost: you are trying to access your dns to ask who is localhost. As you don't have net access, it can't work (server unavailable). Even if you had internet, it would not answer, you have to type:

Code:

host localhost.
it will look in your /etc/hosts file.

meirbenezra 01-27-2006 01:04 PM

modem config is correct because other distros don't have a problem connecting. my modem is a router+modem I guess. it is connected to my pc through ethernet interface. I should be able to connect to its settings through 130.147.154.140 and my pcs ip should be 130.147.154.1 in order to connect

nx5000 01-30-2006 02:07 AM

Quote:

Originally Posted by meirbenezra
it is connected to my pc through ethernet interface. I should be able to connect to its settings through 130.147.154.140 and my pcs ip should be 130.147.154.1 in order to connect

So if you have a problem, then it is an ethernet problem, which is a lot easier to track.
As you said, do you reach your router by the web interface?

meirbenezra 02-02-2006 03:38 PM

no I cannot connect I was thinking maybe my ethernet card is not identified but it sure is. it is a CNET Pro 200 ethernet card and the linux driver is a davicom... and it is detected.

nx5000 02-06-2006 01:17 AM

What gives you these commands:

Ping yourself:
Code:

ping 130.147.154.1
Ping your modem/routeur:
Code:

ping 130.147.154.140
Ping google:
Code:

ping 66.102.7.99
Ping google by name:
Code:

ping www.google.com


All times are GMT -5. The time now is 11:27 AM.