Résolu! Hourra!
Ce problème a été résolu par l'auteur ...
En général, la redirection de port fonctionne pour moi.
Actuellement, je veux ajouter un port, 80 à 8080, hôte à client, mais je ne peux tout simplement pas utiliser le port 80 sur mon hôte.
par exemple
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
fonctionne, je peux me connecter sur www.mydomain.tld: 2222 via ssh. bam!
Essayer 80 à 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
ne fonctionne pas, netstat ne me montre pas non plus d'écoute sur le port 80 de l'hôte linux.
Je ne sais pas comment résoudre ce problème, le fait de garder le journal me donne:
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'.