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

Share some uncommon but useful JS techniques

Preface Programming languages ​​usually contain v...

Solve the problem of mysql's int primary key self-increment

Introduction When we use the MySQL database, we a...

Detailed analysis of MySQL master-slave replication

Preface: In MySQL, the master-slave architecture ...

Solution to running out of MySQL's auto-increment ID (primary key)

There are many types of auto-increment IDs used i...

Several techniques for playing sounds with CSS

CSS is the realm of style, layout, and presentati...

How to convert extra text into ellipsis in HTML

If you want to display extra text as ellipsis in ...

Simple steps to implement H5 WeChat public account authorization

Preface Yesterday, there was a project that requi...

MySQL 5.7.21 installation and configuration tutorial

The simple installation configuration of mysql5.7...

How to implement encryption and decryption of sensitive data in MySQL database

Table of contents 1. Preparation 2. MySQL encrypt...

Mysql solution to improve the efficiency of copying large data tables

Preface This article mainly introduces the releva...

Use of Linux tr command

1. Introduction tr is used to convert or delete a...

Introduction to TypeScript interfaces

Table of contents 1. Interface definition 2. Attr...