View Single Post
Old 03-09-2009, 09:48 PM   #11 (permalink)
MRamses
Contributing Member
 
Join Date: 03-09-09
Location: Tempe, AZ
Posts: 63
iTrader: 0 / 0%
Latest Blog:
Good Insurance Tips

MRamses is an unknown quantity at this point
I'd just like to add a few things.

When your server reboots, iptables is flushed. So you may want to do the following. To backup your iptables:

/sbin/iptables-save -c > /iptables-backup.txt

Then, to restore after server reboot:

/sbin/iptables-restore -c < /iptables-backup.txt

You can add the restore line to your rc.local script to automate it.
__________________
| Vampire | Science Fiction |
MRamses is offline   Reply With Quote