Link to home
Start Free TrialLog in
Avatar of operationsIT
operationsIT

asked on

VPN firewall prevents ipV6 so Visual Studio debugger is failing

Hello EE,

Our VPN firewall prevents ipV6 (blocks) so our Visual Studio debugger is failing to connect.
I wonder if anyone knows of a way in Visual Studio to turn off ipV6 and only use IPv4.
ASKER CERTIFIED SOLUTION
Avatar of Blue Street Tech
Blue Street Tech
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I'm certain VS does not intentionally uses IPv6. It is probably getting a DNS AAAA record for the remote target, and prefers IPv6 over IPv4. So you will have to stop the OS to support IPv6, as shown above.