hxping7 / wl500g

Automatically exported from code.google.com/p/wl500g
0 stars 0 forks source link

poptop MPPE on Asus WL-500gP V2 #338

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install poptop and configure
2. configure connect for android or linux with MPPE-128 encruption
3. try to connect...

What is the expected output? What do you see instead?
Don't connect...
--------
root@DESKTOP:(~)# cat /etc/ppp/peers/test
# written by pptpsetup
pty "pptp 192.168.25.1 --nolaunchpppd"
lock
noauth
nobsdcomp
nodeflate
name name
remotename test
ipparam test
require-mppe-128
--------
root@DESKTOP:(~)# pptpsetup --create test2 --server 192.168.25.1 --username 
name --password pass --encrypt --start
Using interface ppp0
Connect: ppp0 <--> /dev/pts/1
CHAP authentication succeeded
Refusing MPPE stateful mode offered by peer
MPPE required but peer negotiation failed
Connection terminated.

What version of the product are you using?
root@server:(/opt/root)# pptpd -v
pptpd v1.3.4
--------
root@server:(/opt/root)# pppd --help
pppd version 2.4.5
--------
root@server:(/opt/root)# cat /.version
1.9.2.7-rtn-r4525
and older too

Please provide any additional information below.

root@server:(/opt/root)# cat /opt/etc/pptpd.conf
option /etc/ppp/pptpd-options
localip 192.168.25.1
remoteip 192.168.25.100-110
--------
root@server:(/opt/root)# cat /opt/etc/ppp/options.pptpd
name pptpd
refuse-pap
refuse-chap
refuse-mschap
require-mschap-v2
require-mppe-128
proxyarp
lock
nodefaultroute
ms-dns 192.168.25.1
ms-wins 192.168.25.1
--------
root@server:(/opt/root)# dmesg | grep MPPE
MPPE/MPPC encryption/compression module registered

Original issue reported on code.google.com by ks.weidm...@gmail.com on 24 Jul 2012 at 1:34

GoogleCodeExporter commented 9 years ago
on DD-WRT work good...

Original comment by ks.weidm...@gmail.com on 24 Jul 2012 at 1:52

GoogleCodeExporter commented 9 years ago
With nomppe-stateful in root@server:(/opt/root)# cat /opt/etc/ppp/options.pptpd 
- working. Encryption is working now?

Original comment by ks.weidm...@gmail.com on 24 Jul 2012 at 4:00

GoogleCodeExporter commented 9 years ago
encryption is working with builtin pppd, fix your configs

require-mppe
require-mppe-128

>Refusing MPPE stateful mode offered by peer
mppe-stateful

Original comment by themiron.ru on 3 Aug 2012 at 10:07