.nh .TH podman\-network\-reload(1) .SH NAME .PP podman\-network\-reload \- Reload network configuration for containers .SH SYNOPSIS .PP \fBpodman network reload\fP [\fIoptions\fP] [\fIcontainer...\fP] .SH DESCRIPTION .PP Reload one or more container network configurations. .PP Rootful Podman relies on iptables rules in order to provide network connectivity. If the iptables rules are deleted, this happens for example with \fB\fCfirewall\-cmd \-\-reload\fR, the container loses network connectivity. This command restores the network connectivity. .PP This command is not available for rootless users since rootless containers are not affected by such connectivity problems. .SH OPTIONS .SS \fB\-\-all\fP, \fB\-a\fP .PP Reload network configuration of all containers. .SS \fB\-\-latest\fP, \fB\-l\fP .PP Instead of providing the container name or ID, use the last created container. If you use methods other than Podman to run containers such as CRI\-O, the last started container could be from either of those methods. .PP The latest option is not supported on the remote client. .SH EXAMPLE .PP Reload the network configuration after a firewall reload. .PP .RS .nf # podman run \-p 80:80 \-d nginx b1b538e8bc4078fc3ee1c95b666ebc7449b9a97bacd15bcbe464a29e1be59c1c # curl 127.0.0.1 works # sudo firewall\-cmd \-\-reload success # curl 127.0.0.1 hangs # podman network reload b1b538e8bc40 b1b538e8bc4078fc3ee1c95b666ebc7449b9a97bacd15bcbe464a29e1be59c1c # curl 127.0.0.1 works .fi .RE .PP Reload the network configuration for all containers. .PP .RS .nf # podman network reload \-\-all b1b538e8bc4078fc3ee1c95b666ebc7449b9a97bacd15bcbe464a29e1be59c1c fe7e8eca56f844ec33af10f0aa3b31b44a172776e3277b9550a623ed5d96e72b .fi .RE .SH SEE ALSO .PP podman(1), podman\-network(1) .SH HISTORY .PP December 2020, Originally compiled by Paul Holzinger paul.holzinger@web.de \[la]mailto:paul.holzinger@web.de\[ra]