I’m not sure if it is a firewall issue or a routing issue. I connect with the Azure VPN client and can ping the server. Several other people can as well. I have one user with a generic set up as far as I know but after he gets a green connection in the client he can’t ping the resources. We have a VM that he should be able to ping but can’t.
I’m pretty new to azure so I’m not sure where to start in troubleshooting.
The windows firewall on the PC that can’t ping the azure resoures has been turned off temporarily.
The windows firewall on the azure VM was also turned off temporarily - still couldn’t ping from one workstation.
Do I need to add the internal subnet of the PC that can’t ping somewhere in azure?
Unfortunately this gives us very little to go on, have you tried using the troubleshooter? do you have any NSG setup to block connectivity? Are the scopes of the networks clashing? do you have any route tables configured?
Never rely on ping first off. That’s blocked most of the time. Try telnet to smb ports or something. Also do you have a route table directing traffic to the firewall? Did you do 0.0.0.0/0 or “0.0.0.0/1, 128.0.0.0/1”?
Thanks the issue is resolved - I had manually entered the DNS in the nic instead of the VPN - for some reason that created a route that superceded the VPN client route.