Allows you to search a variety of questions and answers
After you add the rules and issue the 'iptables-save' command, you want those rules to remain there after a reboot. This is a bit trickier to do than on a RH based system. Here is one way:
1. Save your iptables to a file using the following command:
Code:
iptables-save > /etc/iptables.conf
2. Then edit the /etc/network/interfaces file by adding the following line right after 'iface eth0 inet static':
Code:
pre-up iptables-restore < /etc/iptables.conf
That should do it!
This is also how you change the firewall rule on Debian, essentially restarting the firewall.
A good how-to is also located here: http://wiki.debian.org/iptables
I have been with ayksolutions for around 5 years and have been thoroughly impressed with them. All support tickets are answered within minutes, regardless of the time of day. Prices are very reasonable, especially considering the support and services they provide. They are constantly doing crazy deals for servers as well. If you're looking for someone good and reliable to host with, from shared hosting to dedicated servers, I easily recommend ayksolutions.
I love AYK. been with them for over 5 years and the best ever
Thanks for the fast sollution, it was my fault since my original e-mail got somehow bugged and I didn't got the invoice mails.