On Thu, Dec 21, 2000 at 05:05:36PM +1100, Martin wrote: > > My ADSL isn't working. I'll be as verbose as possible to try to give > some smart person some clues about what is wrong > > It was installed this morning. They offered me a USB installation, but > when I declined they gave me a SMC 1102 TX 10/100 Ethernet card. I have > compiled support into the kernel (2.4.0-test12), and the NIC is working, > i.e., if I do: > > $ifconfig eth0 10.0.0.1 up > $ping -c 50 10.0.0.1 yeah that means you can ping yourself :) do ping 10.0.0.138 to make sure you can ping the modem. Also do a tcpdump -n -i eth0 with a recent tcpdump and pppoe -A -I eth0 at the same time and see if you get any PAD response packets > I've edited /etc/ppp/peers/provider to give: > <snip> looks right > > Dec 21 16:50:36 denial pppd[4807]: sent [CHAP Response id=0x1 > <75a9da60ae040f2199eb9c1c521f9256>, name = "writeme"] > Dec 21 16:50:36 denial pppd[4807]: rcvd [LCP EchoRep id=0x0 > magic=0x4af3b0c7] > Dec 21 16:50:36 denial pppd[4807]: rcvd [CHAP Failure id=0x1 ""] > Dec 21 16:50:36 denial pppd[4807]: sent [LCP TermReq id=0x1e "Failed to > authenticate ourselves to peer"] > Dec 21 16:50:36 denial pppd[4807]: rcvd [LCP TermReq id=0x71] > Dec 21 16:50:36 denial pppd[4807]: sent [LCP TermAck id=0x71] > Dec 21 16:50:36 denial pppd[4807]: Script pppoe -I eth0 -T 80 finished > (pid 4840), status = 0x0 > > It almost looks like I have the password wrong, but I have double > checked, (I don't). Any ideas? yep it thinks you have the password wrong. Two things to try. First no matter what the telstra guy wrote down the password is most likely all lower case so give that a go. See if you have any more luch with PAP authentication by adding refuse-chap to your options file. Make sure your password entry is in pap-secrets and chap-secrets or do what I do and make one a link to the other. And you can use your old fasion net connection to test your password with the following telnet pop-server.bigpond.net.au 110 user writeme password password and see if it authenticates you. Failing all that call telstra -- John Ferlito Senior Engineer - Bulletproof Networks ph: +61 (0) 410 519 382 http://www.bulletproof.net.au/ -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug