I want to redirect from ext eth port 2000 (i.e.) to internal LAN port 80
I will explained what I have done and do not work

:
I have a SME server and gateway with ext IP 192.168.2.2 and internal 192.168.1.2
Internally I have a IIS server with IP 192.168.1.100 which accepts traffic from port 80
SME accept web traffic from port 80 so I want to redirect traffic from another port (I have tried 81 and 2000) to my IIS server.
I have installed dmc-portforwarding*-0.0.0.1-4.rpm. If I execute ipmasqadm portfw -l I can see both redirections
When I execute a nmap from the SME server to the external IP (nmap -p 81 -sT 192.168.2.2) it says the port is closed
The PC I am working with is in the external net (192.168.2.12/24 GW 192.168.2.1)
What am I missing?
Thanks