Can multiple dynamic DNS resolve to the same IP address

15,303

Can multiple dynamic DNS [addresses] resolve to the same IP address?

Yes.

I would like to keep some things separate in my home network and wondered if I can use different dynamic DNS addresses to resolve to my home IP?

You can certainly do this, but as suggested by w3dk you will need to differentiate the traffic somehow on your home network. The simplest way to do this is by also using separate ports for each service. If you have some "services" that somehow operate only on one port (e.g. a web server serving two or more separate http:// sites) then you will need to look in to a method of separating out that traffic in another manner (e.g. virtual hosts).

Share:
15,303
eekfonky
Author by

eekfonky

New job at a small start up as junior sysadmin

Updated on September 18, 2022

Comments

  • eekfonky
    eekfonky about 1 month

    Can multiple dynamic DNS resolve to the same IP address? I would like to keep some things separate in my home network and wondered if I can use different dynamic DNS addresses to resolve to my home IP?

    • MrWhite
      MrWhite over 6 years
      You can certainly have multiple domains/hostnames in DNS that resolve to the same IP address. However, whether you can differentiate this traffic in your home network will depend on the capabilities of your router. Perhaps using different port numbers would be preferable?
    • eekfonky
      eekfonky over 6 years
      Yes, I plan to. One is for openVPN the other a web server. Thank you
    • MrWhite
      MrWhite over 6 years
      With regards to the web server (usually port 80) you can use name based VirtualHosts so you would be able to easily differentiate between different hostnames (multiple websites).