D
D
Dim Boy2016-05-09 23:01:33
SSH
Dim Boy, 2016-05-09 23:01:33

How to ssh into Ubuntu Server 16.04 in Virtual Box?

The essence of the problem is what I used to do according to the manual for 14.04: manual
And now instead of eth0 and eth1 enp0s3 and enp0s8 this /etc/udev/rules.d/70-persistent-net.rules does not exist.
although enp0s8 has ip 196.168.56.10/24, but ssh does not connect..

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Bogachev, 2016-05-09
@sfi0zy

There was a similar question today. Try to make one bridged adapter (in the virtual machine settings) and in the guest system in the /etc/network/interfaces file give it your address that you like

auto enp0s3
iface enp0s3 inet static
    address 192.168.0.105
    netmask 255.255.255.0

You can find more information about configuring networks in VirtualBox in its manuals.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question