Your tunnel is working fine, I can connect to your node via clearnet.
But something’s seem off with your lnd.conf
. Did you follow our guide or the official FAQ Locating the lnd.conf File, adding your VPN details into
`nano ~/umbrel/app-data/lightning/data/lnd/lnd.conf`
your lnd.conf
should have the following, tailored configuration details you have received after installing with our install-script:
[Application Options]
# omit the listen setting for Umbrel v5+
listen=0.0.0.0:9735
# the following placeholders {vpnDNS} and {vpnPort}
# are provided at the end of the setupv2.sh script
externalhosts={vpnDNS}:{vpnPort}
[Tor]
# set streamisolation to 'false' if currently set 'true'.
# if not set at all, just leave it out
tor.streamisolation=false
tor.skip-proxy-for-clearnet-targets=true
Then restarting LND and you should be good after a few minutes.