how to get Azure point-to-site client to connect to an Azure VM -
i have created azure virtual network point-to-site connectivity enabled.
the point-to-site address space 10.0.0.0/24 (10.0.0.1 - 10.0.0.25).
the virtual network address space 10.0.1.0/24 (10.0.1.4 - 10.0.1.254).
i added azure vm, , assigned ip of 10.0.1.4.
i created client vpn package , installed on machine. creates ppp adapter ip address 10.0.0.1.
as result can't ping / connect client 10.0.0.1 vm 10.0.1.4.
how should work? need other routing or should have somehow ended client , vm in same subnet?
should have set dns?
it simple - windows vms have default firewall enabled (as default windows server installations). , windows firewall blocks icmp packets (which ping) packets.
you can test connectivity vm trying remote desktop targeted vm. or disable windows firewall.
Comments
Post a Comment