Hi, Alejandro
Her is the results of the command you ask me to perform.
> service pppoe status
NOTE : You have enabled demand-connection; adsl-status may be innacurate
adsl-status : link is down -- could not find interface corresponding to pppd pid 4888
> service pppoe restart
Shutting down ADSL linkadsl-stop : The adsl-connect script (PID 680) appears to have died.
Bringing up ADSL link ....................... TIMED OUT
Later on I tried to run adsl-start in DEBUG mode
I typed :
> DEBUG=1 adsl-start
In the file that has been generated, I noted the following statements :
using interface ppp0
connect : ppp0<-->/dev/pts/0 (by the way, the follwoing file does not exist !)
pppoe : ioctl (SIOCGIFHWADDR):No such device
sent [LCP ConfReq id=0x1
]
write : warning : Input/Output error (5)
Modem hangup
Connection terminated.
Script /usr/sbin/pppoe -p /var/run/pppoe.pid.pppoe -I eth1 -T 80 -m 1412 -D /tmp/pppoe -debug-13393/pppoe-debug.txt-0 finished (pid 13420), status=0x1
And far in the file I noticed the follwoing patterns of messages :
Extract from /var/log/messages
pppd 2.4.0 started by root, uid 0
using interface ppp0
connect : ppp0<--> /dev/pts/0
ioctl (SIOCGIFHWADDR): No such device
write : warning : Input/Output error(5)
Modem hangup
Connection terminated
Exit.
This pattern repeats itself for about 10 times.
At hte end of the file, I noted the following : rp-pppoe-2.5
Hope that will give you some information about what is happening with my system regarding the PPPOE connection.
Cheers,