Hello,
my setup is 3 node cluster (hosted on OVH): (each server own datacenter, separate network, unique public IP)
Node1(Master):
Public ip range 111.111.111.1 - 10 (10IPS)
GW 111.111.111.111
DNS 1.1.1.1
Node2(Slave2):
Public ip range 222.222.222.1 - 10 (10IPS)
GW 222.222.222.222
DNS 2.2.2.2
Node3(Slave3):
Public ip range 333.333.333.1 - 10 (10IPS)
GW 333.333.333.333
DNS 3.3.3.3
I need to setup network like this, 10 VM running on node 1, each VM will have own local IP routed to public IP.
On Node 1:
VM1: /etc/network/interfaces
Local ip 10.0.0.10
GW: ?
DNS: ?
MASK:?
Proxmox bridge to??
Public ip 111.111.111.1
VM2: /etc/network/interfaces
Local ip 10.0.0.12
GW: ?
DNS: ?
MASK:?
Proxmox bridge to??
Public ip 111.111.111.2
When i migrate Node1 VM1 and VM2 to
Node2:
VM2: /etc/network/interfaces
Local ip 10.0.0.10
GW: ?
DNS: ?
MASK:?
Proxmox bridge??
Public ip 222.222.222.1
VM2: /etc/network/interfaces
Local ip 10.0.0.12
Proxmox bridge??
Public ip 222.222.222.2
What i need is, when i migrate VM1-10 from Node1 to Node2 and start them, they will get same local IP and get online on their new public IP (no interface edit after migrate).
I googled a lot, found similar issues, but couldnt get it to work
So please if anyone will be so kind to write me step by step guide including my example IPS.
Mostly what i need:
- Node1-3 Proxmox /etc/network/interfaces
- VM1-10 /etc/network/interfaces
- Some proxmox GUI configurations?
THX
my setup is 3 node cluster (hosted on OVH): (each server own datacenter, separate network, unique public IP)
Node1(Master):
Public ip range 111.111.111.1 - 10 (10IPS)
GW 111.111.111.111
DNS 1.1.1.1
Node2(Slave2):
Public ip range 222.222.222.1 - 10 (10IPS)
GW 222.222.222.222
DNS 2.2.2.2
Node3(Slave3):
Public ip range 333.333.333.1 - 10 (10IPS)
GW 333.333.333.333
DNS 3.3.3.3
I need to setup network like this, 10 VM running on node 1, each VM will have own local IP routed to public IP.
On Node 1:
VM1: /etc/network/interfaces
Local ip 10.0.0.10
GW: ?
DNS: ?
MASK:?
Proxmox bridge to??
Public ip 111.111.111.1
VM2: /etc/network/interfaces
Local ip 10.0.0.12
GW: ?
DNS: ?
MASK:?
Proxmox bridge to??
Public ip 111.111.111.2
When i migrate Node1 VM1 and VM2 to
Node2:
VM2: /etc/network/interfaces
Local ip 10.0.0.10
GW: ?
DNS: ?
MASK:?
Proxmox bridge??
Public ip 222.222.222.1
VM2: /etc/network/interfaces
Local ip 10.0.0.12
Proxmox bridge??
Public ip 222.222.222.2
What i need is, when i migrate VM1-10 from Node1 to Node2 and start them, they will get same local IP and get online on their new public IP (no interface edit after migrate).
I googled a lot, found similar issues, but couldnt get it to work
So please if anyone will be so kind to write me step by step guide including my example IPS.
Mostly what i need:
- Node1-3 Proxmox /etc/network/interfaces
- VM1-10 /etc/network/interfaces
- Some proxmox GUI configurations?
THX