Logic Machine Forum
Ports For Remote access - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Hardware (https://forum.logicmachine.net/forumdisplay.php?fid=12)
+--- Thread: Ports For Remote access (/showthread.php?tid=3730)



Ports For Remote access - khalil - 05.12.2021

Hello.
What are the ports that should be opened in order to access the SL,HL, LM remotely?
and what is the safest way for remote web access?
BR,


RE: Ports For Remote access - Daniel - 06.12.2021

Use Zerotier for LM. Opening port is not safe.
https://openrb.com/zerotier-remote-maintenance-of-lm5/


RE: Ports For Remote access - khalil - 06.12.2021

(06.12.2021, 08:01)Daniel Wrote: Use Zerotier for LM. Opening port is not safe.
https://openrb.com/zerotier-remote-maintenance-of-lm5/

Thanks DanialĀ 
Even If I only open https port, still not secure?
BR,


RE: Ports For Remote access - Daniel - 06.12.2021

HTTPS is secure only if you have valid SSL certificate, otherwise is more or less same as HTTP.


RE: Ports For Remote access - khalil - 06.12.2021

(06.12.2021, 09:17)Daniel Wrote: HTTPS is secure only if you have valid SSL certificate, otherwise is more or less same as HTTP.

Thank you Danial


RE: Ports For Remote access - Erwin van der Zwart - 06.12.2021

Please correct me if i'm wrong, but a SSL certificate does not protect you, it just tells you that the source can be trusted. Yes HTTPS has the advantage that your username and password are encrypted during logon, if using HTTP this information could be fetched from the traffic packages so you should not use this for secure logon.

The question is more, do you want everyone to be able to access your controller and use authentication as your "door" or do you want to keep it seperated from the public internet so only authorized users can access it at all.

If you use port forwarding then you are exposed to the public internet and when using VPN you must establish a connection to the VPN before you can reach it at all. In my opinion VPN is the only secure way to solve this question...


RE: Ports For Remote access - Daniel - 06.12.2021

When https is used then yes data is encrypted but without proper certificate you are still vulnerable for man in the middle attack and the data can be decrypted.