Solved! Hooray!
This problem has been solved by the author...
Em geral, o encaminhamento de porta funciona para mim.
Atualmente, desejo adicionar uma porta, 80 a 8080, host ao cliente, mas não consigo usar a porta 80 no meu host.
por exemplo,
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/GuestPort, Value: 22
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort, Value: 2222
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol, Value: TCP
funciona, eu posso entrar em www.mydomain.tld: 2222 via ssh. bam!
Experimentando 80 a 8080
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/nginx/GuestPort, Value: 8080
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/nginx/HostPort, Value: 80
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/nginx/Protocol, Value: TCP
não funciona, o netstat também não me mostra nenhuma escuta na porta 80 do host-linux.
Eu não sei como depurar isso, seguindo o log me dá:
00:00:00.373 Changing the VM state from 'CREATING' to 'CREATED'.
00:00:00.374 Changing the VM state from 'CREATED' to 'POWERING_ON'.
00:00:00.374 NAT: set redirect TCP host port 2222 => guest port 22 @ 10.0.2.15
00:00:00.374 NAT: set redirect TCP host port 80 => guest port 8080 @ 10.0.2.15
00:00:00.374 NAT: failed to redirect TCP 80 => 8080
00:00:00.375 Changing the VM state from 'POWERING_ON' to 'RUNNING'.