Print
Proxmox installation guide - How to add IP
nano /etc/network/interfaces
iface vmbr0 inet static
address 103.246.112.100
netmask 255.255.255.224
gateway 103.246.112.97
bridge_ports enp0s25
bridge_stp off
bridge_fd 0
iface vmbr1 inet static
address 103.246.112.101
netmask 255.255.255.224
gateway 103.246.112.97
bridge_ports enp0s25
bridge_stp off
bridge_fd 0
exit
/etc/init.d/networking restart
Related Articles