Questions tagged [noip]

No-IP's core product is dynamic DNS services ("DDNS"). A dynamic DNS host name is linked up to the user's dynamic IP address. Whenever the IP changes a dynamic DNS client will send an update to No-IP with the current IP address and then No-IP propagates the DNS change to the Internet.

No-IP's core product is dynamic DNS services ("DDNS"). A dynamic DNS host name is linked up to the user's dynamic IP address. Whenever the IP changes a dynamic DNS client will send an update to No-IP with the current IP address and then No-IP propagates the DNS change to the Internet.

Company URL: http://www.noip.com/ More info at https://en.wikipedia.org/wiki/No-IP

55 questions
0
votes
1 answer

Cannot ping external IP address from within Kubernetes Pod

I am trying to set up linuxserver/ddclient within mikrok8s v1.23.16 on ubuntu. I found that ddclient has issues connecting to checkip.dyndns.org. When I create a shell instance in the ddclient-pod and try to ping any IP, I get no response - so the…
petwri
  • 553
  • 1
  • 4
  • 11
0
votes
1 answer

Access container from docker-compose using linuxserver/duckdns IP

I was looking for a software like No-IP to dynamically update my IP using a free domain from them like .zapto.org, but this time for setting up with docker containers. So I found about duckdns and tried setting it up. Well, perhaps I got it…
João Casarin
  • 674
  • 2
  • 9
  • 27
0
votes
1 answer

resolve raspbian clone no-ip conflict

I cloned raspbian SO by "SD card copier". In that SO I configured no-ip web-server redirection (no-ip duc). When I start raspbian clone in other location it steal ip redirect from it's original twin. Using original SO with ethernet, and configured…
Marco
  • 133
  • 2
  • 13
0
votes
0 answers

How i can open server to internet with noip

I was setup an webserver for some testing with friends, i was using noip, i have open ports on my router but... the server isn't accessible from internet it is listening on 0.0.0.0 (apache2 is the server) what can i do?? i have probe everything i…
0
votes
1 answer

How to expose RestApi through https without domain name

I need help with a problem. In my context I need to put a Middleware between Shopify and another cloud software. I must recieve a json from Shopify but they needs a valid https URL. I have a Centos VPS running my app but when I generate a…
0
votes
0 answers

Trying to configure Let's Encrypt with Nginx but reverse proxy only works within local network?

I had a matrix synapse server set up in a docker container with a Caddy container being the reverse proxy and handling let's encrypt. It has been working just fine. I am trying to move to Nginx but I am having a little trouble. I set up the reverse…
0
votes
2 answers

In IIS my ssl Server Cerifcate not appearing in Add Site Binding > SSL Certificate dropdown list after creating certificate request using openssl

I followed these steps to create CSR using opnssl openssl genrsa -out IIS2019.key 2048 openssl rsa -in IIS2019.key -pubout -out IIS2019_public.key openssl req -new -key IIS2019.key -out IIS2019.csr I Copied the CSR in noip.com for generating free…
Hemendr
  • 673
  • 6
  • 12
0
votes
1 answer

How to connect my vcl client to my vcl server remotely using datasnap from delphi

I am using Windows 11 Pro. I am on a local network, and I am using a No-IP address and connected to No-IP address. I opened port 7777 on my Windows firewall and my router. I have created a server DataSnap application (Windows VCL) and a client…
0
votes
1 answer

Resolve NoIP hostname to IP Address in C++

I am trying to resolve a NoIP hostname to an IP address so I can connect to it. Below is the code I am currently using, however e->h_name just returns the hostname string I provided to it, so it does not work. In Python, the gethostbyname function…
user18476469
0
votes
1 answer

Confirguring Rocket 0.5 TLS with NO-IP trrustcor certification

I've been using Rust-lang Rocket v0.5-rc for the past couple of weeks in order to create my web application. In order to get my SSL certificate and a domain name, I've been using NO-IP free services. I generated a 2048 bit RSA key with OpenSSL,…
0
votes
0 answers

No-ip hostname change back to IP at the moment I acces the site

Im using the no-ip free service, i have register a hostname (example.ddns.net, for example) and this hostname is pointing at my IP and my port (8080), the problem is that when I access to this hostname from my browser it change back to my ip in the…
0
votes
1 answer

SSL with no-ip and XAMPP Apache server

I am working on a web page, and so that the clients could test it I mounted it on an apache server with xampp (windows). Also, I changed the ip to a domain at www.no-ip.com and now it looks something like "example.ddns.net". The problem I have now…
0
votes
0 answers

How to access express js server from inside local network using no-ip

I have problem ,when I am trying to connect to my express server using host that I have gotten from no-ip. I can't access it inside my router. I have tried my server machine and mobile which was connected to the same network but aslo I couldn't. But…
0
votes
0 answers

Pair to Mac over Internet Xamarin.iOS

Is it possible with current version of VisualStudio and XCode 11.5 can we access the MacBuild machine over the internet? I have configured Mac machine with remote login enabled, setup noip, setup SSH port forwarding 22 on router and below are the…
0
votes
0 answers

Cherrypy with noip

i'm developing an iot project at university. I have an old linux pc that is used as a server. I've installed noip as in the official guide and it works. Now i'm trying to expose my webpage out of my local network (everything works in local), but i…
Sam
  • 51
  • 6