网络设备,网卡配置: Eth0是物理网卡:唯一mac地址,Bcast:广播地址,MAsk:子网掩码, Lo:系统自带的回环的ip地址,可以做一些基本的测试应用,比如没有网卡就用127.0.0.1, root@ubuntu:/# ifconfig ens33 down (停掉某个网卡,重启操作系统可以起起来) root@ubuntu:/# ifconfig ens33 up (启动某个网卡) root@ubuntu:/# ifconfig ens33 192.168.115.129 (修改ip地址