Skip to content
Snippets Groups Projects
Commit a25037f2 authored by Bob Mottram's avatar Bob Mottram
Browse files

Firewall drops forwards

parent 4eced972
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,8 @@ function configure_firewall {
ip6tables -X
iptables -P INPUT DROP
ip6tables -P INPUT DROP
iptables -P FORWARD DROP
ip6tables -P FORWARD DROP
iptables -A INPUT -i lo -j ACCEPT
iptables -A INPUT -m conntrack --ctstate ESTABLISHED -j ACCEPT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment