question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problem with connect to dynamic IP

See original GitHub issue

Hello, i tested your aplication and saw what in tab “All nodes” don`t showed “IP” pasted_image_at_2017_11_30_01_54_pm

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:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
EndrIIcommented, Nov 30, 2017

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.

1reaction
pm47commented, Dec 1, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found