Skip to content

Instantly share code, notes, and snippets.

@devhero
Created March 22, 2019 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devhero/fb1665f138bef9330b68061b257c085a to your computer and use it in GitHub Desktop.
Save devhero/fb1665f138bef9330b68061b257c085a to your computer and use it in GitHub Desktop.
virtualbox access guest ip
# VirtualBox
# 1. add network adapter
# 2. select: host-only
# 3. select: vboxnet0
# centos
cd /etc/sysconfig/network-scripts/
cp ifcfg-enp0s3 ifcfg-enp0s8
vi ifcfg-enp0s8
# replace interface name enp0s3 > enp0s8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment