root@fvdwsl-nwsp2:/ # iptables -V
iptables v1.4.12.2
root@fvdwsl-nwsp2:/ #
root@fvdwsl-nwsp2:/ # iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
root@fvdwsl-nwsp2:/ #
root@fvdwsl-nwsp2:/ # iptables -A INPUT -p TCP --dport 1723 -j ACCEPT
root@fvdwsl-nwsp2:/ # iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:1723
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
root@fvdwsl-nwsp2:/ #
Users browsing this forum: Bing Bot and 2 guests