I have recently completed a P2V of a Win2008R2 server.
It had PPTP server vpn capability before conversion, but it appears something is now blocking / preventing the vpn connection.
If I try to connect to the VPN with a local virtualized windows client (on same ESXi server), it connects.
However clients that are not virtualized on the ESXi server cannot connect. After "Verifying user name and password" the connection times out with an Error 619. I can see the VPN port on the server shows "Authenticating"
All other file and print and security services work fine on this server. L2TP connections work on the server. (and yes I know L2TP is better than PPTP)
I saw a similar error posted about ESXi v5.5, where protocol 47 was being blocked, but nothing on v6.5.
I've subsequently built a new Win2K8R2 server in ESXi and also in Oracle VM using the exact same steps. The PPTP service works fine on Oracle, but again fails on ESXi.
Further process of elimination: It doesn't appear to be the ESXi firewall. Set default action to PASS and disabled firewall with no difference.
(via SSH ran following commands)
esxcli network firewall set -e false
esxcli network firewall set -d true
esxcli network firewall get
Default Action: PASS
Enabled: false
Loaded: true
Any thoughts o wise ones?