So how does one open a particular port in the firewall?
I've read the Firewall FAQ, searched the forum and I still don't have a clue how this is done.
I need to open a port on my server for incoming email (don't ask why, the ISP is blocking ports) and between the right iptables commands and templates-custom I'm totally lost.
So far I've got:
iptables -I INPUT -p tcp --dport 5505 -j ACCEPT
Is this correct, if so how do I make it permanent? maybe there is somebody out there who can explain the logic behind templates, how they work and what to keep in mind when making changes.
Thank you in advance for your help and please, don't reply if you don't have anything positive to add to the post, things like use Google or the forum won't help anyone, like I mentioned above, I've looked a the FAQs and did my home work. After hours of frustration I ended up posting here.
D.