After lots of pain, I've managed to get the VPN (Virtual Public Network) working with PPTP & MS-CHAPV2 (w/o MPPE).
After more severe pain, I've got the above to connect with MPPE. The problem is that it connects but there is absolutely no traffic flowing from either server or the client, as reported by TCPDUMP.
My config:
/etc/options-pptpd
name *
lock
mtu 1450
mru 1450
proxyarp
auth
ipcp-accept-local
ipcp-accept-remote
lcp-echo-failure 3
lcp-echo-interval 5
deflate 0
+mschap-v2
mppe required
/var/log/messages
Jan 31 16:47:34 mailny2 pptpd[4773]: CTRL: Client 12.20.219.53 control connection started
Jan 31 16:47:36 mailny2 pptpd[4773]: CTRL: Starting call (launching pppd, opening GRE)
Jan 31 16:47:36 mailny2 pppd[4774]: pppd 2.4.3 started by root, uid 0
Jan 31 16:47:36 mailny2 pppd[4774]: Using interface ppp0
Jan 31 16:47:36 mailny2 pppd[4774]: Connect: ppp0 <--> /dev/pts/16
Jan 31 16:47:36 mailny2 pptpd[4773]: CTRL: Ignored a SET LINK INFO packet with real ACCMs!
Jan 31 16:47:36 mailny2 kernel: mppe_decomp_init[0]: unknown key length
Jan 31 16:47:36 mailny2 pppd[4774]: Cannot determine ethernet address for proxy ARP
Jan 31 16:47:36 mailny2 pppd[4774]: local IP address 192.168.3.1
Jan 31 16:47:36 mailny2 pppd[4774]: remote IP address 192.168.3.30
If this question was asked before, then kindly link me to it. I would appreciate any help.
Thanks,
Igor
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everybody,
After lots of pain, I've managed to get the VPN (Virtual Public Network) working with PPTP & MS-CHAPV2 (w/o MPPE).
After more severe pain, I've got the above to connect with MPPE. The problem is that it connects but there is absolutely no traffic flowing from either server or the client, as reported by TCPDUMP.
My config:
/etc/options-pptpd
name *
lock
mtu 1450
mru 1450
proxyarp
auth
ipcp-accept-local
ipcp-accept-remote
lcp-echo-failure 3
lcp-echo-interval 5
deflate 0
+mschap-v2
mppe required
/var/log/messages
Jan 31 16:47:34 mailny2 pptpd[4773]: CTRL: Client 12.20.219.53 control connection started
Jan 31 16:47:36 mailny2 pptpd[4773]: CTRL: Starting call (launching pppd, opening GRE)
Jan 31 16:47:36 mailny2 pppd[4774]: pppd 2.4.3 started by root, uid 0
Jan 31 16:47:36 mailny2 pppd[4774]: Using interface ppp0
Jan 31 16:47:36 mailny2 pppd[4774]: Connect: ppp0 <--> /dev/pts/16
Jan 31 16:47:36 mailny2 pptpd[4773]: CTRL: Ignored a SET LINK INFO packet with real ACCMs!
Jan 31 16:47:36 mailny2 kernel: mppe_decomp_init[0]: unknown key length
Jan 31 16:47:36 mailny2 pppd[4774]: Cannot determine ethernet address for proxy ARP
Jan 31 16:47:36 mailny2 pppd[4774]: local IP address 192.168.3.1
Jan 31 16:47:36 mailny2 pppd[4774]: remote IP address 192.168.3.30
If this question was asked before, then kindly link me to it. I would appreciate any help.
Thanks,
Igor