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

As the question name anyone know the putty linux commands to open samp port 7777 without disable the full iptables firewall?

Thanks,
Rodri.
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)