Has anyone here configured access to a Vagrant VM through dynamic DNS? I've configured my router to point to the Vagrant VM public IP address configured in Vagrantfile, but can't access it from an external network. From other computers in LAN I can access the VM normally, but externally I can't.
Solution:
Just added the gateway IP from LAN router in the VM netvork interface that have the public IP address:
route add default gw myGatewayIp ethDevice