Connecting from other Computers
This page describes how to set up the computer hosting Virtual Skynode such that other devices in the network can connect to Virtual Skynode
Last updated
This page describes how to set up the computer hosting Virtual Skynode such that other devices in the network can connect to Virtual Skynode
Last updated
The following instructions are a starting point to help users connect a GCS device such as an Android Tablet to a separate host computer that is running Virtual Skynode. Depending on your exact setup the steps below might need to be adopted. The goal of this guide is to provide a minimal starting point.
The Virtual Skynode host is a Linux computer with access to iptables
No services on the host computer are already listening to port 5790 via TCP
Virtual Skynode is running with the default settings, in which case it acquires the IPv4 address 10.41.200.2
We are going to configure packet forwarding on the host machine that is running Virtual Skynode. With this method the ground station device will be connecting to the host machine. The ground station is not aware of there being a Virtual Skynode. The ground station also does not need to know anything about the IPV4 address 10.41.200.2, as from its perspective the host machine itself is a Skynode.
The method below uses IP forwarding to get packets from the incoming interface to virtual skynode and back. Network Address Translation (NAT) is required to manipulate the source and destination IPv4 address of packets such that Virtual Skynode is cleanly "hidden" behind the host machine.
The commands bellow generally require root
All changes mentioned below generally reset after a reboot of the host machine. Making iptables persistent after a reboot is outside the scope of this guide.
Configuring iptables:
Enable packet forwarding in the Linux kernel