查看“Debian配置网络”的源代码
←
Debian配置网络
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
<pre> cat /etc/network/interfaces # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). source /etc/network/interfaces.d/* # The loopback network interface auto enp0s3 # #设置开机自动连接网络 allow-hotplug enp0s3 iface enp0s3 inet static #static表示使用固定IP地址上网,dhcp表示使用动态ip address 192.168.88.3 #设置静态ip地址 netmask 255.255.255.0 #子网掩码 gateway 192.168.88.1 #网关 auto lo iface lo inet loopback #重启网络不成功 service networking restart </pre> =my eg= <pre> #要先确定你的网络接口为 enp0s3 也可能是其它 # The primary network interface auto enp0s3 allow-hotplug enp0s3 iface enp0s3 inet static address 192.168.88.68 netmask 255.255.255.0 gateway 192.168.88.1 auto lo iface lo inet loopback </pre> =参考= [https://www.debian.cn/archives/1246 Debian中如何设置静态IP地址 ] [http://www.voidcn.com/article/p-youlbtpa-bqt.html debian9.x配置网络] [[category:ops]]
返回至
Debian配置网络
。
导航菜单
个人工具
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
我的导航
关于我
shell
python
ops
linuxchina.net
blog.linuxchina
最近更改
随机页面
帮助
工具
链入页面
相关更改
特殊页面
页面信息