Answer the question
In order to leave comments, you need to log in
Proxy setup with Open vpn tunnel?
Good afternoon.
there is a server with a configured squid proxy through which we go to the Internet, it also has vpn configured to another server.
need help with iptables rules to route proxy traffic through this vpn
using openvpn
client -> proxy server and vpn client -> vpn server -> internet
Answer the question
In order to leave comments, you need to log in
On proxy:
Set default via openvpn.
iptabes -t nat -I POSTROUTING -s -o tun0 -j SNAT --to-source
On the server, also set up an OpenVPN network.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question