# Lock the port
lock
# Authentication
# We don't need the tunnel server to authenticate itself
noauth
# We won't do EAP, CHAP, or MSCHAP, but we will accept MSCHAP-V2
refuse-eap
refuse-chap
refuse-mschap
#refuse-mschap-v2
# Compression
# Turn off compression protocols we know won't be used
nobsdcomp
nodeflate
proxyarp
# Encryption
# (There have been multiple versions of PPP with encryption support,
# choose with of the following sections you will use. Note that MPPE
# requires the use of MSCHAP-V2 during authentication)
# http://ppp.samba.org/ the PPP project version of PPP by Paul
Mackarras
# ppp-2.4.2 or later with MPPE only, kernel module ppp_mppe.o
# {{{
# Require MPPE 128-bit encryption
require-mppe-128
# }}}
# http://polbox.com/h/hs001/ fork from PPP project by Jan Dubiec
# ppp-2.4.2 or later with MPPE and MPPC, kernel module ppp_mppe_mppc.o
# {{{
# Require MPPE 128-bit encryption
#mppe required,stateless
# }}}[/quote]
Routing:
routing style:client to LAN
network routes to be added via Tunnel
Network:192.168.212.0/24
Name:optional
DNS:
uncheck "Automatic" and keep "Servers" and "Options" empty
Encryption:
uncheck all checkboxes
Miscellaneous:
check "debug" if you want to see debug message
Then you can push "start" button
if you see "can't determain proxy arp", redial.
After you dial, if you can only connect the server, add a route to the
ppp connection
sudo route add -net 192.168.212.0 netmask 255.255.255.0 dev ppp1