From 4f0d1a20cb36d955f0bafd63a80dd1a507a9addb Mon Sep 17 00:00:00 2001 From: Max HeadRoom Date: Wed, 23 Apr 2025 14:15:50 +0000 Subject: [PATCH] Update How to setup NAT on Proxmox 8.0 --- How to setup NAT on Proxmox 8.0 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ How to setup NAT on Proxmox 8.0 b/ How to setup NAT on Proxmox 8.0 index f3c616c..82ad203 100644 --- a/ How to setup NAT on Proxmox 8.0 +++ b/ How to setup NAT on Proxmox 8.0 @@ -1,10 +1,9 @@ - How to setup NAT on Proxmox 8.0 https://blog.amitanvir.info/2023/how-to-setup-nat-on-proxmox-8-0/ Proxmox utilizes bridge networking in order to offer internet access to virtual machines. Furthermore, we need a public IP for each machine. In case we have access to only a certain number of IPs, we can utilize NAT in order to access the Internet on the machines.

-

However, it is recommended to have a static public IP while running public services. So, let’s take a look at how to set up NAT on Proxmox to offer private networks to virtual machines.

+

However, it is recommended to have a static public IP while running public services. So, let's take a look at how to set up NAT on Proxmox to offer private networks to virtual machines.

This process involves the following steps:

  1. Create a bridge
  2. @@ -73,7 +72,7 @@ to none as we are not connecting to the outside world directly.

  3. Netmask: 255.255.255.0
  4. Gateway: 192.168.1.1
  5. -

    We can use the following IPs for further virtual machines: 192.168.1.3 – 192.168.1.254 & Google DNS for DNS: 8.8.8.8 and 8.8.4.4

    +

    We can use the following IPs for further virtual machines: 192.168.1.3 - 192.168.1.254 & Google DNS for DNS: 8.8.8.8 and 8.8.4.4

    1. Setup NAT on Proxmox: Port forwarding to access from the outside world