Darth you are the best! I am planning to set my node to clearnet trought a cloudflare tunnel. Did you ever tryed something like that? I will use this as a guide: https://www.youtube.com/watch?v=Z6b3l1z0N7w Would be great to hear from you if its a good idea or not. Cheers.
Darth the forwarding port is tcp right? so i forwarded the tunnel to 127.0.0.1:9735.I have many channels openned to me in the clearnet but i was using the router portforward. What should i change in my node config to cancel the router port forwarding and they still be able to reach me?
Darth you are the best! I am planning to set my node to clearnet trought a cloudflare tunnel. Did you ever tryed something like that? I will use this as a guide: https://www.youtube.com/watch?v=Z6b3l1z0N7w Would be great to hear from you if its a good idea or not. Cheers.
Yes, in general is OK.
Read also this: https://github.com/TrezorHannes/vps-lnbits#pre-reads
Darth the forwarding port is tcp right? so i forwarded the tunnel to 127.0.0.1:9735.I have many channels openned to me in the clearnet but i was using the router portforward. What should i change in my node config to cancel the router port forwarding and they still be able to reach me?
i mean.... what i have to edit so the node will spread the tunel ip, not mine actual one.
i was using the nat, not permanent ip.
https://community.getumbrel.com/t/lnd-tor-clearnet-how-to-setup-hybrid-mode/6133
maybe i should just change to the static ip from this guide? the channels opened to my node will still work?
i am using this:
Dynamic IP - NAT:
[Application Options]
# specify an interface (IPv4/IPv6) and port (default 9735) to listen on
# listen on IPv4 interface or listen=[::1]:9736 on IPv6 interface
listen=0.0.0.0:9735
# listen=[::1]:9736
nat=true
[tor]
tor.active=true
tor.v3=true
# deactivate streamisolation for hybrid-mode
tor.streamisolation=false
# activate split connectivity
tor.skip-proxy-for-clearnet-targets=true
should i move to this:
Static IP:
[Application Options]
# specify an external IP address e.g. 222.22.22.22:9735 / [2002::de16:1616]:9736
externalip=222.22.22.22:9735
# externalip=[2002::de16:1616]:9736
# specify an interface (IPv4/IPv6) and port (default 9735) to listen on
# listen on IPv4 interface or listen=[::1]:9736 on IPv6 interface
listen=0.0.0.0:9735
# listen=[::1]:9736
[tor]
tor.active=true
tor.v3=true
# deactivate streamisolation for hybrid-mode
tor.streamisolation=false
# activate split connectivity
tor.skip-proxy-for-clearnet-targets=true
?