Article 4T7JV ip6tables simple_firewall.rules

ip6tables simple_firewall.rules

by
brokenkeys
from LinuxQuestions.org on (#4T7JV)
This is /etc/iptables/simple_firewall.rules file:

Code:*filter
:INPUT DROP [0:0]
:FORWARD DROP [0:0]
:OUTPUT ACCEPT [0:0]
-A INPUT -p icmp -j ACCEPT
-A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -p tcp -j REJECT --reject-with tcp-reset
-A INPUT -p udp -j REJECT --reject-with icmp-port-unreachable
-A INPUT -j REJECT --reject-with icmp-proto-unreachable
COMMITIs this compatible with ip6tables?latest?d=yIl2AUoC8zA latest?i=hPEt5wOw4oM:HH1_FVPt8DI:F7zBnMy latest?i=hPEt5wOw4oM:HH1_FVPt8DI:V_sGLiP latest?d=qj6IDK7rITs latest?i=hPEt5wOw4oM:HH1_FVPt8DI:gIN9vFwhPEt5wOw4oM
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments