manjey73

Forum Replies Created

Viewing 15 posts - 241 through 255 (of 856 total)
  • Author
    Posts
  • in reply to: server is unaviliable #15350
    manjey73
    Participant

    I only have one question, why are you using version 5? it is no longer developing.

    in reply to: server is unaviliable #15349
    manjey73
    Participant

    Make 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)

    in reply to: server is unaviliable #15347
    manjey73
    Participant

    Once you have installed it on the disk, then you need to fix it there

    in reply to: server is unaviliable #15343
    manjey73
    Participant

    Look here

    • This reply was modified 1 year ago by manjey73.
    • This reply was modified 1 year ago by manjey73.
    • This reply was modified 1 year ago by manjey73.
    in reply to: Windows Scada project upload in Ubutu #15339
    manjey73
    Participant

    You 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
    in reply to: Windows Scada project upload in Ubutu #15335
    manjey73
    Participant

    You 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

    • This reply was modified 1 year ago by manjey73.
    • This reply was modified 1 year ago by manjey73.
    in reply to: Windows Scada project upload in Ubutu #15331
    manjey73
    Participant

    netstat -ntulp

    or

    ss -ntulp

    What does the command data show on the remote server? These are commands for ssh connection

    in reply to: Windows Scada project upload in Ubutu #15330
    manjey73
    Participant

    The 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.

    in reply to: Modbus display data format #15325
    manjey73
    Participant

    Input scripts Cnl/1000 ?

    in reply to: Windows Scada project upload in Ubutu #15322
    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.
    in reply to: Windows Scada project upload in Ubutu #15313
    manjey73
    Participant

    service 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

    • This reply was modified 1 year ago by manjey73.
    • This reply was modified 1 year ago by manjey73.
    in reply to: Windows Scada project upload in Ubutu #15308
    manjey73
    Participant

    Flies separately, cutlets separately 🙂

    in reply to: Windows Scada project upload in Ubutu #15307
    manjey73
    Participant

    No. .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.

    in reply to: Windows Scada project upload in Ubutu #15305
    manjey73
    Participant

    The 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.

    in reply to: Windows Scada project upload in Ubutu #15300
    manjey73
    Participant

    Yes, 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.

Viewing 15 posts - 241 through 255 (of 856 total)