LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 03-12-2006, 08:23 PM   #1
Sevensins
LQ Newbie
 
Registered: Nov 2004
Location: Pakistan
Posts: 24

Rep: Reputation: 15
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...

Last edited by Sevensins; 03-12-2006 at 08:29 PM.
 
Old 12-25-2008, 02:48 AM   #2
pingu_penguin
Member
 
Registered: Aug 2004
Location: pune
Distribution: Slackware
Posts: 349

Rep: Reputation: 60
try disabling syslog daemon .

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

good luck
 
Old 02-15-2017, 09:13 AM   #3
zanget
LQ Newbie
 
Registered: Jul 2009
Posts: 22

Rep: Reputation: 0
Smile

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

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


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LCP Timeout Warg Linux - General 5 11-29-2005 02:41 PM
LCP: timeout sending Config-Requests tompouceuh Linux - Networking 0 10-25-2005 06:08 AM
IPCP: timeout sending Config-Requests asym Linux - General 1 08-02-2004 09:59 PM
IPCP: timeout sending Config-Requests asym Linux - Networking 1 08-02-2004 09:59 PM
CCP: timeout sending Config-Requests oldi Slackware 0 05-02-2004 09:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration