distributed network layout

3

Part of my new scientific project is data acquisition system from multiple remote stations. I have 15 remote stations powered with solar panels (low power consumption is necessary). At each station I need a single Ethernet connection for data logger. The goal is to create a virtual network: I need 15 stations and my computer to be in the same network.

My idea is to use:

  1. 15 ARM based Linux boards (Debian based) with 3G/EDGE modem attached to USB port. Each configured to act like a router with VPN client (the question here is what is the simplest way to do that?).
  2. 1 central server (Debian based) that will act as VPN server (probably hosted in some reliable place)
  3. My windows client computer that will download data and monitor all stations status.

Now my doubts:

  1. Is ARM linux + USB 3G the best solution (low cost, low power consumption)? ARM board costs ~100 USD, 3G costs ~50 USD.
  2. What software should I use on the ARM board (open VPN? SSH tunnel?)
  3. What software should I use on the central server?
  4. What software should I use on my windows to be able to connect to this private network.

The overall idea is that my data loggers (which all have built in Ethernet controller and are located in different places) have static IPs (let's say 192.168.1.100-114) and my computer (located in another place) has a static IP in the same network (let's say 192.168.1.50).

Unfortunately I'm not an expert in network planning.

Marcin Polkowski

Posted 2013-01-01T11:38:08.787

Reputation: 149

Question was closed 2013-01-01T22:31:13.710

If you have sufficient public IPs then you do not need a VPN as a workaround. – Hennes – 2013-01-01T11:50:41.277

I'am afraid IP I'll get form operator want be public nor static. – Marcin Polkowski – 2013-01-01T11:55:42.950

1You probably want to engage someone to build this for you, the question is too broad for here imo. – Paul – 2013-01-01T12:09:51.240

This is, unfortunately, one of those situations where one answer here will unlock 10 more questions. I will say that a wireless solution may be advantageous to Ethernet. Unless strict security is a key factor. – Josh Campbell – 2013-01-01T12:29:58.917

No answers