You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "LAN Networks" Jellyfin feature does not work properly when using the current rootless podman installation instructions. The default network port_handler (rootlesskit) masks source addresses. For this feature to work, port_handler needs to be set to slirp4netns. This can be accomplised by:
adding --net=slirp4netns:port_handler=slirp4netns to the podman run command line, or
adding Network=slirp4netns:port_handler=slirp4netns to the systemd [Container]
The text was updated successfully, but these errors were encountered:
jstebbins
changed the title
Improve installation instructions for rootless podman conainers
Improve installation instructions for rootless podman containers
Feb 24, 2024
The "LAN Networks" Jellyfin feature does not work properly when using the current rootless podman installation instructions. The default network port_handler (rootlesskit) masks source addresses. For this feature to work, port_handler needs to be set to slirp4netns. This can be accomplised by:
--net=slirp4netns:port_handler=slirp4netns
to thepodman run
command line, orNetwork=slirp4netns:port_handler=slirp4netns
to the systemd[Container]
The text was updated successfully, but these errors were encountered: