debian

Debian12.9.0安装

Debian12安装保姆级教程

配置地址

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

镜像下载

posted @ 2025-02-07 09:15  *一炁化三清*  阅读(33)  评论(0)    收藏  举报