Hello there!
Thank you for reading my message.
The IP of my router is 10.0.0.1 and the available IP's that the router DHCP leases are 10.0.0.1 through 10.0.0.254. Let's call this the MAIN network.
The Proxmox server has an IP on the MAIN network: 10.0.0.25.
My PC has this IP: 10.0.0.30
My laptop has this IP: 10.0.0.40
Inside Proxmox I have VM 100 and VM 101.
I want to create a network, (let's call it ICE) where VM 100 and 101 can talk to each other (within the ICE network) but I don't want them to be able to see the MAIN network.
I also want the VM's to be able to access the internet.
Here's the catch:
1) The IP for the DHCP server of the ICE network must be 10.0.0.1
2) The IP for VM 100 must be 10.0.0.30
3) The IP for VM 101 must be 10.0.0.40
Since the ICE network will be isolated from the MAIN network, there shouldn't be any conflict.
How can I do that?
I tried a Simple SDN with a VNet but if I disable SNAT, there's no internet in the ICE network.
If I enable SNAT, they have internet but the ICE network has a conflict with the IP's on the MAIN network because my PC and laptop already are using them.
How can I do this?
Thanks in advance!
Thank you for reading my message.
The IP of my router is 10.0.0.1 and the available IP's that the router DHCP leases are 10.0.0.1 through 10.0.0.254. Let's call this the MAIN network.
The Proxmox server has an IP on the MAIN network: 10.0.0.25.
My PC has this IP: 10.0.0.30
My laptop has this IP: 10.0.0.40
Inside Proxmox I have VM 100 and VM 101.
I want to create a network, (let's call it ICE) where VM 100 and 101 can talk to each other (within the ICE network) but I don't want them to be able to see the MAIN network.
I also want the VM's to be able to access the internet.
Here's the catch:
1) The IP for the DHCP server of the ICE network must be 10.0.0.1
2) The IP for VM 100 must be 10.0.0.30
3) The IP for VM 101 must be 10.0.0.40
Since the ICE network will be isolated from the MAIN network, there shouldn't be any conflict.
How can I do that?
I tried a Simple SDN with a VNet but if I disable SNAT, there's no internet in the ICE network.
If I enable SNAT, they have internet but the ICE network has a conflict with the IP's on the MAIN network because my PC and laptop already are using them.
How can I do this?
Thanks in advance!