Where is your sync-pppd section?
A typical l2tp.conf should look like:
==============================
# comment

# Global section (by default, we start in global mode)
global

# Load handlers
load-handler "sync-pppd.so"
load-handler "cmd.so"

# Bind address
listen-port 1701

# Configure the sync-pppd handler.  You MUST have a "section sync-pppd" line
# even if you don't set any options.
section sync-pppd
lns-pppd-opts "require-pap 10.0.0.1:10.0.0.2 lcp-echo-interval 30 lcp-echo-failure 6"
lac-pppd-opts "user example name example noipdefault ipcp-accept-local 
ipcp-accept-remote lcp-echo-interval 30 lcp-echo-failu
re 6"

# Peer section
section peer
peer 192.168.2.3
secret s3cr3t
port 1701
lac-handler sync-pppd
lns-handler sync-pppd
hide-avps yes
==============================


-----Original Message-----
From: Eric Leblond [mailto:[EMAIL PROTECTED]]
Sent: 27 January 2003 09:40
To: [EMAIL PROTECTED]
Subject: LNS vith rp-l2tpd


Hi,

I want to setup an LNS with rp-l2tpd (got connection problem when I try
l2tpd), but all I got whe a call is coming is :
        "No LNS handler willing to accept call"
And bad CDN going out :-(
The calls are coming from a redback LAS.

my conf is the following :
# Peer section
section peer
peer xxx.xxx.xxx.xxx
lns-handler sync-pppd
hide-avps no

section peer
peer yyy.yyy.yyy.yyy
# No secret - no authentication
lns-handler sync-pppd
hide-avps no


-- 
�ric Leblond
courriel : [EMAIL PROTECTED]



Reply via email to