Answer the question
In order to leave comments, you need to log in
How to let pptp traffic through openvpn?
There was a need to first connect to the openvpn server from https://www.vpngate.net, and then connect via PPTP to the server in the office with the received IP's.
If I have Debian, what is the correct way to wrap PPTP traffic through OpenVPN? Do I need to write iptables?
Answer the question
In order to leave comments, you need to log in
Do I need to write iptables?
Do I need to write iptables?
1. Switch the use of openvpn from the tun interface to tap.
2. Check the passage of the GRE protocol inside OpenVPN
After creating an OpenVPN session, you will have a new interface and a pair of IP addresses - your own and that server. Next, you need route add ...
the IP addresses of the PPTP server on this new interface or one of these IP addresses.
And you also need to make sure that the PPTP server has the correct addressing - your IP address (the one that is called "own" above) must be routed to the OpenVPN server.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question