I am connected to a NAS system that it is set to static IP address 192.168.2.41 and the ports 80 and 443 of its static ip are reserved for the NAS configuration webpage.
So if I insert 192.168.2.41:80 or 192.168.2.41 in the browser I will be forwarded to the NAS settings webpage.
I am not allowed to change the NAS webpage address , but on the same NAS there is Pydio webserver running on different port 7126 So if I insert http://192.168.2.41:7126/index.php on web browser it will be transfered to the Pydio login page on the same NAS.
The Pydio comes with a PC application (Pydio-sync(6+)) that can connect to the Pydio server and sync the local files(PC) with Pydio server.
In the Pydio sync application I can not set the port number , and I just can set the Pydio webserver IP address. Since the sync app only looks for http/https standard port numbers (that I guess) so it fails to connect to the pydio server.
I think if it is possible through port forwarding to create a fake static ip address such as 192.168.2.48 and do port forwarding as follows? 192.168.2.41:7126 -----> 192.168.2.48:80
If so what are the iptable rule that should I implement in the Tomato router!?
Thanks