Reactor remote CONN - 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: Reactor remote CONN (/showthread.php?tid=2875) |
Reactor remote CONN - Frank68 - 29.09.2020 Hello A question about LogiMachine Reactor, can I send SMS via GSM, can the GSM also be used for a remote connection to the LM? Thank you BR RE: Reactor remote CONN - admin - 29.09.2020 Reactor GSM has a built-in modem which can be used both for SMS and Internet access. If you want to access LM directly then you will need a real IP address from your provider but this not recommended. Alternatively you can use VPN which is more secure. RE: Reactor remote CONN - Frank68 - 29.09.2020 (29.09.2020, 13:04)admin Wrote: Reactor GSM has a built-in modem which can be used both for SMS and Internet access. If you want to access LM directly then you will need a real IP address from your provider but this not recommended. Alternatively you can use VPN which is more secure.Is possible to use VPN in visu via LUA script ? I need a VPN Server ? BR RE: Reactor remote CONN - admin - 29.09.2020 VPN can be configured from the UI. But you need a VPN server for it to work. RE: Reactor remote CONN - Frank68 - 30.09.2020 Hi Exist a free VPN server to use , or need to setting my VPN OperVPN Server , my firewall not support OpenVPN. BR RE: Reactor remote CONN - admin - 30.09.2020 Free VPN services do not allow client-to-client connections so you need your own OpenVPN server. We've also tried ZeroTier (https://www.zerotier.com/) which acts as a "virtual switch" allowing connections between remote devices without any extra configuration. It has a free option with up to 50 devices. But there's no UI for it on LM yet. RE: Reactor remote CONN - Frank68 - 30.09.2020 (30.09.2020, 08:14)admin Wrote: Free VPN services do not allow client-to-client connections so you need your own OpenVPN server. We've also tried ZeroTier (https://www.zerotier.com/) which acts as a "virtual switch" allowing connections between remote devices without any extra configuration. It has a free option with up to 50 devices. But there's no UI for it on LM yet.Hi I have a Synology NAS , and inside is a VPNSever with OpenVPN support , i have onfigure it , and I have put the content of fiel ,ovpn in the LM se username e password . For open connection is possible from lua , need add script ? Is possible have one example for script thanks in advantage BR RE: Reactor remote CONN - admin - 30.09.2020 Just configure OpenVPN from the UI, no need for any scripts. You should add these lines to OpenVPN configuration entry: Code: pull-filter ignore "route-gateway" RE: Reactor remote CONN - Frank68 - 30.09.2020 (30.09.2020, 09:45)admin Wrote: Just configure OpenVPN from the UI, no need for any scripts.Hi I have add this in the configuration file (client.ovpn) is correct Have you one example for me? Code: tls-client but i have this response from vpn status Code: Wed Sep 30 12:49:57 2020 SIGUSR1[soft,network-unreachable] received, process restarting where is the problem error 101 what is it? BR RE: Reactor remote CONN - admin - 30.09.2020 This means that LM cannot reach the remote network. Check that you have a valid gateway in LM and that you can ping VPN server from LM (System config > Status > Network utilities > Ping). Your config is not fully valid: 1. Replace auth-user-pass in your config with dev tun0 2. Don't forget to add two pull-filter lines I've mentioned before <ca> line RE: Reactor remote CONN - Frank68 - 30.09.2020 (30.09.2020, 13:10)admin Wrote: This means that LM cannot reach the remote network. Check that you have a valid gateway in LM and that you can ping VPN server from LM (System config > Status > Network utilities > Ping).OK now works But now is not possible to reached the LM IP for LM 192.168.0.101 not responding IP LM witj OpenVPN 10.8.0.10 not responding why ? RE: Reactor remote CONN - admin - 30.09.2020 You need to enable client-to-client option in VPN server configuration. |