Networking issue
#21020
Replies: 2 comments
-
An interesting issue, other containers in the same podman bind network are working perfectly fine. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Update: Rebooted last night, now the port in question is 5005, not 8765. This is an improvement, as that particular service isn't as critical, however it is still an issue. I ran the same steps and got the same results, restarting, flushing, and port swapping. Only port swapping worked, but same issue with other things relying on it being on that particular port. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am pretty sure I have everything covered, however I appear to be having issues with one of my containers:
The container in question is docker.io/ccrisan/motioneye:master-amd64.
So far it appears that connectivity is not guaranteed the following is the quadlet configuration for this container:
/etc/containers/systemd# cat motioneye.container
[Unit]
Description=The motioneye container
After=local-fs.target
[Container]
Image=docker.io/ccrisan/motioneye:master-amd64
PublishPort=0.0.0.0:8765:8765
Volume=/etc/localtime:/etc/localtime:ro
Volume=/etc/motioneye:/etc/motioneye
Volume=/var/lib/motioneye:/var/lib/motioneye
HostName=Motioneye
[Service]
Restart=always
[Install]
# Start by default on boot
WantedBy=multi-user.target default.target
Debug steps taken so far:
Restart the container
Flush all iptables information and reload all podman networks
swap ports
So far the only change that has worked is changing ports, however a few different services expect motioneye to respond on 8765. I can't seem to figure out why this port in particular is not working, with the container stopped there are no other binds to that port.
Beta Was this translation helpful? Give feedback.
All reactions