Hello,
I wanted to share some points as a start for troubleshooting the SCIONLab setup. In most cases when having trouble with SCIONLab there are problems with the network on the user side (e.g. firewall policies that filter traffic or block certain connections).
Thanks again to Juan and the SCIONLab team overall for the help.
When you have problems connecting to SCIONLab, verify that:
- the AS is active in the coordinator.
- the system clock is correct (+-5s is okay, +-1min is not).
- the vpn tunnel is established via `ip a`.
If there is no tunnel interface e.g. `tun0` then there is a problem.
This might be due to firewall policies in your network. One possibility is to switch the Openvpn protocol from UDP to TCP.
Do this by opening the config file in `/etc/openvpn/client.conf`.
Change the line `proto udp` to `proto tcp`.
Then restart the openvpn service: `sudo systemctl restart openvpn@client`.
The tunnel should be established now.
(Note: ISD17 does not support tcp as openvpn protocol if I recall correctly.)
Best regards
Leo R.