My VirtualBox settings are:
Host Network Manager: vboxnet0
- address 192.168.99.1
mask 255.255.255.0
DHCP Server: disabled
Adapter 1:
- Attached to: NAT
Adapter type: Intel PRO/1000 MT Desktop
Promiscuous Mode: Deny
Port forwarding:- WEB / TCP / host port: 8001 / guest port: 8000
SHH / TCP / host port: 2281 / guest port: 22
- WEB / TCP / host port: 8001 / guest port: 8000
- Attached to: Host-only Adapter
Name: vboxnet0
Adapter type: Intel PRO/1000 MT Desktop
Promiscuous Mode: Deny
MacOS High Sierra (10.13.6)
VirtualBox 5.2.22
Code: Select all
vboxnet0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
ether 0a:00:27:00:00:00
inet [b]192.168.99.1[/b] netmask 0xffffff00 broadcast 192.168.99.255Ubuntu 18.10 Server (I got a preinstalled VM from osboxes dot org/ubuntu-server)
Code: Select all
enp0s3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.0.2.15 netmask 255.255.255.0 broadcast 10.0.2.255
inet6 fe80::a00:27ff:fe89:cd75 prefixlen 64 scopeid 0x20<link>
ether 08:00:27:89:cd:75 txqueuelen 1000 (Ethernet)
RX packets 473 bytes 404614 (404.6 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 211 bytes 20490 (20.4 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
enp0s8: flags=4098<BROADCAST,MULTICAST> mtu 1500
ether 08:00:27:1d:19:0c txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
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 (Local Loopback)
RX packets 104 bytes 7748 (7.7 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 104 bytes 7748 (7.7 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0Code: Select all
Name: vboxnet0
GUID: 786f6276-656e-4074-8000-0a0027000000
DHCP: Disabled
IPAddress: 192.168.99.1
NetworkMask: 255.255.255.0
IPV6Address:
IPV6NetworkMaskPrefixLength: 0
HardwareAddress: 0a:00:27:00:00:00
MediumType: Ethernet
Wireless: No
Status: Up
VBoxNetworkName: HostInterfaceNetworking-vboxnet0From the host I am able to ssh into the guest using "ssh osboxes@192.168.99.1 -p 2281" that uses the port forwarding configured on the NAT adapter.
Any ideas? It's maybe a firewall issue? If so, how can I check it?
Thanks!