Guys:

I don't know how this can be changed, can someone help.

How can this be rewritten to shorewall:

IPTables (IPv4)

iptables -I INPUT1  -p tcp -m tcp --dport80  -j ACCEPT
iptables -I INPUT1  -p tcp -m tcp --dport53  -j ACCEPT
iptables -I INPUT1  -p udp -m udp --dport53  -j ACCEPT
iptables -I INPUT1  -p tcp -m tcp --dport67  -j ACCEPT
iptables -I INPUT1  -p udp -m udp --dport67  -j ACCEPT
iptables -I INPUT1  -p tcp -m tcp --dport4711  -i lo -j ACCEPT

IP6Tables (IPv6)

ip6tables -I INPUT -p udp -m udp --sport546:547 --dport546:547 -j ACCEPT

--
Eric Teeter
*Quotes from the TV series Gene Roddenberry's Andromeda*
"Conceal nothing. And watch the fools search forever."
"I've always found a full deployed battle
group to be the most effective negotiator"
_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to