Alibaba Cloud domain name and IP binding steps and methods

Alibaba Cloud domain name and IP binding steps and methods

1 Enter the Alibaba Cloud console, find the domain name console, select the domain name to be bound, and click [Resolve].

2 Add analysis

Host Record:

www :
Resolve the domain name to www.example.com and fill in www;
@ :
Resolve the domain name to example.com (without www), and fill in @ or leave it blank;
mail:
Resolve the domain name to mail.example.com, which is usually used to resolve email servers;
* :
Pan-resolution: all subdomains are resolved to a unified address (except for the individually set subdomain resolution);
Second level domain name:
For example: mail.example.com or abc.example.com, fill in mail or abc;
Mobile Site:
For example: m.example.com, fill in m.

Record Type:
To point your domain name to the IP address provided by your hosting provider, select "A record"; to point your domain name to another domain name provided by your hosting provider, select "CNAME record".
Create a mailbox:
You need to set up "MX records" and fill in the MX records provided by the email service provider.

Recorded value:

Please fill in your server IP address as the A record value (must be an IPv4 address, for example: 202.106.0.20). If you are not sure about the IP, please consult your space service provider.
If the IP address contains a port number, such as 202.106.0.20:8080, just add 202.106.0.20.

TTL:

The most commonly used TTL value is 10 minutes, which we have selected for you by default and does not need to be modified.
TTL refers to the time that local DNS caches your domain name record information.

3 After filling in the form, click Save and it will take effect in 10 minutes.

So far, the relationship between domain name and IP has been bound.

.Public and private IP addresses can be allocated when Alibaba Cloud creates our Linux server instance, including public and private IP addresses, username/password for SSH remote connection, Linux system configuration, charging standards, etc. (See the picture: Alibaba Cloud instance configuration.png)

Then you can see our example:

This concludes this article on the steps and methods for binding Alibaba Cloud domain names and IPs. For more information on binding Alibaba Cloud domain names and IPs, please search for previous articles on 123WORDPRESS.COM or continue browsing the following related articles. I hope you will support 123WORDPRESS.COM in the future!

Original text: https://blog.csdn.net/shengqianfeng/article/details/77587293

Author: Jeff.Smile

You may also be interested in:
  • Alibaba Cloud Server Windows 2008 IIS Adding a Website Binding Domain Name Graphic Tutorial

<<:  Vue+echarts realizes progress bar histogram

>>:  Things to note when migrating MySQL to 8.0 (summary)

Recommend

How to query data from multiple unrelated tables and paging in Mysql

Mysql multiple unrelated tables query data and pa...

How to deploy code-server using docker

Pull the image # docker pull codercom/code-server...

Detailed explanation of the use of redux in native WeChat applet development

premise In complex scenarios, a lot of data needs...

VMware ESXi 5.5 deployment and configuration diagram process

Table of contents 1. Installation requirements 2....

Methods of adaptive web design (good access experience on mobile phones)

1. Add the viewport tag to the HTML header. At th...

JS implements layout conversion in animation

When writing animations with JS, layout conversio...

Solution to Vue3.0 error Cannot find module'worker_threads'

I'll record my first attempt at vue3.0. When ...

Docker container custom hosts network access operation

Adding the extra_hosts keyword in docker-compose....

MYSQL Left Join optimization (10 seconds to 20 milliseconds)

Table of contents 【Function Background】 [Raw SQL]...

Copy fields between different tables in MySQL

Sometimes, we need to copy a whole column of data...

Commonplace talk about MySQL event scheduler (must read)

Overview MySQL also has its own event scheduler, ...

Using JS to determine the existence of elements in an array in ten minutes

Preface In front-end development, you often need ...

Summary of HTML knowledge points for the front end (recommended)

1. HTML Overview htyper text markup language Hype...

Tutorial on setting up scheduled tasks to backup the Oracle database under Linux

1. Check the character set of the database The ch...

Introduction to network drivers for Linux devices

Wired network: Ethernet Wireless network: 4G, wif...