Answer the question
In order to leave comments, you need to log in
How to deny outgoing connections to port 80 on PCs connected to a PPTPD based VPN in Ubuntu Server?
There is a server on Ubuntu Server on which pptpd is installed.
There is a PC on win7 that connects to a VPN server.
The task is to prohibit the connected PC from accessing the Internet on port 80.
Added a rule: iptables -A OUTPUT -j REJECT -p tcp --dport 80
As a result, outgoing connections to port 80 were closed on the server, but not on the PC connected to this server.
Please tell me how this can be done.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question