Non-standard Tracker V10 listener ports

From wiki.comcert.com
Revision as of 20:03, 27 September 2019 by MediaWiki default (talk | contribs) (all)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

List iptables with line numbers:

iptables -L --line-numbers

Insert a policy just before the REJECT all policy in the VPM-Firewall-INPUT chain.  In this example, the REJECT all policy has line number 7:

iptables -I VPM-Firewall-INPUT 7 -p udp --dport 5620 -j ACCEPT

Save the new policy:

service iptables save