ich hab gestern meine docker-Container auf podman migriert, und scheinbar hab ich da ein Problem... die container-Ports sind aus dem LAN nicht erreichbar. Von localhost (auch über die LAN-IP) ists kein Problem.
Gestartet hab ich den Beispielcontainer als root mit:
Code: Alles auswählen
# podman run --rm --publish 192.168.10.100:8080:80 --name webserver quay.io/libpod/banner
Code: Alles auswählen
12:56:16.309903 IP (tos 0x0, ttl 64, id 65446, offset 0, flags [DF], proto TCP (6), length 60)
192.168.10.23.58116 > 192.168.10.100.8080: Flags [S], cksum 0x6f09 (correct), seq 3755833564, win 32120, options [mss 1460,sackOK,TS val 2821702195 ecr 0,nop,wscale 7], length 0
12:56:17.322901 IP (tos 0x0, ttl 64, id 65447, offset 0, flags [DF], proto TCP (6), length 60)
192.168.10.23.58116 > 192.168.10.100.8080: Flags [S], cksum 0x6b14 (correct), seq 3755833564, win 32120, options [mss 1460,sackOK,TS val 2821703208 ecr 0,nop,wscale 7], length 0
12:56:18.336179 IP (tos 0x0, ttl 64, id 65448, offset 0, flags [DF], proto TCP (6), length 60)
192.168.10.23.58116 > 192.168.10.100.8080: Flags [S], cksum 0x671f (correct), seq 3755833564, win 32120, options [mss 1460,sackOK,TS val 2821704221 ecr 0,nop,wscale 7], length 0
OS ist debian stable.