Backup server on de dicated network

mbriet

New Member
Apr 2, 2024
19
1
3
Hello
IS it possible to have multiple IP on proxmox server
I explain o would have a IP on the production network and second IP on backup network to not impact the production during backup and also because my backup storage IS on a none routed network
 
IS it possible to have multiple IP on proxmox server
Sure!

It is not recommended to establish different IP-networks on one single physical NIC (without using VLANs), so:
  • create a new bridge via <node> - System - Network - Create "Linux Bridge"
  • specify your second NIC, which is directly connected to your backup network, as "Bridge ports:"
  • specify an IP address for the PVE node
  • do not define a Gateway
Then follow the documentation of PBS to get connected to PVE.