Locked History Actions

Diff for "Projectos/MuonTomography/Communications"

Differences between revisions 7 and 8
Revision 7 as of 2019-02-25 15:51:42
Size: 2202
Editor: Jocafeno
Comment:
Revision 8 as of 2019-02-25 15:58:38
Size: 2379
Editor: Jocafeno
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
 * Email ( setup.lousal@gmail.com )
 * DDNS account at no-ip (lousal.ddns.net)
 * To access no-ip account (username: setup.lousal@gmail.com )
Line 25: Line 29:
The detectors server consistes in a desktop pc with 2 ethernet cards and running Fedora, this server as the funcion of bridging two separate networks, collect, prepare and send the detector's data to LIP. The detector's server consistes in a desktop pc with 2 ethernet cards and running Fedora, this server as the funcion of bridging two separate networks, collect, prepare and send the detector's data to LIP.
Line 27: Line 31:
Those two separate networks were called WAN (connects the server to the router) and LAN (connects all controlers of the detector). These two separate networks were called WAN (connects the server to the router) and LAN (connects all controlers of the detector).
Line 31: Line 35:
'''DDNS''' (lousal.ddns.net) config now points to the router. DDNS (lousal.ddns.net) config now points to the router.
Line 37: Line 41:
ssh lousal.ddns.net -p 22100 - Server  * ssh lousal.ddns.net -p 22100 - Server
 * ssh lousal.ddns.net -p 22102 - Pi Guarda
Line 39: Line 44:
ssh lousal.ddns.net -p 22102 - Pi Guarda
Line 41: Line 45:
WAN:Router IP: 192.168.120.254
Line 43: Line 46:
Server IP: 192.168.120.50 '''WAN:'''
Line 45: Line 48:
Pi Guarda: 192.168.120.2  * Router IP: 192.168.120.254
 * Server IP: 192.168.120.50
 * Pi Guarda: 192.168.120.2

Line 49: Line 56:
HV Control: 10.10.120.1  * HV Control: 10.10.120.1
 * DAQ Control: 10.10.120.2
 * Bubbler Control: 10.10.120.3
 * Temperature and Humidity logger: 10.10.120.4
Line 51: Line 61:
DAQ Control: 10.10.120.2

Bubbler Control: 10.10.120.3

Temperature and Humidity logger: 10.10.120.4

First communications setup tests at Lousal.

Goal: Evaluate the communications conditions at Lousal site, install a device to log room temperature and humidity.

As there is no physical internet connection at the site, a GSM-based router was used to guarantee internet connection.

The router was installed in the guard house and a powerline link was established between the guard house and the logger device.

To communicate with the setup via a commercial supplier (NOS) a DDNS was created.

Second communications setup at Lousal.

The data collected from the first comunications setup lead to upgrade and change some aspects to ensure more redundancy and security.

Internet connection at the site, remains a GSM-based router setup via a commercial supplier (NOS - 938695713), that proven to be stable and reliable within acceptable values.

A Raspberry Pi (Pi Guarda) was connected directly to the router allowing network debugging.

The connection from the guard house to the detector is made by using a powerline link to the detector's server.

The detector's server consistes in a desktop pc with 2 ethernet cards and running Fedora, this server as the funcion of bridging two separate networks, collect, prepare and send the detector's data to LIP.

These two separate networks were called WAN (connects the server to the router) and LAN (connects all controlers of the detector).

Configurations:

DDNS (lousal.ddns.net) config now points to the router.

Port 8080 (lousal.ddns.net:8080) gives access to the router management.

Virtual Servers were created on the router to permit direct ssh connection to Pi Guarda and the detector's server.

  • ssh lousal.ddns.net -p 22100 - Server
  • ssh lousal.ddns.net -p 22102 - Pi Guarda

WAN:

  • Router IP: 192.168.120.254
  • Server IP: 192.168.120.50
  • Pi Guarda: 192.168.120.2

LAN:

  • HV Control: 10.10.120.1
  • DAQ Control: 10.10.120.2
  • Bubbler Control: 10.10.120.3
  • Temperature and Humidity logger: 10.10.120.4