Here is the problem Its a basic configuration for VPN
(a) I have set up Azure Virtual Network with IP 10.0.1.0/24
(b) The Point to Site IP is 10.0.0.0/24
(c) Windows 2012 is dual homed one connected to public internet gets ip from Internet Service Provider
(d) Windows 2012 connected to Azure via VPN , gets IP address 10.0.0.10 (uses Public Internet NIC)
(e) The virtual network DNS is 10.0.1.4
(f) Can ping the DNS from the Windows 2012 Box
(g) The Other Local Local NIC is DHCP Enabled(No IP Assigned) with DNS Address as 10.0.1.4
(h) RRAS is enabled on the windows 2012 Box , with DHCP relay over NIC connected to Public internet(Which happens to make Azure VPN connection)
(i) The Other Local NIC gets ip Address 169.254.189.X (Erroneous)
The clients connected to switch donot get IP address only get 169.254.179.1 (Erroneous ).
Running Wireshark on the Windows 2012 Box with monitoring ( NIC connected to Public internet). I can see DHCP information packets by typing
bootp.option.type==53
Is there a way i can get ip directly from Azure ???
(a) I have set up Azure Virtual Network with IP 10.0.1.0/24
(b) The Point to Site IP is 10.0.0.0/24
(c) Windows 2012 is dual homed one connected to public internet gets ip from Internet Service Provider
(d) Windows 2012 connected to Azure via VPN , gets IP address 10.0.0.10 (uses Public Internet NIC)
(e) The virtual network DNS is 10.0.1.4
(f) Can ping the DNS from the Windows 2012 Box
(g) The Other Local Local NIC is DHCP Enabled(No IP Assigned) with DNS Address as 10.0.1.4
(h) RRAS is enabled on the windows 2012 Box , with DHCP relay over NIC connected to Public internet(Which happens to make Azure VPN connection)
(i) The Other Local NIC gets ip Address 169.254.189.X (Erroneous)
The clients connected to switch donot get IP address only get 169.254.179.1 (Erroneous ).
Running Wireshark on the Windows 2012 Box with monitoring ( NIC connected to Public internet). I can see DHCP information packets by typing
bootp.option.type==53
Is there a way i can get ip directly from Azure ???