Open port 7777 VPS Centos 6 64 bit without disable full firewall?
#2

iptables has no rules by default so unless you specifically closed them all ports are open. This rule will add UDP port 7777 as the first rule in the chain:

Код:
iptables -I INPUT 1 -p udp --dport 7777 -j ACCEPT
Reply


Messages In This Thread
Open port 7777 VPS Centos 6 64 bit without disable full firewall? - by Rodri99 - 16.12.2015, 09:24
Re: Open port 7777 VPS Centos 6 64 bit without disable full firewall? - by Vince - 16.12.2015, 11:02

Forum Jump:


Users browsing this thread: 1 Guest(s)