摘要: 2.1临时配置IP地址 ifconfig eth0 192.168.1.53/24 #配置临时IP route add default gw 192.168.1.1 #配置默认路由 echo nameserver 8.8.8.8>/etc/resolv.conf #配置DNS服务器 永久配置IP地址 阅读全文
posted @ 2022-04-30 14:19 redwhale 阅读(34) 评论(0) 推荐(0)