Hello, I want to start off by saying this isnt really proxmox specific, just me being a novice when it comes to networking
I rented a hosted proxmox server that came with one IP address. Im just using this one for management and have enabled the firewall, only allowing traffic from my IP
I also purchased an additional 5 ip addresses and was given a /29 with a seperate gateway. I want to assign these to specific vm's i'll be building.
The server has one 10g nic
Im trying to figure out how best to add these IP's to proxmox, or if I need to at all. The VM's are all ubuntu 20.04 server
There are 4 nics on the server, /etc/network/interfaces is as below
What are my options for using these IP's for the VM's? Perhaps my google skills are failing as I had a hard time finding anything about this specific situation. Hetzner has some articles but their proxmox documentation doesnt mention additional ip's and their additional ip's documentation doesnt mention proxmox.
I tried just adding a route to the proxmox host, I tried adding a vmbr1 but I keep getting destination host unreachable from the IP i set on the vm. Im not sure if that is down to the gateway I was given being on a different subnet or what. I know I cant have 2 gateways but if I set the gateway to the one on the main IP i was given can it act as the gateway instead of what the host provided for me?
Thanks for anyone willing to take the time to help out someone why get frustrated with networking lol
I rented a hosted proxmox server that came with one IP address. Im just using this one for management and have enabled the firewall, only allowing traffic from my IP
I also purchased an additional 5 ip addresses and was given a /29 with a seperate gateway. I want to assign these to specific vm's i'll be building.
The server has one 10g nic
Im trying to figure out how best to add these IP's to proxmox, or if I need to at all. The VM's are all ubuntu 20.04 server
There are 4 nics on the server, /etc/network/interfaces is as below
Code:
auto lo
iface lo inet loopback
iface enp35s0 inet manual
auto vmbr0
iface vmbr0 inet static
address xxx.xxx.xxx.xxx/30
gateway xxx.xxx.xxx.xxx
bridge-ports enp43s0f1
bridge-stp off
bridge-fd 0
iface enp36s0 inet manual
iface enp43s0f0 inet manual
iface enp43s0f1 inet manual
iface enx3a474b370b30 inet manual
What are my options for using these IP's for the VM's? Perhaps my google skills are failing as I had a hard time finding anything about this specific situation. Hetzner has some articles but their proxmox documentation doesnt mention additional ip's and their additional ip's documentation doesnt mention proxmox.
I tried just adding a route to the proxmox host, I tried adding a vmbr1 but I keep getting destination host unreachable from the IP i set on the vm. Im not sure if that is down to the gateway I was given being on a different subnet or what. I know I cant have 2 gateways but if I set the gateway to the one on the main IP i was given can it act as the gateway instead of what the host provided for me?
Thanks for anyone willing to take the time to help out someone why get frustrated with networking lol