You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

NAT Settings

To get remote IP addresses to pass though to proxy:


  • Navigate to Advanced → Firewall and set NAT settings to:


NAT loopbackForwarded Only
NAT targetSNT


Firewall Rules

To have clients redirected to internal ip when they request the public ip, you can add the following rules to the firewall by following these steps:

  • Navigate to Administration → Scripts
  • select the Firewall tab and add the following rule:


iptables -t nat -A PREROUTING -i br0 -s 192.168.1.0/24 -d 206.80.251.217 -j DNAT --to 192.168.1.50
iptables -t nat -A POSTROUTING -o br0 -j MASQUERADE



  • No labels