Hello,
I have a webserver configured in a VNET jail.
The jail has its own IP
However when I'm outside of my network, I can't reach the webserver. I got either timed out or "connection reset by peer" errors.
I have the forward port rule setup in my router configuration with the jail ip targeted but it does not work. It's a GUI but the rule says:
I have a webserver configured in a VNET jail.
The jail has its own IP
192.168.1.11
and I can access it in my LAN network without issue.However when I'm outside of my network, I can't reach the webserver. I got either timed out or "connection reset by peer" errors.
I have the forward port rule setup in my router configuration with the jail ip targeted but it does not work. It's a GUI but the rule says:
Code:
protocol: tcp
source ip: all
destination ip: 192.168.1.11 (the jail)
port WAN: 80
port LAN: 80