You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/troubleshooting/lightning-network-error.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,12 @@ First, go to the main settings page on your node and scroll to the "Networking"
20
20
21
21
If you are still having issues, that setting may not have taken effect because of a [custom Lightning config](/advanced/customize-config.md). Reset your custom Lightning config back to the default so the network settings can take effect.
## Advanced Resolution - Custom Config with Static Public IP
28
+
## Custom Config with Static Public IP
28
29
29
30
As UPnP is not working, another option is to configure port forwarding on your router / firewall device and add required parameters to Additional LND Config on MyNode. This is not guaranteed to work and is not supported by some ISPs as they do not provide your router a real public IP address.
Usually, the public IP addresses of home Internet connections are not static, and therefore change once a while. So this solution is acceptible _only if you have _real_ static IP_ from your ISP (or cloud) provider.
44
45
45
-
## Advanced Resolution - Custom Config with Dynamic Public IP
46
+
## Custom Config with Dynamic Public IP
46
47
47
48
Internet connections with Dynamic Public IP addresses require bit more configuration.
48
49
@@ -72,9 +73,9 @@ From the MyNode Main page, click Lightning - Wallet. Notice on "URI" you have yo
72
73
73
74
Now your LND is able to receive channels from clearnet.
74
75
75
-
## Advanced Resolution - Custom Config with Dynamic Public IP and Domain
76
+
## Custom Config with Dynamic Public IP and Domain
76
77
77
-
If you own the domain (say mydomain.com) you can add a CNAME for your DDNS address alias in your domain DNS records like this:
78
+
If you own the domain (say mydomain.com), you can also use that domain name by continuing from the above example. Add a CNAME for your DDNS address alias in your domain DNS records like this:
0 commit comments