open a port on iptable

sudo iptables -I INPUT -p tcp --dport 24800 -j ACCEPT sudo iptables -I OUTPUT -p tcp --dport 24800 -j ACCEPT
相關文章
相關標籤/搜索