Hi Forum,
I have an Hairpin setup with a wan dynamic IP who works very well, dst-nat works from internals networks and from internet.
;;; http(s) → macmini
chain=dstnat action=dst-nat to-addresses=10.11.10.11 protocol=tcp dst-address-list=Hairpin dst-port=80,8082,443 log=yes log-prefix=“”
;;; http(s) → macmini
chain=srcnat action=masquerade to-addresses=10.11.10.11 protocol=tcp dst-address=10.11.10.11 out-interface=ether6 dst-port=80,8082,443 log=no log-prefix=“”
But, when users use the web-proxy of the router, they hit a “Connection refused error page” from the proxy:
–2017-03-19 11:48:00-- http://xx.xx.xx.xx/
Resolving proxy.int.xxxx.xx… 10.11.0.1
Connecting to proxy.int.xxxx.xx|10.11.0.1|:3128… connected.
Proxy request sent, awaiting response… 504 Gateway Timeout
2017-03-19 11:48:00 ERROR 504: Gateway Timeout.
Does someone already have this case ?
Many Thanks,
Seb