VirtualBox ubuntu 网卡配置


ubuntu

# This file describes the network interfaces available on your system

# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface

auto lo

iface lo inet loopback

# The primary network interface

auto enp0s3

iface enp0s3 inet dhcp

auto enp0s8

iface enp0s8 inet static

address 172.168.10.20

network 172.168.10.0

netmask 255.255.255.0


你可能感兴趣的:(VirtualBox ubuntu 网卡配置)