hi ,
I have a VM running on proxmox and I want to use the NAT capability of the proxmox host node.
My public IP is assigned on vmbr1 and a private IP block assigned to vmbr0.
I tried the network model guide but it doesnt seem to work for me.
Here is my network interface without doing the NAT
auto vmbr0
iface vmbr0 inet static
address 10.10.11.10
netmask 255.255.255.0
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 202.x.x.x
netmask 255.255.255.0
gateway 202.x.x.x
bridge_ports eth2
bridge_stp off
bridge_fd 0
auto eth0
iface eth0 inet manual
auto eth2
iface eth2 inet manual
what do I have perform NAT successfully on my VM.
thanks
jonathan
I have a VM running on proxmox and I want to use the NAT capability of the proxmox host node.
My public IP is assigned on vmbr1 and a private IP block assigned to vmbr0.
I tried the network model guide but it doesnt seem to work for me.
Here is my network interface without doing the NAT
auto vmbr0
iface vmbr0 inet static
address 10.10.11.10
netmask 255.255.255.0
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet static
address 202.x.x.x
netmask 255.255.255.0
gateway 202.x.x.x
bridge_ports eth2
bridge_stp off
bridge_fd 0
auto eth0
iface eth0 inet manual
auto eth2
iface eth2 inet manual
what do I have perform NAT successfully on my VM.
thanks
jonathan