Operating System - Linux
1753322 Members
6285 Online
108792 Solutions
New Discussion

Re: security related block perticular site

 
SOLVED
Go to solution
Ivan Ferreira
Honored Contributor
Solution

Re: security related block perticular site

If you use Red Hat or something similar, just use:

service iptables save

If you run another Linux distribution, it depends of how it loads the iptables services, but basically, you have to run:

iptables-save > /path/to/file

Where /path/to/file could be something like /etc/sysconfig/iptables.

Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
monu_1
Regular Advisor

Re: security related block perticular site

Thread Closed