找回密码
 立即注册
快捷导航

Debian11 设置静态IP

[复制链接]
新人 2023-7-16 22:16:49 | 显示全部楼层
vi /etc/network/interfaces

修改 dhcp 参数为 static,并设置ip地址和网关等信息:
# 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 lo
iface lo inet loopback
 
# The primary network interface
allow-hotplug ens33
iface ens33 inet static
address 192.168.3.58
network 255.255.255.0
gateway 192.168.3.1
dns-nameservers 114.114.114.114
重启网卡使ip设置生效
ifdown ens33
ifup ens33
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

温馨提示

关于 注册码 问题

      由于近期经常大量注册机器人注册发送大量广告,本站开启免费入群领取注册码注册网站账号,注册码在群公告上贴着...

关于 注册码 问题

      由于近期经常大量注册机器人注册发送大量广告,本站开启免费入群领取注册码注册网站账号,注册码在群公告上贴着...

Archiver|手机版|小黑屋|DLSite

GMT+8, 2024-11-22 05:40

Powered by Discuz! X3.5 and PHP8

快速回复 返回顶部 返回列表