It was nigthmare to configure virtualbox NAT until I realized the ipv4 fordwarding was not
enabled(ipv6 was), so when doing NAT port fordwarding on VirtualBox, important:
# echo "net.ipv4.ip_forward=1" >> /etc/sysctl.conf
Startup virtual machine:
$ vboxmanage startvm
$ vboxmanage startvm --type headless
…or see the vboxmanage help:
Usage:
VBoxManage startvm |
[--type gui|sdl|headless]
Advertisement

