masquerade

  1. M

    Bridge+NAT : masquerade works but not as I would like

    Hi, I have been struggling to get NAT working for a container with only partial success : it works when I run the command from a shell but does not work when I set it up in /etc/network/interfaces. The host runs debian 8 and proxmox 4.4.12 (upgraded from v3, itself upgraded from v2). So, as...
  2. A

    [SOLVED] Container cannot reach internet

    Proxmox 4.4 with CentOS 7 guest in container. Host can reach the internet, but containers cannot. It seems others have had similar problems but I cannot find a solution. Host /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.0.2...
  3. E

    Masquerading NAT issues

    Hello. I'm running Proxmox 4.4-1. I followed the guide at https://pve.proxmox.com/wiki/Network_Model for setting up Masqueraded NAT since my Proxmox host has a single public IP (example as 10.0.0.174 below), but my containers can't reach the Internet. They can ping my Proxmox host's gateway...
  4. M

    NAT redirect not working

    Hello, I installed Proxmox 4.2 via ISO at my Server. Considering the fact that I only have one public IP address I tried to use NAT. This is my interface configuration: auto lo iface lo inet loopback auto eth0 iface eth0 inet static address a.b.c.d netmask 255.255.255.224...
  5. C

    How to use firewall with NAT

    Hi Guys, Wondered if you could help me please... I have NAT (Masquerade) setup and working on my Proxmox setup. I also have the firewall enabled at the Datacenter, Host and VM levels. The Datacenter and Host level firewalls seem to be working perfectly and only allowing ports I have allowed...