NAT Interface Configuration
Last updated
Last updated
NAT (Network Address Translation) configuration refers to the process of modifying the source or destination IP address of packets as they pass through a router or firewall. This is typically done to manage the mapping of private IP addresses to public IP addresses, allowing devices on a local network (with private IPs) to access the internet using a shared public IP address.
We will now proceed further installing NAT interface on proxmox, By default we just have only one interface vmbr0
which is bridged into the physical NIC.
We will name the new linux bridge as vmnet0
and enter the desired network range into it and create the network interface.
Once the network configuration is applied we will make some config changes in the proxmox shell to enter the forwarding configuration in the network config file.
We will delete any default config of the newly created interface vmnet0
and add the following configuration and exit saving the file.
One config is done we will restrat the networking config and try to assign the interface to VM and check the network IP Allocation & Internet Access.
If we are planning to install or run any website or web applications servers on the NAT network then we will have to map this port to the local proxmox instance to make it accessible via the bridged virtual machines.
This will enable the access of web server on the local IP address via port NAT.