首页 > 系统 > linux

debian网卡IP设置
时间:2015-11-14 16:24:50  点击: 来源:  作者:


下面是个例子:修改 /etc/network/interfaces最好先备份一下cp /etc/network/interfaces /etc/network/interfacesbackupiface eth0 inet staticaddress 192.168.0.16netmask 255.255.255.0gateway 192.168.0.1 ...


下面是个例子:

修改 /etc/network/interfaces

最好先备份一下

cp /etc/network/interfaces /etc/network/interfacesbackup

iface eth0 inet static

address 192.168.0.16

netmask 255.255.255.0

gateway 192.168.0.1

/etc/resolv.conf里面设置DNS服务器,

nameserver 192.168.0.1

#因为我这里网关就是DNS服务器所以是相同的

最后reboot或者#/etc/init.d/networking restart


 

自己的一点做法:

原来我的机器是用dhcp动态指定IP的,那么是这样写的

iface eth0 inet dhcp

我把原来的ineterfaces 拷贝成 interfaces.dhcp

通过上面的修改,拷贝interfaces为interfaces.static

”您可通过以下微信二维码,赞赏作者“
 
 
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表
推荐资讯
linux服务器同步互联网时间
linux服务器同步互联
亚马逊云lightsail服务器使用教程 | 亚马逊云lightsail使用指南
亚马逊云lightsail服
hostdare 4折优惠,直接降价60% 美国洛杉矶低至 $10.4/年 768M内存/1核/10gNVMe/500g流量
hostdare 4折优惠,直接
六类网线cat6a和cat6e的区别
六类网线cat6a和cat6e
相关文章
栏目更新
栏目热门

关于我们 | 广告服务 | 联系我们 | 网站地图 | 免责声明 | WAP | RSS


Copyright © 运维之家 2013-2023