I want: ping server on my PC by it domain name from remote.
I have:
94.154.220.216
and (sub)domain http://my_domain.duckdns.org
. To configure DuckDNS
on PC I need just specify some token and my domain name (my_domain
). lacalhost:3000
. 94.154.220.216
(that's good).200.300.1.15
)3000
, Protocol=TCP, Internal IP = 200.300.1.15
)Problem: I can't get neither http://my_domain.duckdns.org
nor http://my_domain.duckdns.org:3000
from remote.
Assumption: I assume that troubles are in router configurations.
Questions:
My local network scheme:
Internet <==> 1st Router <==> My PC
static IP static IP: (let's say 200.300.1.15)
I wasted lots of time with No-Ip and DuckDNS. They all claims they're as easy as possible, but that's not the truth. Finally instead of configuring my router and having lots of hemorrhoids with God knows what, I used ngrok - 30 seconds and vu a la! All you need to do is:
./ngrok subdomain=<your_domain_name> <your_server_port>