You are not logged in.

#1 2015-10-26 17:41:00

KillerHonky
Member
From: United States
Registered: 2011-05-29
Posts: 31

iptables and privoxy

I am having difficulty blocking all incoming traffic to my machine. I am using privoxy as well as running an OpenVPN service provider through the NetworkManager plugin (Not sure how relevant that piece is...)

I ran the following commands to block all incoming traffic with iptables:

# iptables -F INPUT
# iptables -A INPUT -m state --state ESTABLISHED -j ACCEPT
# iptables -A INPUT -j REJECT

And after doing so, firefox wouldn't load webpages so I reset the rules using what is on the wiki. I have a feeling this has to do with privoxy. Thanks!

[EDIT]
I am also using dnscrypt-proxy so I can use okturtles as my dns provider.

Last edited by KillerHonky (2015-10-26 17:42:52)

Offline

#2 2015-10-26 18:04:29

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: iptables and privoxy


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#3 2015-10-26 18:09:31

KillerHonky
Member
From: United States
Registered: 2011-05-29
Posts: 31

Re: iptables and privoxy

Oh wow, missed this wiki page. Much appreciated!

Offline

Board footer

Powered by FluxBB