会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
yanceylu
博客园
首页
新随笔
联系
订阅
管理
2020年2月10日
Linux /etc/network/interfaces
摘要: Linux下/etc/network/interfaces文件用来配置网络接口。 1. 使用动态IP地址 auto eth0 iface eth0 inet dhcp 2. 使用静态IP地址 auto eth0 iface eth0 inet static address 192.168.1.100
阅读全文
posted @ 2020-02-10 09:47 yanceylu
阅读(717)
评论(0)
推荐(0)
编辑
公告