Ubuntu 16.04 配置网卡

$ ifconfig -a 展现所有网卡web $ ifconfig enp2s0 up 启用网卡enp2s0shell $ sudo vi /etc/network/interfaces 输入svg auto enp2s0 iface enp2s0 inet static address 192.168.2.10 netmask 255.255.255.0 gateway 192.168.2.1
相关文章
相关标签/搜索