Hi,
I am testing out Azure Point To Site VPN by following the instructions as stated on the links below:
http://msdn.microsoft.com/en-us/library/windowsazure/dn133792.aspx
http://blogs.msdn.com/b/piyushranjan/archive/2013/06/01/point-to-site-vpn-in-azure-virtual-networks.aspx
Everything is already set up, (root certificate, client certificate, downloaded the VPN client) as I was able to connect already. The problem is when I run ipconfig/all I am not getting a different IP address:
PPP adapter testvpn:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : testvpn
Physical Address. . . . . . . . . :
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 169.254.190.4(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . :
DNS Servers . . . . . . . . . . . : 208.67.222.222
208.67.220.220
NetBIOS over Tcpip. . . . . . . . : Enabled
For the point-to-site connectivity, I am using 10.0.1.16/24 address space while for the virtual network address space it is 172.16.0.0/16.
Dp I have to manually set the IP address since DHCP is disabled ? But I don't know where to set those IP address on the client PC. I've checked the Propeprties of my VPN connection and there's no option to set an IP address.
On the portal, I can see that I am connected but I am not sure why the IP address I got is different from the address space range I've configured. Any advice ? Thanks.