L
L
littleguga2016-10-28 17:28:24
System administration
littleguga, 2016-10-28 17:28:24

How to rewrite rules from iptables to ufw?

iptables -A FORWARD -p tcp -d _LOCALVPNIPADDRESS_ --dport 3389 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT
iptables -A FORWARD -p tcp -d _SERVEREXTERNALIP_ --dport 55555 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT

Something I can not understand how these rules will look right for ufw.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question