houmie
2013-03-17 17:05:56 UTC
Hi everyone,
I came across the excellent documentation here
http://pptpclient.sourceforge.net/howto-debian.phtml
and followed all the steps. However, while the DSL connection works the
packages are not gong over the tunnel. What am I missing please?
*sudo vim /etc/ppp/options.pptp*
lock
noauth
refuse-pap
refuse-eap
refuse-chap
refuse-mschap
nobsdcomp
nodeflate
require-mppe-128
*sudo vim /etc/ppp/chap-secrets*
#First line is the username and password of normal pppoe DSL connection
"123456789" * "1111"
#Second line is the username and password of my VPN server
vpn_username PPTP vpn_password *
*sudo vim /etc/ppp/peers/tunnel*
pty "pptp vpn_domain.com --nolaunchpppd"
name vpn_username
remotename PPTP
require-mppe-128
file /etc/ppp/options.pptp
ipparam tunnel
*sudo pon dsl-provider updetach && sudo pon tunnel*
Plugin rp-pppoe.so loaded.
PPP session is 50301
Connected to 00:03:e4:5b:78:1a via interface eth0
Using interface ppp0
Connect: ppp0 <--> eth0
PAP authentication succeeded
peer from calling number 00:03:E4:5B:78:1A authorized
local IP address 81.32.211.11
remote IP address 81.32.210.1
primary DNS address 81.32.214.5
secondary DNS address 81.32.214.194
Everything seems fine, however I am not over the VPN yet.
Many Thanks,
Houman
I came across the excellent documentation here
http://pptpclient.sourceforge.net/howto-debian.phtml
and followed all the steps. However, while the DSL connection works the
packages are not gong over the tunnel. What am I missing please?
*sudo vim /etc/ppp/options.pptp*
lock
noauth
refuse-pap
refuse-eap
refuse-chap
refuse-mschap
nobsdcomp
nodeflate
require-mppe-128
*sudo vim /etc/ppp/chap-secrets*
#First line is the username and password of normal pppoe DSL connection
"123456789" * "1111"
#Second line is the username and password of my VPN server
vpn_username PPTP vpn_password *
*sudo vim /etc/ppp/peers/tunnel*
pty "pptp vpn_domain.com --nolaunchpppd"
name vpn_username
remotename PPTP
require-mppe-128
file /etc/ppp/options.pptp
ipparam tunnel
*sudo pon dsl-provider updetach && sudo pon tunnel*
Plugin rp-pppoe.so loaded.
PPP session is 50301
Connected to 00:03:e4:5b:78:1a via interface eth0
Using interface ppp0
Connect: ppp0 <--> eth0
PAP authentication succeeded
peer from calling number 00:03:E4:5B:78:1A authorized
local IP address 81.32.211.11
remote IP address 81.32.210.1
primary DNS address 81.32.214.5
secondary DNS address 81.32.214.194
Everything seems fine, however I am not over the VPN yet.
Many Thanks,
Houman