mpd reports : LCP: protocol 0x2145 was rejected

Dennis Pedersen mlists at daydreamer.dk
Fri Oct 31 04:28:23 PST 2003


Hello,
I am trying to get mpd ( Version 3.14) to work on my freebsd ( 4.7-RELEASE
FreeBSD 4.7-RELEASE #1: Wed Jan 29 10:02:01 CET 2003) to work with a
Servgate SG100.
The Servgate needs to connect to the FreeBSD server and a pptp client and i
get the error in subject.
On google i found that this error has been up earlier
(http://groups.google.com/groups?hl=da&lr=&ie=UTF-8&oe=UTF-8&threadm=1037910
248.914.8.camel_vbook%40ns.sol.net&rnum=2&prev=/groups%3Fhl%3Dda%26lr%3D%26i
e%3DUTF-8%26oe%3DUTF-8%26q%3DLCP%253A%2Bprotocol%2B0x2145%2Bwas%2Brejected)
and in the old artivle it says the other end is broken.
Does the erroe 2145 always indikate the other end is broken? - is the some
know things i can disable in mpd and might get it working?

Regards,
Dennis


pptp:
        new -i ng0 pptp pptp
        set iface disable on-demand
        set iface enable proxy-arp
        set iface idle 1800
        set bundle enable multilink
# enable TCP-Wrapper (hosts_access(5)) to block unfriendly clients
#       set bundle enable tcp-wrapper
# use RADIUS servers
#       load radius
        set link yes acfcomp protocomp
        set link no pap chap
        set link enable chap
        set link keep-alive 10 60
        set link mtu 1460
        set ipcp yes vjcomp
        set ipcp ranges 192.168.10.1/32 192.168.10.50/32
        set ipcp dns 192.168.1.3
        set ipcp nbns 192.168.1.4
#
# The five lines below enable Microsoft Point-to-Point encryption
# (MPPE) using the ng_mppc(8) netgraph node type.
#
        set bundle enable compression
        set ccp yes mppc
        set ccp yes mpp-e40
        set ccp yes mpp-e128
        set ccp yes mpp-stateless





[pptp] setting interface ng0 MTU to 1456 bytes
[pptp] LCP: rec'd Protocol Reject #2 link 0 (Opened)
[pptp] LCP: protocol 0x2145 was rejected
[pptp] LCP: rec'd Protocol Reject #3 link 0 (Opened)
[pptp] LCP: protocol 0x2145 was rejected
[pptp] LCP: rec'd Protocol Reject #4 link 0 (Opened)
[pptp] LCP: protocol 0x2145 was rejected



More information about the freebsd-net mailing list