Basic Host Configuration

ThaddeusRex

New Member
May 17, 2021
3
0
1
45
Hello,

I'm new to Proxmox and am working on setting up my first production server. I've read through the support documents describing network configurations, but I don't feel like I understand the options 100%.

I have a public IP address of 10.9.XX.XX, and a gateway of 10.9.XX.1. I have also configured an internal vmbr1 that I have attached to my VM. Here's what the current configuration looks like:
GUI.png

terminal.png

If I place VMs into the 192.168.10 network, the routing doesn't seem to be working. Do I have this set up right on the Proxmox side, or do I have a client issue?

Thanks!
 
Usually the internal network is not known in the public one. Therefore NAT is required. In your particular case it would look like
Code:
iptables -t nat -A POSTROUTING -s 192.168.10.0/24 -j MASQUERADE