This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# first just open the ports by subnet ingress rules then exec these | |
sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport PORT -j ACCEPT | |
sudo netfilter-persistent save |