Hi,
I have an dedicated server with Proxmox on it but I'm unable to setup network. I can access the server using his main IP but I'm unable to use additional IP (I have ordered) with my VMs.
This is my /etc/network/interfaces file content:
auto lo
iface lo inet loopback
iface eno3 inet manual
iface eno4 inet manual
auto vmbr1
iface vmbr1 inet manual
bridge_ports dummy0
bridge_stp off
bridge_fd 0
auto vmbr0
iface vmbr0 inet static
address 54.39.49.187
netmask 255.255.0.0
gateway 54.39.49.254
bridge_ports eno3
bridge_stp off
bridge_fd 0
auto vmbr2
iface vmbr2 inet static
address 54.39.49.187
netmask 255.255.255.255
bridge_ports none
bridge_stp off
bridge_fd 0
up ip route add 198.27.122.255/32 dev vmbr2
down ip route del 198.27.122.255/32 dev vmbr2
Thanks a lot for helping.
Guillaume
I have an dedicated server with Proxmox on it but I'm unable to setup network. I can access the server using his main IP but I'm unable to use additional IP (I have ordered) with my VMs.
This is my /etc/network/interfaces file content:
auto lo
iface lo inet loopback
iface eno3 inet manual
iface eno4 inet manual
auto vmbr1
iface vmbr1 inet manual
bridge_ports dummy0
bridge_stp off
bridge_fd 0
auto vmbr0
iface vmbr0 inet static
address 54.39.49.187
netmask 255.255.0.0
gateway 54.39.49.254
bridge_ports eno3
bridge_stp off
bridge_fd 0
auto vmbr2
iface vmbr2 inet static
address 54.39.49.187
netmask 255.255.255.255
bridge_ports none
bridge_stp off
bridge_fd 0
up ip route add 198.27.122.255/32 dev vmbr2
down ip route del 198.27.122.255/32 dev vmbr2
Thanks a lot for helping.
Guillaume