How to solve issue on ubuntu 23.10 virtualbox - Host only interface not found in ifconfig command

Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=nOY80r8a5cQ



Duration: 3:23
296 views
1


i have enabled host only adapter on my virtualmachine. After logged into server, then running ifconfig to check the interface, i cant see it. it turns out the interface is still down, so i need to bring up first:
sudo ifconfig enp0s8 up

after that, the interface is done up, but there is no IP address given on that (DHCP). To solve it, you need to add enp0s8 and mark it as DHCP in /etc/netplan/50-cloud-init.yaml


See this video for detail




Other Videos By Ambar Hasbiyatmoko


2024-07-16How to solve - waiting for cache lock. Could not get lock dpkg lock-frontend It is held by process
2024-07-06How to solve arduino IDE on ubuntu 22.04 - ser_open can't open device dev ttyACM0 Permission denied
2024-05-20How to solve apt-get update error: Could not get lock var-lib..lock. It is held by process (aptd)
2024-04-07How to solve RDS MySQL - FLUSH TABLES WITH READ LOCK: Access denied for user when running mysqldump
2024-03-15How to fix error installing mysql 5.7 - public key is not available: NO_PUBKEY B7B3B788A8D3785C
2024-03-15How to solve virtualbox - Can't overwrite machine folder. Failed overwrite machine folder at home
2024-03-09Solve growpart error - cannot create directory tmp no space left on device. failed to make temp dir
2024-03-09AWS Cloud - Upgrade MySQL 5.7.37 ke 8.0.35 pada service RDS (Relational Database Service)
2024-03-09AWS Cloud - Mempromote read replica menjadi standalone db instance (master) pada service RDS
2024-03-01How to upgrade ubuntu server 18.04 to 20.04 LTS
2024-02-08How to solve issue on ubuntu 23.10 virtualbox - Host only interface not found in ifconfig command
2024-02-08How to solve error when enabling mysql in ubuntu 18.04 - perl: warning: Setting locale failed
2024-02-08AWS Cloud - Menggunakan parameter groups MySQL pada service RDS
2024-01-15How to solve failed detach filesystem in ubuntu 22.04 - umount: /path/: target is busy.
2024-01-08AWS Cloud - Menambahkan INDEX pada database read replica MySQL RDS
2024-01-07AWS Cloud - Membuat Read Replica MySQL pada service RDS
2024-01-06AWS Cloud - Mengupdate CA (Certificate Authority) pada database MySQL di service RDS
2024-01-06AWS Cloud - Merestore Database MySQL RDS dari snapshot/backup
2024-01-06AWS Cloud - Menghapus Database MySQL di RDS dan membuat snapshot/backup
2024-01-06AWS Cloud - Membuat Database MySQL di service RDS (Relational Database Service)
2023-12-26how to export opentoonz animation to mp4 in ubuntu 22.04



Tags:
dhcp
virtualbox
host only adapter
problem
issue
error
interface
enp0s8
down
network
ubuntu 23.10
linux
terminal
ifconfig