PDA

View Full Version : Hi there i have a big Problem.



osomauri
06-10-2004, 07:59 PM
I Have some thing like this configured on my pc:

root@osomauri:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:00:E8:81:A1:2D
inet addr:192.168.1.5 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:44 errors:0 dropped:0 overruns:0 frame:0
TX packets:53 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:2669 (2.6 KiB) TX bytes:3234 (3.1 KiB)
Interrupt:9 Base address:0x4000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:20 errors:0 dropped:0 overruns:0 frame:0
TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1304 (1.2 KiB) TX bytes:1304 (1.2 KiB)

root@osomauri:~# poff
/usr/bin/poff: No pppd is running. None stopped.
root@osomauri:~# pon dsl-provider
root@osomauri:~# plog
Jun 1 22:08:21 osomauri pppd[785]: Using interface ppp0
Jun 1 22:08:21 osomauri pppd[785]: Connect: ppp0 <--> /dev/pts/0
Jun 1 22:08:24 osomauri pppd[785]: Remote message: Request Denied
Jun 1 22:08:24 osomauri pppd[785]: PAP authentication failed
Jun 1 22:08:27 osomauri pppd[785]: Modem hangup
Jun 1 22:08:27 osomauri pppd[785]: Connection terminated.
root@osomauri:~# if
if ifconfig ifdown ifnames ifport ifup ifuser
root@osomauri:~# ifconfig ppp0
ppp0: error fetching interface information: Device not found


and i try , cheking : /etc/ppp/pap-secrets, and clear the word "username"
...this was not there ...

I really donīt know more to do it. i have knnopix , 3.3 instaled on Hd.

Can you supportme o give me ideas please, thank for your help .


* and of course it is my username and pass correcto... i say for the error before.

tearinghairout
06-17-2004, 11:36 AM
Hi there osomauri
I don't entirely understand your post, but I gather that you are saying that you are having trouble connecting to the 'net via some sort of ADSL device.

From the output that you included, it would seem to just be a problem with the username and password not being configured correctly.

I don't quite understand what you mean when you say
and i try , cheking : /etc/ppp/pap-secrets, and clear the word "username"
...this was not there ...

* and of course it is my username and pass correcto... i say for the error before.
Now, from what I understand, at the bottom of the /etc/ppp/pap-secrets file, there should be a line that contains both the username and password that you are required to use to connect to your service provider, with a * in the middle which means "any host" (presumably you have just one).
If this is not working, are you sure you should use PAP authentication? Don't forget there is also CHAP. Maybe you should be using that instead?