Debian中配置静态IP

Posted yxy666

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Debian中配置静态IP相关的知识,希望对你有一定的参考价值。

默认安装Debian的时候是用dhcp服务的,有时我们需要设置一下静态IP。

一共涉及两个文件的修改

/etc/network/interfaces

auto eth0
#iface eth0 inet dhcp
iface eth0 inet static
        address 192.168.2.121
        netmask 255.255.255.0
        gateway 192.168.2.2

IP地址,掩码,gateway什么的,你应该已经知道,或者可以咨询当地网络管理员

/etc/resolv.conf里面设置DNS服务器,在这种情况下应该就是gateway的地址

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

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






以上是关于Debian中配置静态IP的主要内容,如果未能解决你的问题,请参考以下文章

Raspbian设置静态ip

Debian怎么配置网卡(IP)

debian9怎么配置IP地址

Debian、ContOS、Ubuntu系统手动配置网卡获取IP方式

树莓派连接校园网设置静态IP(有线)

Debian10修改静态IP地址