Virtualbox : 게스트에서 호스트로의 포트 전달이 작동하지 않습니다

Virtualbox : 게스트에서 호스트로의 포트 전달이 작동하지 않습니다

아래에VBOX저는 우분투 기반 VM을 사용하고 있습니다.NAT

나는 다음과 같이 포트 전달 구성 unbder vbox를 수행하는 데 익숙합니다.

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

그러나 포트 3000에서 내 웹앱을 실행할 때; 내 호스트 컴퓨터의 브라우저 내에서 열 수 없습니다. (그리고 내 게스트 VM 내부에서는 잘 작동하지 않습니다)

ifconfig내 게스트 VM에 다음을 보여줍니다.

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

그리고 내/etc/네트워크/인터페이스파일은 다음과 같습니다

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

제안 ??

관련 정보