diff --git a/HowtoDebian/MigrationStretchBuster.md b/HowtoDebian/MigrationStretchBuster.md index 580d39db..f3999505 100644 --- a/HowtoDebian/MigrationStretchBuster.md +++ b/HowtoDebian/MigrationStretchBuster.md @@ -188,4 +188,8 @@ ExecStart= ExecStart=/usr/sbin/squid -sYC -f /etc/squid/evolinux-defaults.conf # systemctl daemon-reload # systemctl restart squid -``` \ No newline at end of file +``` + +## Iptables + +La commande iptables change entre Debian 9 et 10. Si on rencontre des soucis de firewall en cours de route on peut utiliser la commande `iptables-legacy` et éventuellement purger les tables de NAT avec `iptables-legacy -t nat -F`. \ No newline at end of file