[Linux]关于网卡配置文件

编程入门 行业动态 更新时间:2024-10-26 20:27:35

[Linux]关于网卡<a href=https://www.elefans.com/category/jswz/34/1770506.html style=配置文件"/>

[Linux]关于网卡配置文件

文件通常是:/etc/network/interfaces静态ip网卡配置文件:auto eth0iface eth0 inet staticaddress 192.168.10.103netmask 255.255.255.0gateway 192.168.10.1nameserver 202.96.128.86“auto eth0”表示网卡随系统自动请;“iface eth0 inet static”表示网卡为静态ip地址,“address 192.168.2.147”表示设置ip地址,“netmask 255.255.255.0”表示子网掩码;“gateway 192.168.2.1”表示网关。“nameserver”表示DNS自动获取IP的网卡配置文件:auto eth0iface eth0 inet dhcp“auto eth0”表示网卡随机启动;“iface eth0 inet dhcp”表示网卡ip地址自动获取;

也可以通过命令行输入 dhclient 来自动获取IP

更多推荐

[Linux]关于网卡配置文件

本文发布于:2023-06-13 05:22:11,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/674859.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:配置文件   网卡   Linux

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!