[GH-ISSUE #5336] 2.14.0 messing up ip / network stack #3173

Open
opened 2026-02-26 07:38:01 +03:00 by kerem · 1 comment
Owner

Originally created by @dvd77 on GitHub (Feb 21, 2026).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/5336

Checklist

  • Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
    • Yes
  • Are you sure you're not using someone else's docker image?
    • Yes
  • Have you searched for similar issues (both open and closed)?
    • Yes

Describe the bug

The latest version is messing with IP / network stack on the machine. When the latest nginx v2.14.0 is running the IP stack off that VM becomes very unstable / unworkable.
Containers can't reach the internet anymore, Ping to internet is very unresponsive or even the OS doesn't know what to do with a ping to 1.1.1.1 for example.

I have a Ubuntu VM (LTS 24) with several docker containers and I use NGINX only as a internal proxy so that I can use https with letsencrypt internally , this in combination with Homeassistant. The first troubleshooting let me to HA, HA is running in host network mode. When i changed it to docker network it worked again.
Or when I stopped nginx or homeassistant it started working again.

Been troubleshooting very long to find out that this version was the problem from me.
reverting to 2.13.7 fixed all the issues. (costed me a lot a digging before looking at the nginx container)

Nginx Proxy Manager Version

2.14.0

Operating System

tested on Ubuntu 24 LTS and Debian 13

Originally created by @dvd77 on GitHub (Feb 21, 2026). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/5336 <!-- Are you in the right place? - If you are looking for support on how to get your upstream server forwarding, please consider asking the community on Reddit. - If you are writing code changes to contribute and need to ask about the internals of the software, Gitter is the best place to ask. - If you think you found a bug with NPM (not Nginx, or your upstream server or MySql) then you are in the *right place.* --> **Checklist** - Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image? - Yes - Are you sure you're not using someone else's docker image? - Yes - Have you searched for similar issues (both open and closed)? - Yes **Describe the bug** <!-- A clear and concise description of what the bug is. --> The latest version is messing with IP / network stack on the machine. When the latest nginx v2.14.0 is running the IP stack off that VM becomes very unstable / unworkable. Containers can't reach the internet anymore, Ping to internet is very unresponsive or even the OS doesn't know what to do with a ping to 1.1.1.1 for example. I have a Ubuntu VM (LTS 24) with several docker containers and I use NGINX only as a internal proxy so that I can use https with letsencrypt internally , this in combination with Homeassistant. The first troubleshooting let me to HA, HA is running in host network mode. When i changed it to docker network it worked again. Or when I stopped nginx or homeassistant it started working again. Been troubleshooting very long to find out that this version was the problem from me. reverting to 2.13.7 fixed all the issues. (costed me a lot a digging before looking at the nginx container) **Nginx Proxy Manager Version** <!-- What version of Nginx Proxy Manager is reported on the login page? --> 2.14.0 **Operating System** <!-- Please specify if using a Rpi, Mac, orchestration tool or any other setups that might affect the reproduction of this error. --> tested on Ubuntu 24 LTS and Debian 13
Author
Owner

@jc21 commented on GitHub (Feb 25, 2026):

Anyone else having this issue?

I run this on a Rpi5 and a RHEL server with lots of containers on both systems. I don't run HA though.

<!-- gh-comment-id:3962343642 --> @jc21 commented on GitHub (Feb 25, 2026): Anyone else having this issue? I run this on a Rpi5 and a RHEL server with lots of containers on both systems. I don't run HA though.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#3173
No description provided.