OpenVPN Tunneling in Axiomtek AI Starter Kit

Let say we want to send the AI data from the factory back to a PC in headquarter, there are few methods to do this. The simplest method is using some remote login software like Anydesk or Teamviewer to transfer the data but users need to do this manually and the format of data must be a file. The second method is users can subscribe to a cloud service like Google Cloud Platform (GCP) or Amazon Web Service (AWS), then use reverse SSH tunneling to transfer the data. But this method required the user to possess computer networking knowledge because the user need to set up the cloud service and configure the firewall of the cloud service to enable certain SSH ports. The third method is to use Virtual Private Network (VPN) to link these private subnets together. There is a lot of VPN service available e.g., OpenVPN, Hotspot Shield, NordVPN, etc. In this example, I will show you how...
Read More