Created
March 22, 2019 15:35
-
-
Save devhero/fb1665f138bef9330b68061b257c085a to your computer and use it in GitHub Desktop.
virtualbox access guest ip
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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