Tunnelsats / upptime

📈 Uptime monitor and status page for Upptime, powered by @upptime
https://status.tunnelsats.com
MIT License
0 stars 1 forks source link

Phasing out de2.tunnelsats.com #7

Closed TrezorHannes closed 1 year ago

TrezorHannes commented 1 year ago
TrezorHannes commented 1 year ago

Phasing out de2.tunnelsats.com - How to switch to de3.tunnelsats.com

Problems with one of our providers forced us to switch to a new one, so we phasing out de2.tunnelsats.com slowly. If you are running your node on this VPN (EU continent), please take a minute to read how to switch your connection to the new vpn: de3.tunnelsats.com

In fact there are five simple steps to take:

  1. Edit your tunnelsatsv2.conf and change Endpoint entry to Endpoint = de3.tunnelsats.com:51820

  2. Fetch latest version of setup script: wget -O setupv2.sh https://github.com/tunnelsats/tunnelsats/raw/main/scripts/setupv2.sh

  3. Run it: sudo bash setupv2.sh

  4. Edit your lightning config file and change the DNS entry accordingly:

    • LND: externalhosts=de3.tunnelsats.com:<yourVPNport>
    • CLN: announce-addr=de3.tunnelsats.com:<yourVPNport>
    • As always before changing the config, it is good practice to backup your config.
      • To backup the conf use sudo cp <path/to/conf> <path/where/tosafe/backup>
      • E.g., for raspiblitz and lnd: sudo cp /mnt/hdd/lnd/lnd.conf ~/lnd_backup.conf
  5. Restart your lightning implementation

Verify the switch to de3.tunnelsats.com
To verify that the switch worked, you can run

The public IP should start with 159.x.x.x

Where do I find the config files?
If you can not locate a file (e.g., the tunnelsatsv2.conf or your lightning config) you can always use the find command.

Note: For the most common lightning node packages we documented the default location of the configuration files, see:

TrezorHannes commented 1 year ago

This is concluded