I have a server with iptables rules setup. I want to use the same rules on a new server. Can I somehow copy/paste them or download/re-upload them using terminal? I'm on Ubuntu.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Yes. Save it as follows:
Restore it as follows:
And since it’s all in a text file—in this case Also, if you plan on retaining rules on reboot, consider having
Above is for IPv4 rules. For for IPV6 rules do this:
|
|||||||
|
|
You may use And then use |
|||
|
|
|
Use
to save them in a file, then use
once you've copied the file over. |
|||
|
|
iptables-saveandiptables-restore– JeffS Jan 24 at 15:56