To access the remote ethoscope network from home

On the remote machine (the real node)

# On the remote node, activate systemd-resolve if not active yet
ssh [email protected]
sudo systemctl enable --now systemd-resolved.service

On the local machine (your home computer)

# On the local machine (e.g. home) mount the remote data folder
sshfs [email protected]:/ethoscope_data /mnt/ethoscope_data -o allow_other -o ro

# Or if the entry is in fsta
mount /mnt/ethoscope_data

# Then activate system-wide ssh tunneling with sshshuttle
sshuttle -r [email protected] 0.0.0.0/0 --dns -vv -x etho-node.lab.gilest.ro

# Start the node locally
sudo python server.py -D -e /mnt/ethoscope_data/results 

# Add single ethoscope manually - for some reason Zeroconf does not work
# Also the backup comparison will not work 

Software issues