X
X

Select Your Currency

Türk Lirası $ US Dollar
X
X

Select Your Currency

Türk Lirası $ US Dollar
Yıllık Satın Alımlarda %15 İndirim: Şimdi Tasarruf Edin! Detaylı Bilgi İçin Tıklayın!

Knowledge Base

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?
(116 times viewed. / 0 people found helpful.)