当前位置:首页 > 未命名 > 正文

修改IP地址

未命名 · Oct 26, 2024

vi 或者 nano /etc/network/interfaces

nano /etc/network/interfaces
auto eth0 
iface eth0 inet static
    address 192.168.x.x
    netmask 255.255.255.0
    gateway 192.168.x.x
    dns-nameservers 1.1.1.1

网络服务重新启动

systemctl restart networking



发表评论