Jeg går ud fra at jeg skal bruge roaringpenguin PPPoE og kører derfor scriptet 'adsl-setup' hvilket giver mig følgende konfigurationsfil /etc/ppp/pppoe.conf:
DEVICE="ppp0"
BOOT="no"
ETH='eth0'
USER='waixxxxx'
PASS="**********"
DEMAND=no
USEPEERDNS=yes
CONNECT_TIMEOUT="60"
CONNECT_POLL="6"
PING="."
SYNCHRONOUS="no"
CLAMPMSS="1412"
LCP_INTERVAL="20"
LCP_FAILURE="3"
PPPOE_TIMEOUT="80"
FIREWALL=NONE
PPPOE_EXTRA=""
CF_BASE=`basename $CONFIG`
PIDFILE="/var/run/$CF_BASE-adsl.pid"
DEVICE=ppp0
BOOT=no
Når jeg derefter kører ' adsl-start' får jeg en time-out og følgende i /var/log/messages:
Sep 25 17:06:21 localhost kernel: PPP generic driver version 2.4.1
Sep 25 17:06:21 localhost pppd[1390]: pppd 2.4.0 started by root, uid 0
Sep 25 17:06:21 localhost pppd[1390]: Using interface ppp0
Sep 25 17:06:21 localhost pppd[1390]: Connect: ppp0 <--> /dev/pts/3
Sep 25 17:06:52 localhost pppd[1390]: LCP: timeout sending Config-Requests
Sep 25 17:06:52 localhost pppd[1390]: Connection terminated.
Sep 25 17:06:56 localhost pppoe[1395]: Timeout waiting for PADO packets
Sep 25 17:06:56 localhost pppd[1390]: Exit.
Sep 25 17:06:56 localhost adsl-connect: ADSL connection lost; attempting re-connection.
Sep 25 17:06:56 localhost pppd[1481]: pppd 2.4.0 started by root, uid 0
Sep 25 17:06:56 localhost pppd[1481]: Using interface ppp0
Sep 25 17:06:56 localhost pppd[1481]: Connect: ppp0 <--> /dev/pts/3
Sep 25 17:07:27 localhost pppd[1481]: LCP: timeout sending Config-Requests
Sep 25 17:07:27 localhost pppd[1481]: Connection terminated.
Sep 25 17:07:31 localhost pppoe[1482]: Timeout waiting for PADO packets
Sep 25 17:07:31 localhost pppd[1481]: Exit.
Der bliver aldrig sendt noget ud på linien (ingen lys i RX/TX dioderne), så jeg har jo modemet mistænkt. Det er konfigureret som Orange foreskriver for at det skal fungere med Windoze, og det virker. Skal der en anden konfiguration af modemet til?