[Bug 1233690] Docker containers are not reachable from network after OS update from 20241114 to 20241115
https://bugzilla.suse.com/show_bug.cgi?id=1233690 https://bugzilla.suse.com/show_bug.cgi?id=1233690#c8 Alexandre Vicenzi <alexandre.vicenzi@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needinfo?(seifert@alesak.ne | |t) CC| |containers-bugowner@suse.de Assignee|containers-bugowner@suse.de |alexandre.vicenzi@suse.com --- Comment #8 from Alexandre Vicenzi <alexandre.vicenzi@suse.com> --- Restarting Docker service usually recreates iptables rules:
sudo systemctl restart docker
Can you test if a restart fixes anything? You can also reset all iptables rules to get rid of possible corrupted rules, but be aware that this resets everything, I recommend backing up any rules before you proceed. If you are in a ssh session you can get locked out if you reset iptables. A backup or snapshot is recommended to not lose any data before you proceed. To reset iptable rules:
sudo iptables -F sudo iptables -X
To recreate docker rules just restart the service as shown before. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com