proxmox ve 修改ip

#vim /etc/network/interfaces


auto lo
iface lo inet loopback

auto vmbr0
iface vmbr0 inet static
        address 192.168.10.200  ->改成自己的IP
        netmask 255.255.255.0
        gateway 192.168.10.254 ->改成自己的gateway
        bridge_ports eth0
        bridge_stp off
        bridge_fd 0

留言

熱門文章