mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #3189] VW logs report router/gateway IP not pc's #1489
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#1489
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 @avsteele on GitHub (Jan 28, 2023).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/3189
Subject of the issue
When connecting to the web vault or using the BW client from one particular PC & browser (Firefox) Vaultwarden logs report source IP as that of public-facing ip of the gateway, not the actually IP originating the request (i.e
192.168.1.x)Bizarrely, this only occurs when using one of my PCs (windows 10 home laptop on WiFi), and only when using Firefox. All addons are disabled, except the VW client. Logins from the VW client also report the public ip. I tried clearing browser cache, flushing dns, rebooting, and a few other things.
Deployment environment
vaultwarden version: 1.27.0
Install method: docker
Clients used: web vault
Reverse proxy and version: nginx
Other relevant details:
Steps to reproduce
Expected behaviour
Log IPs to be the same regardless of which browser I use.
Actual behaviour
Logged IP differs from Edge vs Firefox when accessing the web vault.
Troubleshooting data
Glad to provide add'l details.
I understand this may see like a strange issue. But the different behavior from two browsers on the same PC lead me to believe it might be a VW issue and not one with my PC/setup/DNS. I can ssh in from the problem pc to the same FQDN and
auth.logreports the lan-local IP as well.Also confusing, another PC (win 10 pro) on the same LAN using Firefox does not have this issue. So I'm very confused.