Hello everybody.
I have several problems getting my pptpd running on Kamikaze branch.
First the connection succeeds and data transfer runs well, but after a few seconds, no data can be transfered and the following errors occur in syslog:
daemon.warn pppd[1715]: Unsupported protocol 0x6d received
daemon.warn pppd[1715]: Unsupported protocol 'SNA' (0x4d) received
etc..
..
The codes are various.
I tried pptpd 1.3.0
and pptpd 1.3.4 with the same error
Now my configuration:
#--------start----------
debug
dump
name pptpd
proxyarp
nologfd
asyncmap 0
-chap
-mschap
+mschap-v2
mppe required,no40,no56,stateless
lcp-echo-failure 30
lcp-echo-interval 5
ipcp-accept-local
ipcp-accept-remote
ms-dns 192.168.37.129
plugin radius.so
#-------end-----
Can someone help me?