In pfSense, I have this rule: https://i.imgur.com/10jE1Gs.png Where 192.168.1.203
is my target machine and I have a rancher
app hosted at port 8081
. If I hit https://MY_DOMAIN_NAME:8081
--MY_DOMAIN_NAME
resolves to MY_WAN_IP
, I get connection timeout. In firewall states, I see:
192.168.1.101:59167 -> 192.168.1.203:8081 (MY_WAN_IP:8081) CLOSED:SYN_SENT
192.168.1.101:59167 -> 192.168.1.203:8081 SYN_SENT:CLOSED
Clearly, port forwarding must be working. Strangely, the rancher
machine isn't responding to the WAN_IP:port
. If I visit the app directly from the LAN ip, it works fine. What's going on?