Hi:
I am trying to join two networks but I am having trouble with NAT configuration.
Here is the deal (please check the attached diagram):
I am installing IP cameras for a company, this company has the following internal network 10.211.1.X. They want the cameras to be in a different network so I configured the bridge SXT with 10.211.1.25 on the ethernet side and 192.168.1.10 on the wireless side. The station sxt is configured with the IP 192.168.1.11 on both sides (ethernet and wireless).
The idea is that the cameras should be accessed from within the company using an internal IP plus a port (one port for each camera), so the have to access the camera with 10.211.1.25:85
The IP of the camera (wich is connected to the station SXT via cable) is 192.168.1.150 and is listening to the port 85.
I configured the following NAT rule:
IP>firewall
NAT tab:
Chain: dstnat
dst address: 10.211.1.25
dst Port: 85
Actions tab:
Action: dst-nat
To addresses: 192.168.1.150
To Ports: 85
When I try to access the camera from within the company using http://10.211.1.25:85 , nothing happens. If I change the IP address of the computer to the network 192.168.1.X and I try to reach the camera using http://192.168.1.150:85 it works so it is not a problem with the link itself.
Thanks for your help!!!