[Iptables Problem] Lets Encrypt aktualisiert nicht automatisch
Posted: Tue 21. Apr 2020, 14:45
Hallo,
ich habe ein Problem mit Iptables und Lets Encrypt. Lets Encrypt aktualisiert sich nicht automatisch. Wenn ich Iptables deaktiviere, dann werden die Zertifikate aktualisiert. Hier meine Iptables Einstellungen: (ich habe noch einen Wireguard VPN Server laufen)
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:22
ACCEPT tcp -- anywhere anywhere tcp dpt:https
ACCEPT udp -- anywhere anywhere udp dpt:51820
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
DROP all -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere tcp dpt:http
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate ESTABLISHED
Was muss ich verändern das Lets Encrypt automatisch durchläuft?
Vielen Dank im Vorraus!!
hg1978
ich habe ein Problem mit Iptables und Lets Encrypt. Lets Encrypt aktualisiert sich nicht automatisch. Wenn ich Iptables deaktiviere, dann werden die Zertifikate aktualisiert. Hier meine Iptables Einstellungen: (ich habe noch einen Wireguard VPN Server laufen)
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:22
ACCEPT tcp -- anywhere anywhere tcp dpt:https
ACCEPT udp -- anywhere anywhere udp dpt:51820
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
DROP all -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere tcp dpt:http
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate ESTABLISHED
Was muss ich verändern das Lets Encrypt automatisch durchläuft?
Vielen Dank im Vorraus!!
hg1978