pull down to refresh
So in theory, you should be able to set that to the IP address that you have when you're connected to the VPN and curlcurl -4 ip.me
and to the port Proton assigned to you.
Edit timer ran out before I could fix this sentence. Sentence in proper English:
So in theory, you should be able to set that to the IP address that you have when you're connected to the VPN (you can usecurl -4 ip.me
for that) and to the port Proton assigned to you.
and here:
you should get incoming connections at some point.
I meant specifically inbound IPv4 connections since I assume that's all we're talking about. You have no problems with inbound connections on Tor, right?
I just found in jlopp's config generator under networking that there is
-natpmp
. I have no experience with NAT-PMP but sounds like it could be useful for your case.So maybe a network configuration like this could work (replace IP address with the one from Proton)?
# [network] # Accept incoming connections from peers. listen=1 # Specify your own public IP address. externalip=185.159.159.140 # Use NAT-PMP to map the listening port. natpmp=1
reply
These are so helpful, @ek, thank you! I'll let you know how it goes.
reply
addr
message, see protocol documentation. This means they'll tell others nodes which nodes they are aware of.-externalip=<ip>:<port>
. It changes the advertised IP address and port. But it might be that nodes prefer connecting to port 8333, at least that I read about that a long time ago. Not sure if still the case.curl -4 ip.me
and to the port Proton assigned to you.-externalip=<ip>:<port>
,-listen=1
and your port forwarding works, you should get incoming connections at some point.-discover=1
together with-externalip
looks wrong to me now 🤔