Routing all data through an VPN tunnel with ppp
- by Oliver
I'm trying to create a VPN tunnel that forwards all data from the local machine to the VPN server.
I'm using ppp-2.4.5 for this with the following configuration:
pty "pptp <VPNServer> --nolaunchpppd"
name <my login name>
remotename PPTP
usepeerdns
require-mppe-128
file /etc/ppp/options.pptp
persist
maxfail 0
holdoff 5
I have a script…