LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   RP-PPPoE - LCP: timeout sending Config-Requests?? (https://www.linuxquestions.org/questions/linux-networking-3/rp-pppoe-lcp-timeout-sending-config-requests-424257/)

Sevensins 03-12-2006 08:23 PM

RP-PPPoE - LCP: timeout sending Config-Requests??
 
HI!
I am trying to get rp-pppoe set as server on an FC2 system. The config is as follows;

eth0 - 10.0.0.1 --> has internet access
eth2 - 190.1.5.1 --> for PPPoE

/etc/ppp/pppoe-server-options
auth
require-pap
mtu 1492
mru 1492
default-asyncmap
lcp-echo-interval 60
lcp-echo-failure 5
ms-dns 202.52.196.233
noipdefault
noipx
nodefaultroute
noproxyarp
noktune
netmask 255.255.255.255
logfile /var/log/pppd.log

/etc/ppp/options
lock
debug
name pptp-vpn
auth
proxyarp
require-pap
#chapms-strip-domain
lcp-echo-failure 10
lcp-echo-interval 30
nobsdcomp

/etc/ppp/pap-secrets
test * test *

I run the server by giving
/usr/sbin/pppoe-server -S DumbTerminal -I eth2 -L 190.1.5.1 -R 190.1.5.10

The syslog shows its up...now when I try to connect from a windowsXP system...this is what I get

tail -f /var/log/messages
Mar 13 07:13:39 rbs pppoe-server[3575]: Session 3 created for client 00:08:c7:79:2a:4e (190.1.5.12) on eth2 using Service-Name 'DumbTerminal'
Mar 13 07:13:39 rbs pppd[3575]: pppd 2.4.4b1 started by root, uid 0
Mar 13 07:13:39 rbs pppd[3575]: Using interface ppp0
Mar 13 07:13:39 rbs pppd[3575]: Connect: ppp0 <--> /dev/pts/11
Mar 13 07:14:10 rbs pppd[3575]: LCP: timeout sending Config-Requests
Mar 13 07:14:10 rbs pppd[3575]: Connection terminated.
Mar 13 07:14:10 rbs pppd[3575]: Modem hangup
Mar 13 07:14:15 rbs pppd[3575]: Exit.
Mar 13 07:14:15 rbs pppoe-server[3367]: Session 3 closed for client 00:08:c7:79:2a:4e (190.1.5.12) on eth2
Mar 13 07:14:15 rbs pppoe-server[3367]: Sent PADT



and the /var/log/pppd.log shows
using channel 5
Using interface ppp0
Connect: ppp0 <--> /dev/pts/11
sent [LCP ConfReq id=0x1 <mru 1492> <auth pap> <magic 0x58995100>]
rcvd [LCP ConfReq id=0x1 <mru 1480> <magic 0x30115e8b> <callback CBCP>]
sent [LCP ConfRej id=0x1 <callback CBCP>]
sent [LCP ConfReq id=0x1 <mru 1492> <auth pap> <magic 0x58995100>]
sent [LCP ConfReq id=0x1 <mru 1492> <auth pap> <magic 0x58995100>]
rcvd [LCP ConfReq id=0x3 <mru 1480> <magic 0x30115e8b> <callback CBCP>]
sent [LCP ConfRej id=0x3 <callback CBCP>]
sent [LCP ConfReq id=0x1 <mru 1492> <auth pap> <magic 0x58995100>]
sent [LCP ConfReq id=0x1 <mru 1492> <auth pap> <magic 0x58995100>]
sent [LCP ConfReq id=0x1 <mru 1492> <auth pap> <magic 0x58995100>]
rcvd [LCP ConfReq id=0x5 <mru 1480> <magic 0x30115e8b> <callback CBCP>]
sent [LCP ConfRej id=0x5 <callback CBCP>]
sent [LCP ConfReq id=0x1 <mru 1492> <auth pap> <magic 0x58995100>]
sent [LCP ConfReq id=0x1 <mru 1492> <auth pap> <magic 0x58995100>]
sent [LCP ConfReq id=0x1 <mru 1492> <auth pap> <magic 0x58995100>]
rcvd [LCP ConfReq id=0x7 <mru 1480> <magic 0x30115e8b> <callback CBCP>]
sent [LCP ConfRej id=0x7 <callback CBCP>]
sent [LCP ConfReq id=0x1 <mru 1492> <auth pap> <magic 0x58995100>]
LCP: timeout sending Config-Requests
Connection terminated.
Modem hangup
Waiting for 1 child processes...
script /usr/sbin/pppoe -n -I eth2 -e 3:00:08:c7:79:2a:4e -S 'DumbTerminal', pid 3576
sending SIGTERM to process 3576


any idea plz...

pingu_penguin 12-25-2008 02:48 AM

try disabling syslog daemon .

i stopped syslog and the client could connect , worked with me , saw in one of the forums

good luck

zanget 02-15-2017 09:13 AM

Bug 222295 – ppp-2.4.3-6.2.1 conflict with syslog on pppoe-server.

http://thomashw.github.io/blog/2012/...nfig-requests/


All times are GMT -5. The time now is 01:06 AM.