Port Opening

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

sergivb01

sergivb01
Premium
Feedback score
3
Posts
62
Reactions
69
Resources
0
UFW:
Code:
ufw allow portNumber

IPTables:
Code:
iptables -A INPUT -p tcp --dport portNumber -j ACCEPT
 
Status
This thread has been locked.
Top