You are not logged in.

#1 2012-08-11 17:23:01

Enverex
Member
From: UK
Registered: 2007-06-13
Posts: 159
Website

[SOLVED] PPPD Unable to Connect

I'm trying to use my NAS as a router but it's simply refusing to connect. The modem is a standard BT Openreach connecting to TalkTalk (FTTC service - doesn't require authentication).

Below is the output of a connection attempt:

Aug 12 02:11:49 localhost pppd[3158]: Send PPPOE Discovery V1T1 PADI session 0x0 length 12
Aug 12 02:11:49 localhost pppd[3158]:  dst ff:ff:ff:ff:ff:ff  src 0:10:18:58:45:f6
Aug 12 02:11:49 localhost pppd[3158]:  [service-name] [host-uniq  56 0c 00 00]
Aug 12 02:11:49 localhost pppd[3158]: Recv PPPOE Discovery V1T1 PADO session 0x0 length 30
Aug 12 02:11:49 localhost pppd[3158]:  dst 0:10:18:58:45:f6  src 0:30:88:1e:e8:19
Aug 12 02:11:49 localhost pppd[3158]:  [host-uniq  56 0c 00 00] [AC-name npe001.glo-B22] [service-name]
Aug 12 02:11:49 localhost pppd[3158]: Send PPPOE Discovery V1T1 PADR session 0x0 length 12
Aug 12 02:11:49 localhost pppd[3158]:  dst 0:30:88:1e:e8:19  src 0:10:18:58:45:f6
Aug 12 02:11:49 localhost pppd[3158]:  [service-name] [host-uniq  56 0c 00 00]
Aug 12 02:11:49 localhost pppd[3158]: Recv PPPOE Discovery V1T1 PADS session 0x1476 length 30
Aug 12 02:11:49 localhost pppd[3158]:  dst 0:10:18:58:45:f6  src 0:30:88:1e:e8:19
Aug 12 02:11:49 localhost pppd[3158]:  [service-name] [host-uniq  56 0c 00 00] [AC-name npe001.glo-B22]
Aug 12 02:11:49 localhost pppd[3158]: PADS: Service-Name: ''
Aug 12 02:11:49 localhost pppd[3158]: PPP session is 5238
Aug 12 02:11:49 localhost pppd[3158]: Connected to 00:30:88:1e:e8:19 via interface wan0
Aug 12 02:11:49 localhost pppd[3158]: using channel 40
Aug 12 02:11:49 localhost pppd[3158]: Using interface ppp0
Aug 12 02:11:49 localhost pppd[3158]: Connect: ppp0 <--> wan0
Aug 12 02:11:49 localhost pppd[3158]: sent [LCP ConfReq id=0x5 <mru 1492> <magic 0xc29aba95>]
Aug 12 02:11:49 localhost pppd[3158]: rcvd [LCP ConfReq id=0x76 <mru 1492> <auth chap MD5> <magic 0x2ef6e0af>]
Aug 12 02:11:49 localhost pppd[3158]: No auth is possible
Aug 12 02:11:49 localhost pppd[3158]: sent [LCP ConfRej id=0x76 <auth chap MD5>]
Aug 12 02:11:49 localhost pppd[3158]: rcvd [LCP ConfAck id=0x5 <mru 1492> <magic 0xc29aba95>]
Aug 12 02:11:49 localhost pppd[3158]: rcvd [LCP ConfReq id=0x77 <mru 1492> <auth pap> <magic 0x2ef6e0af>]
Aug 12 02:11:49 localhost pppd[3158]: No auth is possible
Aug 12 02:11:49 localhost pppd[3158]: sent [LCP ConfRej id=0x77 <auth pap>]
Aug 12 02:11:49 localhost pppd[3158]: rcvd [LCP ConfReq id=0x78 <mru 1492> <magic 0x2ef6e0af>]
Aug 12 02:11:49 localhost pppd[3158]: sent [LCP ConfAck id=0x78 <mru 1492> <magic 0x2ef6e0af>]
Aug 12 02:11:49 localhost pppd[3158]: sent [LCP EchoReq id=0x0 magic=0xc29aba95]
Aug 12 02:11:49 localhost pppd[3158]: peer from calling number 00:30:88:1E:E8:19 authorized
Aug 12 02:11:49 localhost pppd[3158]: sent [IPCP ConfReq id=0x5 <addr 0.0.0.0>]
Aug 12 02:11:49 localhost pppd[3158]: rcvd [LCP TermReq id=0x79]
Aug 12 02:11:49 localhost pppd[3158]: LCP terminated by peer
Aug 12 02:11:49 localhost pppd[3158]: sent [LCP TermAck id=0x79]
Aug 12 02:11:52 localhost pppd[3158]: Connection terminated.
Aug 12 02:11:52 localhost pppd[3158]: Modem hangup

As you can see it connects and then for some reason just immediately disconnects and I cannot see why.

My provider file is simply:

plugin rp-pppoe.so
wan0
persist
debug
defaultroute
noauth

Any ideas what I need to change here?

Last edited by Enverex (2012-08-12 17:56:12)

Offline

#2 2012-08-12 17:56:02

Enverex
Member
From: UK
Registered: 2007-06-13
Posts: 159
Website

Re: [SOLVED] PPPD Unable to Connect

Apparently on VDSL you only need to use DHCP and none of the PPPoE setup. Works now.

Offline

Board footer

Powered by FluxBB