标签:ddr .net 链接 声明 net ace 输入 tps ubunt
1
展示全部网卡
$ ifconfig enp2s0 up
1
启用网卡enp2s0
$ sudo vi /etc/network/interfaces
1
输入
auto enp2s0
iface enp2s0 inet static
address 192.168.2.10
network 255.255.255.0
gateway 192.168.2.1
1
2
3
4
5
完成网卡配置
---------------------
作者:学_徒
来源:CSDN
原文:https://blog.csdn.net/u010544187/article/details/77879359
版权声明:本文为博主原创文章,转载请附上博文链接!
标签:ddr .net 链接 声明 net ace 输入 tps ubunt
原文地址:https://www.cnblogs.com/zhangmingcheng/p/10133661.html