Questions tagged [dynamic-dns]
118 questions
0
votes
0 answers
Restricting Source IP of DDNS Updates
Goal:
For a non-Microsoft DHCP server to send dynamic DNS updates on behalf of non-Microsoft domain clients.
Question:
With a particular zone in a Microsoft DNS server configured for "Nonsecure and secure" updates, can Microsoft limit which IP…

madhatter
- 1
- 2
0
votes
4 answers
Resolve Dynamic DNS to internal IP
I am not very familiar with dynamic DNS, and was curious if I could get it to work for a certain use case.
I have a few Raspberry Pi's I'm setting up for mocking server setups of applications we use at a small scale of our larger setup. They have…

Joshua Enfield
- 3,454
- 8
- 42
- 59
0
votes
1 answer
Can I define a sub-domain for a record set at my ISP?
My ISP for home internet is giving me some kind of DNS record that lets me redirect a name to my dynamic IP address, I set something like
MYNAME.go.myisp.tld
So accessing that domain shows my home web server and things like that.
But ... is it…

adrianTNT
- 1,077
- 6
- 22
- 43
0
votes
1 answer
Google app cloud - Redirect to naked domain
I have google app engine application working on my naked domain but I can't find any tutorials on how to redirect the non naked (www) sub domain to the naked domain.
It seems only like they build in the other way, naked to www.
Can anyone assist…

Jimmy
- 269
- 4
- 7
- 23
0
votes
1 answer
nsupdate instructions dyn.com are incomplete
Using nsupdate for dynamic DNS TSIG Updates
To update a DNS server dynamically using TSIG for authorization, run nsupdate by doing the following:
$ nsupdate -d
> server update.dyndns.com
> zone $ZONE
> key $KEY_NAME $KEY_HMAC
> update add…
user35861
0
votes
1 answer
preventing "invalid security certificate" (ssl_error_bad_cert_domain) when using a subdomain forwarded to a dynamic dns domain name
I've been looking around in Google and so far have not found a page that addresses my situation, which is weird because I'm sure it's been attempted thousands, if not millions, of times before.
I want to host development sites from my home for…

Jeff
- 113
- 1
- 6
0
votes
1 answer
Apache Server Management
I have an apache server installed on Windows 7 .. I use it mainly for testing .. Now, I need to modify the settings of the apache to work as real servers. Below is the list I need to approach.
First: I have multiple Dynamic DNSes registered at…

sikas
- 126
- 7
0
votes
1 answer
How to point 1and1 domain to no-ip hostname
I have a linux server hosting several virtual domains using Nginx. My ISP provides a dynamic IP and I am trying to avoid paying extra for a static IP. I am experimenting with a domain name purchased from 1and1. If I enter my server's current IP…

laertiades
- 133
- 3
- 9
0
votes
1 answer
NAT Virtual Host setting in router not working
been working on this for past 1 week now, no break.
So I have this local network with IP range 192.168.1.1 to 192.168.1.255
I have a apache server running on 192.168.1.90 on port 80
So I set up a NAT Virtual host in my router. Router setting
Then I…

blas
- 5
- 6
0
votes
1 answer
Access device with local ip over internet
I apologize up front if this is the wrong place to post this question. It seemed like the best fit.
I have a device which is connected to my local network which has an IP of 192.168.1.10 from my router.
Additionally I use a Windows 7 machine that…

Joe Perrin
- 3
- 1
0
votes
1 answer
Dynamic DNS updates for Linux and Mac OS X machines with a Windows DNS server
My network has a Windows machine running Server 2008 R2 which provides DHCP and DNS. I'm not particularly familiar with Windows domains, but the domain is set to home.local and that is the DNS domain name provided with DHCP leases.
Everything works…

DanielGibbs
- 573
- 5
- 13
- 32
0
votes
1 answer
Remote desktop works only localy
Using Windows Server 2008 R2, I have configured a simple remote desktop access and IIS, then I used my external IP address to ensure that the default IIS web page is reached.
I connected localy to the server using Remote desktop and succeeded.
Then,…

Sami-L
- 253
- 2
- 6
- 17
0
votes
1 answer
Finding current dynamic IP of a remote computer
I need to access a remote computer using VNC.
the computer has a static IP in its network but connects to Internet trough a VPN connection.
How can I find current IP of this computer from my own system (remotely)?
Can something like DynamicDNS help…

Ariyan
- 147
- 1
- 3
- 15
0
votes
1 answer
Subdomains with some dynamic content and some static content on a CDN
Here's what I want to do. I know I can't do everything; I'm looking to see how close I can get or if anyone has a creative solution.
The goal is to make it so I can deploy HTML+CSS+JS to dynamicsubdomain.example.com. The HTML/CSS/JS has no knowledge…

Gregory
- 1
- 1
0
votes
1 answer
Can I use my Linux BIND9 server as a dynamic dns provider for IPsec tunnels?
I am curious if I can use my BIND9 server to provide dynamic dns for a couple IPsec tunnels I want to setup. 2 of the endpoints have dynamic IP addresses, the "main" endpoint is a static address.
I would use no-ip.org or something else but I want…

AtomicPorkchop
- 1,975
- 8
- 34
- 55