thanks, netstat tells me that nginx is listening on the ports i want,
and i used this command to try open the port i want
iptables -A INPUT -p tcp --dport 8007 -j ACCEPT
and it ran fine, then listing the iptable rules i see there is a new rule:
ACCEPT tcp -- anywhere anywhere tcp dpt:8007
that means ive opened up that port yes?
and i used this command to try open the port i want
iptables -A INPUT -p tcp --dport 8007 -j ACCEPT
and it ran fine, then listing the iptable rules i see there is a new rule:
ACCEPT tcp -- anywhere anywhere tcp dpt:8007
that means ive opened up that port yes?