Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#1646 - ppp-mod-pptp for the pptp is not working in version 18.06.0-rc1 #6750

Closed
openwrt-bot opened this issue Jul 10, 2018 · 14 comments
Closed
Labels

Comments

@openwrt-bot
Copy link

thankeyes:

The version 18.06.0-rc1 which I install is from here.
https://downloads.openwrt.org/releases/18.06.0-rc1/targets/ramips/mt7620/openwrt-18.06.0-rc1-ramips-mt7620-miwifi-mini-squashfs-sysupgrade.bin

The step what I did is
1.opkg update
2.opkg install ppp-mod-pptp
3.opkg install kmod-nf-nathelper-extra
4.reboot
5.setup the PPTP in the LUCI
##################################
the erro log
##################################
Using interface pptp-vpn
Connect: pptp-vpn ←→ pptp (66.212.x.x)
read returned zero, peer has closed
read returned zero, peer has closed
LCP: timeout sending Config-Requests
Connection terminated.
Modem hangup
Using interface pptp-vpn
Connect: pptp-vpn ←→ pptp (66.212.x.x)
##############################
And all the PC in the LAN can not client to the PPTP server.

If I install the version 17.01.4
https://downloads.openwrt.org/releases/17.01.4/targets/ramips/mt7620/lede-17.01.4-ramips-mt7620-miwifi-mini-squashfs-sysupgrade.bin

And follow the step that I wrote upstair,the PPTP is working fine.
And all the PC in the LAN can client to the PPTP server.

I made a snapshots of newest trunk with ppp-mod-pptp and kmod-nf-nathelper-extra,too.
OpenWrt SNAPSHOT r7402-0f54388 / LuCI Master (git-18.185.66236-26d90f0)
The PPTP client still can not work and all the PC in the LAN can not client to the PPTP server.

@openwrt-bot
Copy link
Author

camel:

this package is missing ? not compiled at all
pls can anyone take a look ?

@openwrt-bot
Copy link
Author

@openwrt-bot
Copy link
Author

jow-:

Confused the subject due to unrelated comment above.

@openwrt-bot
Copy link
Author

docenttmp:

18.06.0-rc2 + dsl-2650u + 841n V8 + default settings, all needed packages installed (mppe on/off) = pptp not work

@openwrt-bot
Copy link
Author

flfq:

old version have kmod-crypto
new version not have it

@openwrt-bot
Copy link
Author

flfq:

Does not support ms-chap v2?

@openwrt-bot
Copy link
Author

flfq:

kmod-mppe - 4.9.111-1 - Kernel modules for Microsoft PPP compression/encryption
kmod-mppe - 4.14.54-1 - Kernel modules for Microsoft PPP compression/encryption
pptp error


this is ok
kmod-mppe - 4.14.48-1

@openwrt-bot
Copy link
Author

moontide:

Same story after 18.06.0 been installed.

I had downgraded to 17.01.5 to get pptp work.

@openwrt-bot
Copy link
Author

moondigi:

same config

17.01.4 work
18.06.0 not work

@openwrt-bot
Copy link
Author

Sedy:

Same story after 18.06.0 been installed.

I had downgraded to 17.01.5 to get pptp work.

@openwrt-bot
Copy link
Author

camel:

same on current trunk :(

@openwrt-bot
Copy link
Author

SAprelov:

No need to downgrade.

opkg install kmod-ipt-raw

and add line to /etc/firewall.user (from here https://bugs.openwrt.org/index.php?do=details&task_id=1083)

iptables -t raw -A OUTPUT -p tcp -m tcp --dport 1723 -j CT --helper pptp

@openwrt-bot
Copy link
Author

moontide:

@SAprelov

Thanks, it works!

@openwrt-bot
Copy link
Author

camel:

be careful:
in firewall.user it should be :

iptables -t raw -A OUTPUT -p tcp -m tcp --dport 1723 -j CT --helper pptp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant