Basic Host Configuration

ThaddeusRex

New Member
May 17, 2021
3
0
1
44
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
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!