摘要:
目录1. 前言2. 确认你要修改的网卡号3. 默认的网卡配置文件4. 设置静态IP5. 应用新配置6. 测试网络连通性 正文 回到顶部1. 前言 本教程将会演示如何设置Ubuntu16.04 Server版和Ubuntu18.04 Server版系统的静态固定IP地址。 回到顶部2. 确认你要修改的 阅读全文
posted @ 2021-12-17 22:28
脑子乱
阅读(2112)
评论(0)
推荐(0)
摘要:
RK3399 RK3568 /etc/network/interfaces 自动分配IP auto eth0 iface eth0 inet dhcp 静态IP auto eth0 iface eth0 inet static address 192.168.0.232 gateway 192.16 阅读全文
posted @ 2021-12-17 22:03
脑子乱
阅读(912)
评论(0)
推荐(0)