Someone will need to correct me if I'm wrong here, but, if you are forwarding port 81, should the webserver that you are forwarding to not be set to accept on port 81? I know the port forwarding add-on allows you to specify a destination port which is different from the incoming port, but I'm not sure if that part works.
Miguel Simon wrote:
>
> First of all, thanks and I hope you will forgive my English
>
> I will explained what I am doing:
> 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)
>
> Any idea?
>
> Thanks