Answer the question
In order to leave comments, you need to log in
How to leave a port open after a reboot?
you need to open port 8088, I do this:
iptables -A INPUT -i eth0 -p tcp --destination-port 8088 -j ACCEPT
in iptables-save the line appears:
-A INPUT -i eth0 -p tcp -m tcp --dport 8088 -j ACCEPT
after reboot - disappears
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question