Forum Replies Created
-
AuthorPosts
-
manjey73ParticipantI only have one question, why are you using version 5? it is no longer developing.
manjey73ParticipantMake sure that your port 10002 is not occupied by another program. Well, check that the port is open (although it seems to be open on the local computer)
manjey73ParticipantOnce you have installed it on the disk, then you need to fix it there
manjey73Participant
manjey73ParticipantYou should get the open ports in ufw in the list
10000/tcp ALLOW Anywhere 10002/tcp ALLOW Anywhere 10008/tcp ALLOW Anywhere 10008 ALLOW Anywhere
manjey73ParticipantYou have a lot of ports on 1000x 🙂 What do you have installed there?
Check if UWF is installed and enabled? and if it is enabled, are these ports open in it?I’m sorry, it’s called ufw correctly
ufw status
manjey73Participantnetstat -ntulpor
ss -ntulpWhat does the command data show on the remote server? These are commands for ssh connection
manjey73ParticipantThe Agent’s log shows which port it is listening on.
1. check that this port is not occupied by other programs
2. Check the firewall to make sure that the port is open.
Ubuntu may have another firewall installed – UFW, or disable it for verification, or configure it to skip port 10002. On one remote VDS server, even with uwf mode configured, it periodically closes until I figured out how to win.
manjey73ParticipantInput scripts Cnl/1000 ?
manjey73Participant/var/log/scada/ScadaAgent/Log
Directly on the Linux machine along the logging installation path
-
This reply was modified 1 year, 2 months ago by
manjey73.
manjey73Participantservice scadaserver6 start
or
systemctl start scadaserver6.service(restart, stop, status)
(scadaagent6, scadacomm6, scadaweb6)the rest is by analogy
Check for uwf on the remote Ubuntu machine. This is another firewall that can block your access
manjey73ParticipantFlies separately, cutlets separately 🙂
manjey73ParticipantNo. .your pem key is used to access the remote server via ssh.
To transfer the project from the Administrator, you need to open TCP port 10002 for ScadaAgent to work. Configure the firewall accordingly.The secret key and passwords in Scada are already internal protection methods so that third-party Scada Administrators cannot connect to your Scada Server and change the data.
manjey73ParticipantThe Ubuntu server can be remote with a real IP address (for example, on a VDS server) or connected to your server via VPN.
And there is also an option when the Scada Agent connects via proxy mode. There are many connection options.
manjey73ParticipantYes, when you debug a project on a local PC, you can transfer it to a production Server by specifying its IP already. And the browser is already open on the remote PC, if the WEB server is located there.
-
This reply was modified 1 year, 2 months ago by
-
AuthorPosts