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:
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