Answer the question
In order to leave comments, you need to log in
How to disable all traffic through iptables?
How to completely disable all incoming and outgoing traffic through iptables?
And how to check that nothing is siphoning?
The task is to disable everything and allow only receiving and sending traffic through vpn.
Who can help with the task? (not for free)
Answer the question
In order to leave comments, you need to log in
iptables -F INPUT
iptables -P INPUT DROP
iptables -F OUTPUT
iptables -P OUTPUT DROP
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question