X

Select Your Country

Turkey (Türkçe)Turkey (Türkçe) Worldwide (English)Worldwide (English)
X

Select Your Currency

Türk Lirası $ US Dollar

IPTables Not Working Error After Restarting the Server

IPTables Not Working Error After Restarting the Server
HomepageKnowledge BaseGeneralIPTables Not Working Error After Re...
IPTables Not Working Error After Restarting the Server

If IPTables does not work after restarting the server, the error will be fixed if we save the iptables conditions and run it at startup.

#!/usr/bin/env bash


#### save iptables conditions and run at startup
apt update; apt upgrade -y; apt install -y iptables-persistent
iptables-save > /etc/iptables/rules.v4

Can't find the information you're looking for?

You have examined the knowledge base in detail, but if you cannot find the information you need,

Create a Support Ticket
Did you find it useful?
(481 times viewed. / 0 people found helpful.)