StreamCaster MIMO Radio User Manual 3/17/15
10017C000 Silvus Technologies Confidential Page
Gateway: Gateway for local network to allow radio to connect to the internet
VPN: For WAN wired backbone scenarios where radios from two different sites are
connected via the internet, a public N2N server is needed to route the data. Here is an
example of how to setup an N2N server on a server hosted by Amazon AWS running
Ubuntu 12.04:
Compile:
git clone https://github.com/lukablurr/n2n_v2_fork ### downloads the code
cd n2n_v2_fork
export N2N_OPTION_AES=no
make clean
make
Execute:
./supernode -l 9000 -v
Server will be running on port 9000.
VPN Server IP: IP Address of N2N VPN Server
VPN Server Port: Port that the N2N VPN server is configured to listen on.
Apply: Applies the new values but does not save them to flash.
Save and Apply: Save the new values to flash and apply.