Applies To: |
|
Summary: |
Pre v7.0 I used to customise my DNS section
to redirect the WebClients (and normal Display Clients / SCADA
Servers) to the externally accessable IP Address of my
Router.
I used to have Port Forwarding setup in my Router, forwarding ports 2075-2078 to my Servers, and the following in my WebClient's INI: Assuming: [DNS] IOServerP=10.0.0.1:2078 CitectPAlarm=10.0.0.1:2076 CitectPReport=10.0.0.1:2075 CitectPTrend=10.0.0.1:2077 How can I achieve similar in v7.0? |
Solution: |
The DNS Section has been replaced in CitectSCADA v7.0 by having 'Network Addresses' defined within the project. However, in situations like having a WebClient (or normal Display Client / SCADA Server) connect to Citect Servers on another LAN, via a Router, the [AddressForwarding] section has been added. Also, please note that the Port Numbers required to be mapped have changed for v7.0. The following ports are now required. Assumptions: [AddressForwarding] Cluster1.AlarmServer1=10.0.0.1:2076 Cluster1.AlarmServer1_AlarmProps=10.0.0.1:2080 Cluster1.ReportServer1=10.0.0.1:2075 Cluster1.TrendServer1=10.0.0.1:2077 Cluster1.IOServer=10.0.0.1:2082 Cluster1.IOServer_PeerPort=10.0.0.1:2078 |
Keywords: |
Related Links
Attachments