debian
Debian12.9.0安装
配置地址
root@debian:~# 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 lo
iface lo inet loopback
auto ens3
iface ens3 inet static
address 192.66.1.247
netmask 255.255.255.0
gateway 192.66.1.254
systemctl restart networking.service

浙公网安备 33010602011771号