Home AMX Forum NetLinx Studio
Options

Netlinx Diagnostics 1.0 build 14

How can i connect a master via tcp/ip using user/password? I haven't found any way to put the auth data in the program, and it logs: "Failure to connect to the master controller"

Is it possible to allow unsecured communications to the master using port 1319 but require authentication using the web server?

Jack

Comments

  • DHawthorneDHawthorne Junior Member
    Yes to the second question, all the authentications are independent. In fact, you have to specifically enable each one for them to be active (ICSNet, Telnet, HTTP, and FTP).
  • jack.maurojack.mauro Junior Member
    DHawthorne wrote: »
    Yes to the second question, all the authentications are independent. In fact, you have to specifically enable each one for them to be active (ICSNet, Telnet, HTTP, and FTP).

    Thank you, now i can protect the web access and use diagnostics :)

    The word "ACCESS:" prevented me from uncheck the boxes about the protocol :)
Sign In or Register to comment.