Forum Replies Created
-
AuthorPosts
-
manjey73
ParticipantI only have one question, why are you using version 5? it is no longer developing.
manjey73
ParticipantMake 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)
manjey73
ParticipantOnce you have installed it on the disk, then you need to fix it there
manjey73
Participantmanjey73
ParticipantYou 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
manjey73
ParticipantYou 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
manjey73
Participantnetstat -ntulp
or
ss -ntulp
What does the command data show on the remote server? These are commands for ssh connection
manjey73
ParticipantThe 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.manjey73
ParticipantInput scripts Cnl/1000 ?
manjey73
Participant/var/log/scada/ScadaAgent/Log
Directly on the Linux machine along the logging installation path
-
This reply was modified 1 year ago by
manjey73.
manjey73
Participantservice 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
manjey73
ParticipantFlies separately, cutlets separately 🙂
manjey73
ParticipantNo. .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.
manjey73
ParticipantThe 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.manjey73
ParticipantYes, 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 ago by
-
AuthorPosts