Problem with loopback in NAT setup
Problem with loopback in NAT setup
Hello everyone, I'm trying to set up an Active Directory domain in a separate VLAN acting as a DMZ using OpenWRT. I followed a guide that helped me get started. On the DMZ side, I have an IIS server and a public IP address linked via a Registered Domain Name. Ports 80 and 443 are forwarded to the IIS host in OpenWRT. From outside the network, I can reach the site using the domain name, but inside the VLAN/DMZ I can too. However, NAT Loopback isn't working outside that segment even though I enabled it in the firewall rules for the DMZ. I'm wondering if I can turn it on again so users in another VLAN can access the web server using the domain name instead of the hostname. I'd prefer a proper setup rather than creating a host entry. Thanks, Bruno.
In fact, the reverse is true—NAT loopback is considered the less efficient method because it places a heavy load on the router’s CPU. Using a DNS entry to send traffic to the right internal IP address is the better approach.
Sure, I just completed that. It was simpler for me. Appreciate the help!