美文网首页
VirtualBox ubuntu 网卡配置

VirtualBox ubuntu 网卡配置

作者: 廖全磊LesterLiao | 来源:发表于2018-03-11 18:12 被阅读0次


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 网卡配置

      本文链接:https://www.haomeiwen.com/subject/wdpwfftx.html