2

I re-installed a virtual server of mine and updated it to Plesk 12.0.18 (Ubuntu 10.04.4 LTS). The reset and reinstall was done automatically by HostEurope, the update from Plesk 11 to 12 was done through Plesks "Updates and Upgrades".

I edited the Nameserver in Plesks DNS Template, and then added my main domain, which works as expected.

Then I added a mail.domain.com subdomain and installed my webmail, and everything works as expected.

After that, I added a marketing.domain.com subdomain. The DNS record got added automatically:

marketing.domain.com A IP
(IP = real servers ip)

But that doesn't work. ping (from pc) and also nslookup (from shell) are negative.

I thought that Plesk would add the right DNS automatically when creating a new subdomain, but it looks like something is missing. Do I manually need to set a specific DNS record for every subdomain, or do I have a mistake in my DNS-Template?

Plesk DNS Template

I'm pretty new to DNS/Plesk so it might be obvious, but I'm really not seeing it, thanks for the help.

Solved it with the help of dartonw.


Solution:

When hosting on HostEurope you have to set your DNS settings outside Plesk in your Customer Panel: Domainservices -> Edit AutoDNS

Thanks to dartonw and Jamin Andrews.

HopelessN00b
  • 53,795
  • 33
  • 135
  • 209
Victor
  • 123
  • 1
  • 1
  • 5
  • I don't see a record for marketing in your screenshot. It looks like mail/webmail records are part of the hosting company's default DNS template; rather than being added automatically when you set up the host they may have already been there. You'll probably need to manually add the A record for marketing. – dartonw Sep 24 '14 at 13:06
  • That is just the DNS-Template, if I go the the parents domain DNS there is a record: `marketing.domain.com A IP` (IP = real servers ip) – Victor Sep 24 '14 at 13:10
  • You may be getting a cached negative response. If you query the NS directly, e.g. `server ns2.hans.hosteurope.de` from within nslookup, then type in marketing.domain.com, does it resolve? – dartonw Sep 24 '14 at 13:21
  • Just checked with the NS and got: `server can't find marketing.domain.com: NXDOMAIN`. I also checked `mail.domain.com` with the NS to be sure, and got a correct response. – Victor Sep 24 '14 at 13:29
  • Sounds like your new record has not propagated to the actual NS. Have you contacted HostEurope? They may have more insight on the matter. – dartonw Sep 24 '14 at 13:45
  • Thanks, for the help. Looks like I needed to set the DNS outside of Plesk in some "hidden" menu-point. – Victor Sep 24 '14 at 14:13
  • [Administration panels are off topic](http://serverfault.com/help/on-topic). [Even the presence of an administration panel on a system,](http://meta.serverfault.com/q/6538/118258) because they [take over the systems in strange and non-standard ways, making it difficult or even impossible for actual system administrators to manage the servers normally](http://meta.serverfault.com/a/3924/118258), and tend to indicate low-quality questions from *users* with insufficient knowledge for this site. – HopelessN00b Feb 25 '15 at 08:04

1 Answers1

1

The issue on the surface looks like you need to manually add DNS records into hosteurope main DNS. Plesk is a stand alone server admin and unless you slave your DNS (which is unlikely via Hosteurope) you need to add to your hosts DNS.

This is the most common issue with hosted VPS/Containers running Plesk/cPanel, they are normally not slaved to hosting providers DNS.

Hope this helps.

  • Can you (or someone) clarify this answer? How do you "slave your DNS to the hosting providers DNS"? Can you actually do this from Plesk? – andrew lorien Feb 22 '17 at 23:52
  • Please don't copy paste answers from different websites. At least give attribution – Zaid Khan Mar 05 '19 at 19:03
  • @ZaidKhan: Did you check the date stamp, for the answer, which appears on this other website? I have only come across one duplicate, where it seems it was this answer that was duplicated. Not the other way around. – Craig Oct 16 '20 at 16:56