Netbox 504 Error. #14362
Replies: 1 comment 3 replies
-
No.
What does the body of the 504 error say?
tcpdump is your friend there. On the Netbox server, you can look for requests being sent from Nginx to Netbox like this:
(assuming that this is a standard install where nginx and netbox/gunicorn are running on the same VM) Error 504 is gateway timeout. I wonder if your new "VPN solution" actually has some proxy of its own? Does Nginx show any logs for connections being received from the client which is on VPN? The only other thing I can think of is that |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Does Netbox have any IP whitelisting in place by any chance? We recently switched to a new VPN solution and I can access our AWS Netbox instance via SSH with no problems, but continuously get a 504 error when trying to access the web interface. There is a nginx front end, but I'm not seeing any whitelisting or timeout issues there either. All routing and security groups appear to be fine on the AWS side. I'm wondering if nginx is receiving the request, but not getting a response from the Netbox backend.
Beta Was this translation helpful? Give feedback.
All reactions