Problem with connect to dynamic IP
See original GitHub issueIssue Description
Hello, i tested your aplication and saw what in tab “All nodes” don`t showed “IP”
Also i can`t connect to my friend with dynamic ip, for what reason is this and whether there will ever be such an opportunity?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Can't connect to internet with dynamic IP - Server Fault
It has no trouble connecting to the intranet though. I went through the DNS settings on the server and there are no conflicting...
Read more >Dynamic DNS (DDNS) Troubleshooting Guide | Support - No-IP
Dynamic DNS (DDNS) Troubleshooting Guide. Having trouble connecting to your device? Check out this Knowledge Base article for answers to some of the...
Read more >dynamic IP cannot access internet, static can - Cisco
clients in my network can no longer access internet connectivity using dynamically assigned IP Addresses from the DHCP server. however s.
Read more >What's an IP Conflict and How Do You Resolve It? - MakeUseOf
An IP address conflict occurs when two or more devices on the same network are assigned the same IP address. To explain why...
Read more >Static vs. Dynamic IP Addresses: What's the Difference? | Avast
Unlikely to work well for hosted services: If you plan to host a website, email server, or so on, using a dynamic IP...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
this does not solve the problem. We need to create a connection between two users with dynamic ip.
example : Alisa : start eclair on PC with 192.168.1.3 gateway : 167.122.6.70 - it is not global ip, it is first gateway server network mask : 255.255.255.0 public ip 213.184.225.234
so network route : 192.168.1.3 >> 167.122.6.70 >> … >> 213.184.225.234
Bob : start eclair on PC with 192.168.1.1
gateway : 17.127.6.33 - it is not global ip, it is first gateway server network mask : 255.255.255.0 public ip 213.184.215.131
network route : 192.168.1.1 >> 17.127.6.33 >> … >> 222.84.125.34
Alice tries to open the channel by using the entry:
pubKey@222.84.125.34:9735 but the channel is not created because the eclair is physically located elsewhere.
The same problem is with Bob.
How to solve this problem?
This is a critical problem. it urgently needs to be solved because there is a need to create channels without static ip.
Alright, so this is not related to dynamic ips.
You need to configure Bob’s router, so that it forwards connections on port 9735 to 192.168.1.1:9735. Aka NAT. It is very similar to what’s needed for bitcoin core (see documentation), except that it is port 9735 instead of 8333.
Note that if you are having trouble doing that, you should probably not be trying to run an alpha-version software like Eclair.