Answer the question
In order to leave comments, you need to log in
How to redirect all outgoing vpn client requests to port 80 on localhost?
There is a server on Ubuntu Server on which pptpd is installed.
There is a PC on win7 that connects to a VPN server.
How to redirect all outgoing requests to port 80 from pc to localhost:80 vpn server?
Simply put, do you need to open a page on the localhost of the vpn server when you open any site?
Answer the question
In order to leave comments, you need to log in
iptables -A PREROUTING -p tcp -m tcp --dport 80 -j DNAT --to-destination 192.168.0.1
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question