[GH-ISSUE #1570] Add information for local ip when using VPN on main screen and install certificates instructions #1564

Open
opened 2026-03-03 19:52:27 +03:00 by kerem · 13 comments
Owner

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.
image

image

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

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. <img width="565" alt="image" src="https://user-images.githubusercontent.com/4091750/223166168-3a2074d2-0cfe-4cb9-bb34-68901712bf75.png"> <img width="481" alt="image" src="https://user-images.githubusercontent.com/4091750/223167701-c8f1dc28-5aa2-4319-984d-fc337fb0d794.png"> 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
Author
Owner

@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 👍

<!-- gh-comment-id:1459763639 --> @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 👍
Author
Owner

@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 👍

<!-- gh-comment-id:1460053939 --> @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 👍
Author
Owner

@almaz010891 commented on GitHub (Mar 13, 2023):

Hi! Still reproduce in v 4.4.0

<!-- gh-comment-id:1465800397 --> @almaz010891 commented on GitHub (Mar 13, 2023): Hi! Still reproduce in v 4.4.0
Author
Owner

@NghiaTranUIT commented on GitHub (Mar 13, 2023):

What VPN you're using @almaz010891?

<!-- gh-comment-id:1465946506 --> @NghiaTranUIT commented on GitHub (Mar 13, 2023): What VPN you're using @almaz010891?
Author
Owner

@almaz010891 commented on GitHub (Mar 14, 2023):

Cisco Anyconnect (Corporate VPN)

<!-- gh-comment-id:1467869685 --> @almaz010891 commented on GitHub (Mar 14, 2023): Cisco Anyconnect (Corporate VPN)
Author
Owner

@almaz010891 commented on GitHub (Oct 9, 2023):

Still reproduce in Version 4.12.0 (49300)

<!-- gh-comment-id:1753032100 --> @almaz010891 commented on GitHub (Oct 9, 2023): Still reproduce in Version 4.12.0 (49300)
Author
Owner

@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)

<!-- gh-comment-id:2367405403 --> @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)
Author
Owner

@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 ?

<!-- gh-comment-id:2367430098 --> @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 ?
Author
Owner

@Agrailag commented on GitHub (Sep 23, 2024):

Is it the same with the IP what displays on Proxyman ?

No, its not. 192.168.88.204 in terminal using ipconfig getifaddr en0. And vpn ip-adress in Proxyman.

<!-- gh-comment-id:2367510665 --> @Agrailag commented on GitHub (Sep 23, 2024): > Is it the same with the IP what displays on Proxyman ? No, its not. 192.168.88.204 in terminal using ipconfig getifaddr en0. And vpn ip-adress in Proxyman.
Author
Owner

@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 en0 returns the local IP address, but Proxyman shows the VPN IP address instead.

<!-- gh-comment-id:3656925313 --> @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 en0` returns the local IP address, but Proxyman shows the VPN IP address instead.
Author
Owner

@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 👍

<!-- gh-comment-id:3657238810 --> @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 👍
Author
Owner

@vladyslavsosiuk 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 👍

Yes, it works now! Thank you @NghiaTranUIT

<!-- gh-comment-id:3657298415 --> @vladyslavsosiuk 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 👍 Yes, it works now! Thank you @NghiaTranUIT
Author
Owner

@NghiaTranUIT commented on GitHub (Dec 15, 2025):

Awesome, I will include this fix in the next release 👍

<!-- gh-comment-id:3657300132 --> @NghiaTranUIT commented on GitHub (Dec 15, 2025): Awesome, I will include this fix in the next release 👍
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/Proxyman#1564
No description provided.