ee99ee3
06-18-2002, 09:43 PM
I downloaded pptpclient from pptpclient.sourceforge.net. I run pptp-command, setup my CHAP secrets (the server I'm connecting to uses CHAP to authenticate). Then I setup the tunnel. I do exactly what all the documentation says to do, but when I go to connect I get this error:
/usr/sbin/pppd: In file /etc/ppp/options.pptp: unrecognized option 'require-mppe'
ERROR! Connection timed out.
I'm sure that the server is alive, becuase I talked to someone else that was connecteing to the same one, and it works fine for them (they were in Winblows XP). I can see the server just fine from here. I access it all the time, I just can't get VPN to work.
Here's my /etc/ppp/options.pptp file:
#
# Lock the port
#
lock
#
# We don't need the tunnel server to authenticate itself
#
noauth
require-chapms-v2
require-mppe
#
# Turn off transmission protocols we know won't be used
#
nobsdcomp
nodeflate
#
# We want MPPE
#
mppe-40
mppe-128
mppe-stateless
#
# We want a sane mtu/mru
#
mtu 1000
mru 1000
#
# Time this thing out of it goes poof
#
lcp-echo-failure 10
lcp-echo-interval 10
Any ideas?
Thanks.
-ee99ee3
/usr/sbin/pppd: In file /etc/ppp/options.pptp: unrecognized option 'require-mppe'
ERROR! Connection timed out.
I'm sure that the server is alive, becuase I talked to someone else that was connecteing to the same one, and it works fine for them (they were in Winblows XP). I can see the server just fine from here. I access it all the time, I just can't get VPN to work.
Here's my /etc/ppp/options.pptp file:
#
# Lock the port
#
lock
#
# We don't need the tunnel server to authenticate itself
#
noauth
require-chapms-v2
require-mppe
#
# Turn off transmission protocols we know won't be used
#
nobsdcomp
nodeflate
#
# We want MPPE
#
mppe-40
mppe-128
mppe-stateless
#
# We want a sane mtu/mru
#
mtu 1000
mru 1000
#
# Time this thing out of it goes poof
#
lcp-echo-failure 10
lcp-echo-interval 10
Any ideas?
Thanks.
-ee99ee3