mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 01:15:51 +03:00
[GH-ISSUE #5336] 2.14.0 messing up ip / network stack #3173
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#3173
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dvd77 on GitHub (Feb 21, 2026).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/5336
Checklist
jc21/nginx-proxy-manager:latestdocker image?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
@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.