Hi all, long time lurker first time poster. I have an issue where none of my VMs can access the internet (over 80/443). I can ping and nslookup and they each have the appropriate IP reserved through my router's DHCP function. I can access the Datacenter/ server over the internet and the server can reach HTTP content (via curl/wget).
Not sure where the issue may lay or where to start. It was working with the below config, not sure what happened.
Brief infra overview:
-Single server with DNS CNAME to a single URL
-5 VMs currently (each with own NAT'd IP)
-All can ping and DNS resolve, but no HTTP/HTTPS
-server has HTTP/HTTPS access
-iptables set to redirect inbound 80/443 to 8006 (iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT --to-ports 8006, iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports 8006)
-edge router forwarding 80/443 to server
-Built in Proxmox Datacenter/ server firewall enabled, enabled in/out on 80/443, bottom rule is a reject on all other in TCP traffic (no firewall enabled on VM settings)
-One VM is running PiHole as a DNS server, router lists this as primary and OpenDNS as secondary
Not sure where the issue may lay or where to start. It was working with the below config, not sure what happened.
Brief infra overview:
-Single server with DNS CNAME to a single URL
-5 VMs currently (each with own NAT'd IP)
-All can ping and DNS resolve, but no HTTP/HTTPS
-server has HTTP/HTTPS access
-iptables set to redirect inbound 80/443 to 8006 (iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT --to-ports 8006, iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports 8006)
-edge router forwarding 80/443 to server
-Built in Proxmox Datacenter/ server firewall enabled, enabled in/out on 80/443, bottom rule is a reject on all other in TCP traffic (no firewall enabled on VM settings)
-One VM is running PiHole as a DNS server, router lists this as primary and OpenDNS as secondary