Virtualbox: Portweiterleitung vom Gast zum Host funktioniert nicht

Virtualbox: Portweiterleitung vom Gast zum Host funktioniert nicht

UnterVBOXich habe eine Ubuntu-basierte VM unterNAT

Normalerweise mache ich meine Portweiterleitungskonfiguration unter vbox wie folgt

Name     Protocol  IP host  Port host  IP Guest  Port Guest
myrule   TCP                3000                 3000

Aber wenn ich meine Webanwendung auf Port 3000 ausführe, kann ich sie nicht im Browser auf meinem Hostcomputer öffnen. (Und in meiner Gast-VM funktioniert sie nicht.)

ifconfigzeigt in meiner Gast-VM Folgendes:

ifconfig
enp0s8: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.0.3.15  netmask 255.255.255.0  broadcast 10.0.3.255
        inet6 fe80::b612:8769:ba28:6e2e  prefixlen 64  scopeid 0x20<link>
        ether 08:00:27:42:89:7b  txqueuelen 1000  (Ethernet)
        RX packets 3354  bytes 2134154 (2.1 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 2669  bytes 373394 (373.3 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Boucle locale)
        RX packets 229607  bytes 231076789 (231.0 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 229607  bytes 231076789 (231.0 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

Und mein/etc/Netzwerk/SchnittstellenDie Datei sieht folgendermaßen aus:

# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

Vorschläge ??

verwandte Informationen