观前提示:本环境在 root 用户下
kali 配置静态网络地址
打开网络配置文件
vim /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 lo # 这一行指示系统在启动时自动激活 lo 接口
iface lo inet loopback # 这定义了 lo 接口使用 IPv4 的回环地址,通常是 127.0.0.1。这是系统内部通信使用的虚拟网络接口,不与外部网络交互。
# The primary network interface
allow-hotplug eth0 # 这一行表示 et

最低0.47元/天 解锁文章
2260

被折叠的 条评论
为什么被折叠?



