开发者

Trying to link a domain to a IP

开发者 https://www.devze.com 2023-01-03 02:59 出处:网络
I have registered mydomain.com now i want to redirect to my IP hosting account. The DNS editor shows two fields: Name and Address.

I have registered mydomain.com now i want to redirect to my IP hosting account.

The DNS editor shows two fields: Name and Address.

In Address i wrote the IP i want the domain redirects.

And in Name I wrote mydomain.com.

After submitting the form, the page shows this line:

Name                  Type     Record   
mydomain.mydomain.com.   A       173.203.58.251 

I expected it shows this:

Name                Type     Record     
mydomain.com.           A    173.203.58.251 
开发者_JAVA技巧

Is that OK? or am i doing some wrong?

Regards

Javi


You've registered a domain which actually gives you a control on a full zone.

You have full control over the zone mydomain.com, including all it's subdomains.

You actually gave the subdomain mydomain.mydomain.com the IP 173.203.58.251.

You should give the empty subdomain the IP you want so mydomain.com will get it.

It depends on your DNS Editor, but should probably be one of the following (without the quotes):

  1. "@" (the at sign)
  2. "" (write nothing)
  3. "." (one dot)
  4. "mydomain.com." (including the last dot)


Are you trying to set the nameservers of the Domain? So that way mydomain.com shows the content from 173.203.58.251?

If so, you are in the wrong control panel. You need to do it in the control panel of the website you bought the domain from.

0

精彩评论

暂无评论...
验证码 换一张
取 消