Questions tagged [dynamic-dns]

118 questions
0
votes
1 answer

Force windows 7 to update dns through dhcp server?

I have setup a new BIND9 to allow dynamic updates from my DHCP3 server. I am securing it using a DNSSEC key. Everything appears to work except when my windows workstation grabs an IP address it tries to update the dns records itself instead of going…
AtomicPorkchop
  • 1,975
  • 8
  • 34
  • 55
0
votes
2 answers

Issue with DDNS registration using Primary Domain Suffix

I've run into a strange one. Today I noticed that clients weren't registering their A records in DNS. Our setup: AD integrated zone - dynamic secure updates enabled on the domain zone. Windows XP/ 7 clients DNS specific search suffixes are…
0
votes
1 answer

How do I use dynamic-DNS in environment like this?

I'm really new to networking. I have somewhat nice internet connection(in my standards, that is). But I can't configure the router. (The internet connection is not mine, and its settings page is password-protected) I'm trying to use ddclient, but I…
0
votes
3 answers

Running my own Dynamic DNS server

I have a few servers on which I run nameserver trough webmin/bind. Now I have a computer at home that I want to access from anywhere in the world, the only problem is, my IP adress changes often. Ideally I want to create a name, for example,…
Saif Bechan
  • 10,960
  • 10
  • 42
  • 63
0
votes
1 answer

need to ssh into ubuntu guest on virtual box, using dynamic dns

I am running windows xp, and I have created an ubuntu server as a guest on virtualbox. Network is set to NAT. My dsl modem is configured for dynamic dns through dyndns. Ubuntu is running an ssh server. I would like to be able to ssh into ubuntu from…
Jacko
  • 163
  • 6
0
votes
1 answer

EC2 hosted service multi-tenant dynamic DNS solution

I want to change the model of my EC2 hosted service to have a separate sub domain for each tenant (ie. .example.com). My primary DNS is now with dnsmadeeasy.com, but their dynamic DNS offering seem pretty weak: it requires the API to…
0
votes
1 answer

DynDNS - Solution for site-to-site VPN's over 5G backup internet?

One of our sites have moved to a new locaiton and I have been battling with the fibre provider to install the new connection at the site. Currently, we run a 5G connection as a backup connection at this site (as a secondary WAN on our Firewall), but…
0
votes
0 answers

How can I do DDNS-like tracking of a remote server without DNS?

I have two servers, one has static IP addresses (the gateway), the other doesn't (the frontend). Tunneled directly │ Over the public network [FRONTEND]────[GATEWAY]╝ → [GATEWAY]╕…
Vita
  • 111
  • 1
  • 1
  • 7
0
votes
1 answer

How do i enable DNSSEC on NameSilo (using DS records form YDNS)

(First of all i am new to domains in general and DNSSEC). I have tried to enable DNSSEC on NamesSilo for my domain. I only have the ds records in plane text and don't know wich value has to be inserted where They look like this: 33333 77 1…
zip6como
  • 3
  • 2
0
votes
0 answers

How create automatic deployement and allow my customer dynamic create and access my app on subdomains?

I have created an nodejs app and i want my customer to be able to dynamic create an instance of my app with automatic deployement on subdomains for example ‘customer1.mydomain.com’. I know i can create vhost with node vhost package and nginx but i…
rach
  • 1
0
votes
3 answers

MX record pointing to a dynamic IP

I'd like to host simple-login on my home Synology server. For this, I have to register an MX record on a domain that points my IP address. However, my internet provider does not guarantee a fixed IP, though it's not changing a lot. If I just buy a…
0
votes
1 answer

Bind9 with dyndns refuses to update one zone, works OK on another with the same key

I have a Bind9 server (RHEL 8.5) in my lab that was working perfectly fine until a couple of hours ago. Then, it stopped updating one of the 2 zones for which I have setup dynamic DNS. The example.com receives the updates (add and delete records).…
ptselios
  • 41
  • 1
  • 6
0
votes
1 answer

Automate ssh port forwarding using DNS

I have a number of ssh hosts (a dozen), for simplicity host1, host2, etc. I frequently need to forward port, e.g. ssh -L 8888:localhost:8888 host1 ssh -L 8889:localhost:8888 host2 ssh -L 8890:localhost:80 host2 This is annoying since 1) I need to…
Alleo
  • 101
  • 1
0
votes
1 answer

Different users coming through VPN to my service

I have a web service (php, sql etc) running on an AWS account. I have openVPN setup, so users must establish the VPN connection, then the IP address will work. I currently have this set as example123.noip.com which goes to 172.xxx.xxx.123 And this…
Andyj12
  • 149
  • 1
  • 5
0
votes
1 answer

Bind9 refuses key from nsupdate

I have a Bind9 DNS server running (and working!). All the zones were managed manually. I now want to change a zone to be updated automatically. After setting things up i tried nsupdate but it fails with "refused". I have no idea why that is the…