Non-standard Tracker V10 listener ports

From wiki.comcert.com
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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