Reto Stalder wrote:
>
> Inbound NAT (If, Proto, Ext. port, NAT IP, Int. port):
> WAN, TCP, 443, 10.1.1.2, 443
> WAN, TCP, 80, 10.1.1.2, 80
>
> Firewall rules for the WAN interface (Action, Proto, Source, Port,
> Destination, Port):
> Pass, TCP, *, *, 10.1.1.2, 443
> Pass, TCP, *, *, 10.1.1.2, 80
>
> Can anybody give me a hint, what I'm doing wrong?
>
if the rules are truly identical as you describe, it should work. Do you
see anything in the logs? If not, do you see anything when you log
anything blocked by the default rule? Lastly, can you access the server
on port 443 from inside your LAN?
Sven |