mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-28 17:45:50 +03:00
[GH-ISSUE #1570] Add information for local ip when using VPN on main screen and install certificates instructions #1564
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1564
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 @almaz010891 on GitHub (Mar 6, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1570
Originally assigned to: @NghiaTranUIT on GitHub.
Description
When I use VPN, Proxyman app shows me only remote IP-adress.

But for capturing traffic from mobile devices it's better to use local IP-adress. Please add information for local ІP-adress when using VPN on main screen and install certificates instructions
For example, Fiddler app shows both IP-s
Why this feature/change is important?
Because for mobile testing it is important to know your local IP-adress
@NghiaTranUIT commented on GitHub (Mar 8, 2023):
Thanks. I'm able to reproduce it when using the VPN.
It should always display the local Address, instead of the IP from the VPN 👍
@NghiaTranUIT commented on GitHub (Mar 8, 2023):
@almaz010891 Fixed with this Beta build: https://download.proxyman.io/beta/Proxyman_4.3.1_Fix_VPN_IP.dmg
Proxyman will ignore the IP from the VPN and fetch the correct one 👍
@almaz010891 commented on GitHub (Mar 13, 2023):
Hi! Still reproduce in v 4.4.0
@NghiaTranUIT commented on GitHub (Mar 13, 2023):
What VPN you're using @almaz010891?
@almaz010891 commented on GitHub (Mar 14, 2023):
Cisco Anyconnect (Corporate VPN)
@almaz010891 commented on GitHub (Oct 9, 2023):
Still reproduce in Version 4.12.0 (49300)
@Agrailag commented on GitHub (Sep 23, 2024):
@NghiaTranUIT hello, i see its Done, but i also have problem, that i saw my vpn adress instead proxyman while using Cisco Any Connect. Will be appriciate for fixing this one.
Proxyman Version 5.8.0 (50800) | macOS: Version 12.7.6 (Build 21H1320)
@NghiaTranUIT commented on GitHub (Sep 23, 2024):
@Agrailag can you show me what is the out of this command:
ipconfig getifaddr en0?Is it the same with the IP what displays on Proxyman ?
@Agrailag commented on GitHub (Sep 23, 2024):
No, its not. 192.168.88.204 in terminal using ipconfig getifaddr en0. And vpn ip-adress in Proxyman.
@vladyslavsosiuk commented on GitHub (Dec 15, 2025):
Hi @NghiaTranUIT
I can still reproduce this bug in Proxyman 6.2.0
This looks like a regression related to a change in the VPN environment — either a change in our company’s VPN configuration or in the VPN client itself. Poxyman used to display the correct IP address before, so this feels like an edge case that Proxyman might not be handling properly.
ipconfig getifaddr en0returns the local IP address, but Proxyman shows the VPN IP address instead.@NghiaTranUIT commented on GitHub (Dec 15, 2025):
@vladyslavsosiuk can you try this Beta build: https://assets.proxyman.com/beta/Proxyman_6.2.0_Try_fixing_IPv4.dmg
I found a better solution and might fix your problem 👍
@vladyslavsosiuk commented on GitHub (Dec 15, 2025):
Yes, it works now! Thank you @NghiaTranUIT
@NghiaTranUIT commented on GitHub (Dec 15, 2025):
Awesome, I will include this fix in the next release 👍