[ create a new paste ] login | about

Link: http://codepad.org/zpjo1T9D    [ raw code | fork ]

Plain Text, pasted on Feb 9:
1
2
3
4
5
6
7
8
9
10
11
12
sudo iptables -P INPUT ACCEPT
sudo iptables -P FORWARD ACCEPT
sudo iptables -P OUTPUT ACCEPT
sudo iptables -F
sudo iptables -X
sudo iptables -t nat -F
sudo iptables -t nat -X
sudo iptables -t mangle -F
sudo iptables -t mangle -X
sudo iptables -t raw -F
sudo iptables -t raw -X



Create a new paste based on this one


Comments: