Hello!
Is there any way to add a different IP subnet and create vm using them?
Also I want to use the IPs from the new server to create vm in future servers when I add more servers into the cluster.
Here's the situation:
the main node where vm will create have 1 /32 IPv4 for a subnet Ex: 59.54.45.554
Now I want to add another sunbet on my proxmox setup /22 IPv4
Example: 79.154.169.240
So how to do it?
As the main server have only 1 IPv4 so I have to add this new subnet to create vm
Do I need to add a new bridge on /etc/network/interfaces ?
Something like vmbr0:0 ?
Or any different setting?
Right now my /etc/network/interfaces have something like this
How I can add the new subnet on the server so then I can create vm?
Also I will add more server in the cluster in future, so the subnet needs to work on all servers.
Which kind of settings I need?
anyone help??
Is there any way to add a different IP subnet and create vm using them?
Also I want to use the IPs from the new server to create vm in future servers when I add more servers into the cluster.
Here's the situation:
the main node where vm will create have 1 /32 IPv4 for a subnet Ex: 59.54.45.554
Now I want to add another sunbet on my proxmox setup /22 IPv4
Example: 79.154.169.240
So how to do it?
As the main server have only 1 IPv4 so I have to add this new subnet to create vm
Do I need to add a new bridge on /etc/network/interfaces ?
Something like vmbr0:0 ?
Or any different setting?
Right now my /etc/network/interfaces have something like this
Code:
auto vmbr0
iface vmbr0 inet static
address 59.54.45.554/32
gateway 59.54.45.1
bridge-ports eth0
bridge-stp off
bridge-fd 0
iface vmbr0 inet6 static
address 2a94:483a::5
gateway 2a94:483a::1
How I can add the new subnet on the server so then I can create vm?
Also I will add more server in the cluster in future, so the subnet needs to work on all servers.
Which kind of settings I need?
anyone help??