#vim /etc/network/interfaces

    修改为
    auto lo
    iface lo inet loopback
    auto eth0
    iface eth0 inet static        配置eth0使用静态地址
    address xxx.xxx.xxx.xxx    配置eth0的固定IP地址
    netmask xxx.xxx.xxx.xxx    配置子网掩码
    gateway xxx.xxx.xxx.xxx    配置网关

重启网络服务
    systemctl restart networking

Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐