Make your Siemens SIMATIC IOT2020 or IOT2040 accessible from anywhere via the Yaler relay.
Setting up your device requires a relay domain. Please sign up to get one.
Make sure the Siemens IOT2020 is connected to the Internet via Ethernet, Wi-Fi or 3G.
The SD card image v2.1.2 requires changing iface eth0 inet in the file /etc/network/interfacesstatic dhcp
To get a shell for setup, use 115200 baud serial via FTDI on UART port X14 as shown on p.49 and 55 of the operating instructions.
Follow these steps to install YalerTunnel on the Siemens IOT2020.
This tutorial is still in beta. Installation details will change. Found a bug? Let us know.
$ cd ~$ mkdir yalertunnel $ cd yalertunnel
$ curl -LO http://s3.yaler.net/yalertunnel/YalerTunnel2-v2.3.2.src.tar.gz $ tar -xzv -f YalerTunnel2-v2.3.2.src.tar.gz $ make
A Web server or service has been installed and is running on the Siemens IOT2020.
How to configure YalerTunnel on your Siemens IOT2020 to make a local Web service accessible from anywhere.
Those steps are for manual testing only. Init script to be done.
$ ./yalertunnel server 127.0.0.1:80 try.yaler.io:80 RELAY_DOMAIN
How to remove YalerTunnel to disable Web access from anywhere.
$ rm -r yalertunnelThe SSH daemon sshd is running (per default) on the Siemens IOT2020.
How to configure YalerTunnel on your Siemens IOT2020 to allow SSH access from anywhere.
Those steps are for manual testing only. Init script to be done.
$ ./yalertunnel proxy 127.0.0.1:22 try.yaler.io:80 RELAY_DOMAIN
How to remove YalerTunnel to disable SSH access from anywhere.
$ rm -r yalertunnelTo enable Web and SSH access at the same time, or tunnel another protocol, please get in touch.
This work by Yaler GmbH is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.