Domain Name Service. FAQs. Issue 07 Date HUAWEI TECHNOLOGIES CO., LTD.

Size: px
Start display at page:

Download "Domain Name Service. FAQs. Issue 07 Date HUAWEI TECHNOLOGIES CO., LTD."

Transcription

1 Issue 07 Date HUAWEI TECHNOLOGIES CO., LTD.

2 Copyright Huawei Technologies Co., Ltd All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of Huawei Technologies Co., Ltd. Trademarks and Permissions and other Huawei trademarks are trademarks of Huawei Technologies Co., Ltd. All other trademarks and trade names mentioned in this document are the property of their respective holders. Notice The purchased products, services and features are stipulated by the contract made between Huawei and the customer. All or part of the products, services and features described in this document may not be within the purchase scope or the usage scope. Unless otherwise specified in the contract, all statements, information, and recommendations in this document are provided "AS IS" without warranties, guarantees or representations of any kind, either express or implied. The information in this document is subject to change without notice. Every effort has been made in the preparation of this document to ensure accuracy of the contents, but all statements, information, and recommendations in this document do not constitute a warranty of any kind, express or implied. Huawei Technologies Co., Ltd. Address: Website: Huawei Industrial Base Bantian, Longgang Shenzhen People's Republic of China support@huawei.com Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. i

3 Contents Contents 1 What Are the Private DNS Server Addresses Provided by the DNS Service? Why Does My Record Set Not Take Effect? How Many Domain Name Levels Does the DNS Service Support? How Do I Switch to a Private DNS Server? Is the DNS Service Charged? How Many Zones/Record Set/PTR Records Can I Create? Why Is the Address Format Changed in the SOA Record? Are Wildcard DNS Record Sets Supported? How Zones Are Queried to Resolve a Domain Name? What Are the DNS Servers Provided by HUAWEI CLOUD DNS? What Is TTL? What Is the Priority in an MX Record Used for? How Do I Test Whether a Record Set Is Working? Why Does the System Prompt Me That My Record Set Is in Conflict with an Existing One? When Will a Record Set Take Effect After I Create It? When Will a Record Set Modification Take Effect? If a VPC Associated with a Private Zone Is Deleted, Will It Be Automatically Disassociated from the Zone? Do I Need to Register Private Domain Names? Are the Private DNS Server Addresses for All Users the Same or Different? Can I Modify a Created DNS Zone? How Is a Domain Name Resolved When a Record Set Has Multiple Values? How Can I Access an ECS Using Its Host Name? How Can I Configure a PTR Record for an ECS Private IP Address? Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. ii

4 Contents 24 What Is CAA? What Are the Restrictions on Private DNS Request Traffic? Change History Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. iii

5 1 What Are the Private DNS Server Addresses Provided by the DNS Service? 1 What Are the Private DNS Server Addresses Provided by the DNS Service? Private DNS servers are used in VPCs to: Resolve private domain names and internal domain names of other cloud services, such as OBS and Workspace. Forward domain name requests to public DNS servers. Compared with the public DNS server , private DNS servers provided by the DNS service have the following advantages: Resolve private domain names created within VPCs. Access internal addresses of cloud services like OBS and SFS. Allow ECSs not assigned with EIPs to access the public network. Table 1-1 lists private DNS server addresses provided by the DNS service in different regions. Table 1-1 Private DNS server addresses Region Private DNS Server CN North-Beijing CN North-Beijng CN Southwest- Guiyang1 CN South- Guangzhou CN East-Shanghai Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 1

6 1 What Are the Private DNS Server Addresses Provided by the DNS Service? Region Private DNS Server AP-Hong Kong AP-Bangkok Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 2

7 2 Why Does My Record Set Not Take Effect? 2 Why Does My Record Set Not Take Effect? If an IP address cannot be returned when you ping a domain name, the record set is not working. The reasons may be the following: The network is faulty. The record set is abnormal. The record set is modified or cached by the DNS server. You can perform the following operations to locate the fault for your domain name, for example, example.com: 1. Check the local network. Check whether you can successfully ping another domain name. If yes, the network is well connected. Go to step 2. If no, the local network is faulty. Contact the broadband carrier to rectify the fault. 2. Check whether the record set takes effect. a. Run the dig or dig command. If the command output shows that the record set does not take effect, go to step 2.b. Otherwise, the DNS server is normal. In this case, go to step 3. b. Log in to the DNS console, check whether the record set is available or in normal status. If the record set is not available, add it and perform step 2.a again. If the record set is not in normal status, delete the record set and re-create it. Then, perform step 2.a again. If the record set is available and normal, submit a service ticket to get service support. 3. Check whether the record set is modified or cached. a. Check whether the DNS server has been changed. Changing the DNS server will take effect in 24 to 48 hours. b. Check whether the record set is cached by the local computer. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 3

8 2 Why Does My Record Set Not Take Effect? For a Windows OS, run the ipconfig /flushdns command to refresh DNS cache. A Linux or Unix OS does not cache DNS records. However, if the NSCD service is installed, run the service nscd restart command to refresh DNS cache. c. Check whether the record set is cached by the local DNS server provided by the carrier. DNS records are usually cached for less than an hour. Therefore, you can run the ping command to check whether the record set takes effect an hour later. d. Check whether the local DNS server has been spoofed. (If so, the DNS record set may have been changed.) Change your local DNS server to a public DNS server, for example, or , and run the dig example.com@ or dig example.com@ command to check whether the record set takes effect. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 4

9 3 How Many Domain Name Levels Does the DNS Service Support? 3 How Many Domain Name Levels Does the DNS Service Support? The DNS service supports the following levels for domain names suffixed with.com: Second level, such as example.com Third level, such as The DNS service supports the following levels for domain names suffixed with.com.cn: Third level, such as example.com.cn Fourth level, such as Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 5

10 4 How Do I Switch to a Private DNS Server? 4 How Do I Switch to a Private DNS Server? The public DNS server is configured for ECSs by default. Switching to a private DNS server not only allows you to access domain names on the public network from ECSs, but also enables you to access internal cloud service addresses, such as OBS and SMN. Therefore, we recommend that you use the private DNS server for your ECSs. For detailed addresses of the private DNS servers, see section 1 What Are the Private DNS Server Addresses Provided by the DNS Service? Changing the DNS Server for VPC Subnets 1. Log in to the management console. 2. In the Network category, click Virtual Private Cloud. The VPC console is displayed. 3. In the navigation pane on the left, choose Virtual Private Cloud. The Virtual Private Cloud page is displayed. 4. Click the name of the VPC for which the subnet is to be modified. 5. On the Subnets tab, locate the required subnet and click Modify to change the DNS server addresses. For example, in the South China region, you need to change the DNS server addresses of a VPC subnet to and Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 6

11 4 How Do I Switch to a Private DNS Server? Figure 4-1 Modify Subnet Updating DNS Server Addresses for ECSs After you change the DNS server addresses of a VPC subnet, the DNS server addresses of ECSs in the subnet are not updated immediately. You can use either of the following methods to update the DNS server addresses for an ECS: Restart the OS. The ECS will then obtain the new DNS server addresses from the DHCP server. Restarting the OS will interrupt services on the ECS. You are advised to do it during offpeak hours. After the DHCP lease time (12 hours by default) ends, the ECS will update the IP address and DNS server address with the DHCP server. Manually change DNS configurations of the ECS. If the DHCP function is disabled on the ECS, you need to manually update DNS configurations. For example, in a Linux OS, change DNS configurations in the /etc/resolv.conf file. The method varies for different OSs. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 7

12 5 Is the DNS Service Charged? 5 Is the DNS Service Charged? No. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 8

13 6 How Many Zones/Record Set/PTR Records Can I Create? 6 How Many Zones/Record Set/PTR Records Can I Create? By default, you can create a maximum of 50 public zones, 50 private zone, 50 PTR records, and 500 record sets. If the quotas do not meet your service requirements, you can contact the service support to apply for more resources. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 9

14 7 Why Is the Address Format Changed in the SOA Record? 7 Why Is the Address Format Changed in the SOA Record? The address you entered when creating a zone is used to receive error or problem reports about the zone. You can specify an address you frequently use as the zone administrator's mailbox. However, according to RFC 2142, we strongly recommend you to preferentially use HOSTMASTER@Domain name as the address. After the zone is created, the you specified is displayed in the SOA record set of the zone. You must note that the "@" sign in the SOA record set has other meanings. Therefore, the system in the address with a dot (.). If there is already a dot the system replaces the dot with a backslash (\). However, s are still sent to the address you specified. For more details, see RFC Take test.hostmaster@example.com as an example. If you have specified test.hostmaster@example.com when creating the zone, the address displayed in the SOA record set is test\.hostmaster.example.com. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 10

15 8 Are Wildcard DNS Record Sets Supported? 8 Are Wildcard DNS Record Sets Supported? Yes. You can use an asterisk (*) as the host name in a domain name to create a wildcard record set. For more details, see RFC Currently, you can create a wildcard DNS record set of the A, AAAA, MX, CNAME, TXT, and SRV types. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 11

16 9 How Zones Are Queried to Resolve a Domain Name? 9 How Zones Are Queried to Resolve a Domain Name? When a domain name resolution request is initiated, the domain name is first queried in the zone of a subdomain if there is any. If the zone has been created, the system returns the result from the zone configuration file. Otherwise, the system queries the domain name from the zone configuration file of a higher-level domain name. For example: For example, you have created a zone for example.com and add an A record set for and also, you have created a zone for and have not added an A record set for it. In this case, if a visitor tries to access it is first queried in the configuration file of the zone. However, because you have not added an A record set in the zone, no result will be returned. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 12

17 10 What Are the DNS Servers Provided by HUAWEI CLOUD DNS? 10 What Are the DNS Servers Provided by HUAWEI CLOUD DNS? The DNS servers provided by the DNS service are ns1.hwclouds-dns.com and ns1.hwclouds-dns.net. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 13

18 11 What Is TTL? 11 What Is TTL? TTL is short for time to live, which specifies the cache period of resource records on a local DNS server. The local DNS server is connected with the client computer. By default, its address is assigned by the broadband carrier. You can also choose a public DNS server, for example, and , as your local DNS server. When the local DNS server receives a resolution request of a domain name, it asks the authoritative DNS server of the domain name for the required resource record, and then caches the record for a period of time. During this period, if the local DNS server receives resolution requests of this domain name again, it does not request the record from the authoritative DNS server, but directly returns a result from the record in its cache. The time period during which resource records are cached on the local DNS server is specified by the TTL value. You can set it when adding record sets in public or private zones. For details, see Managing Record Sets. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 14

19 12 What Is the Priority in an MX Record Used for? 12 What Is the Priority in an MX Record Used for? The priority in an MX record specifies the sequence for an server to receive s. A smaller value indicates a higher priority. If there is only one MX record on the DNS server, the priority does not work. If multiple MX records have been created, the DNS server of the sender preferentially sends s to the server with the highest priority. Once this server becomes faulty, the DNS server of the sender automatically sends s to the server with the second highest priority. You can set the priority when creating MX record sets in public or private zones. For details, see Managing Record Sets. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 15

20 13 How Do I Test Whether a Record Set Is Working? 13 How Do I Test Whether a Record Set Is Working? You can run the following command in the DOS window on a PC connected to the Internet: ping Domain name nslookup [-qt= Type] Target domain name Authoritative DNS server dig Type Target domain DNS server NOTE Set Type in the nslookup and dig commands to the record type, for example, A, CNAME, TXT, or MX, to check whether the record of that type works. If you do not specify a type, the system queries the A record by default. If the PC does not support the dig command, you need to manually install it first. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 16

21 14 Why Does the System Prompt Me That My Record Set Is in Conflict with an Existing One? 14 Why Does the System Prompt Me That My Record Set Is in Conflict with an Existing One? The record set you are trying to create is in conflict with or the same as an existing record set. Table 14-1 lists the restrictions on two types of record sets when their names and resolution lines are the same. Table 14-1 Whether there is a conflict between two record types NS CNA ME A AAA A MX TXT PTR SRV CAA NS No repeat Yes No No No No No No No CNA ME Yes No repeat Yes Yes Yes Yes Yes Yes Yes A No Yes No repeat No No No No No No AAA A No Yes No No repeat No No No No No MX No Yes No No No repeat No No No No TXT No Yes No No No No repeat No No No PTR No Yes No No No No No repeat No No SRV No Yes No No No No No No repeat No CAA No Yes No No No No No No No repeat Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 17

22 14 Why Does the System Prompt Me That My Record Set Is in Conflict with an Existing One? The rules are as follows: Yes: The two types of record sets cannot be created at the same time. No repeat: A record set cannot be added repeatedly. No: The two types of record sets can coexist without restrictions. For example, if you have added an NS record set in the China Telecom line for the domain name the rules take effect as follows: You cannot not add the NS record set of the same name in the China Telecom line. You cannot create a CNAME record set of the same name in the China Telecom line. You can add A, AAAA, MX, TXT, PTR, SRV, and CAA record sets without any restrictions. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 18

23 15 When Will a Record Set Take Effect After I Create It? 15 When Will a Record Set Take Effect After I Create It? If the record set is created for the first time, it takes effect immediately. If you delete a record set and add it again, it takes effect after the time period specified in the TTL of the previous record set. In some cases, however, the carrier may prolong the cache period of a domain name. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 19

24 16 When Will a Record Set Modification Take Effect? 16 When Will a Record Set Modification Take Effect? After you modify a record set, the modification takes effect after the cache period specified in the TTL of the record set. In some cases, however, the carrier may prolong the cache period of a domain name. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 20

25 17 If a VPC Associated with a Private Zone Is Deleted, Will It Be Automatically Disassociated from the Zone? 17 If a VPC Associated with a Private Zone Is Deleted, Will It Be Automatically Disassociated from the Zone? No. If a VPC is deleted, you need to manually disassociate it from the private zone. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 21

26 18 Do I Need to Register Private Domain Names? 18 Do I Need to Register Private Domain Names? Private domain names you created in HUAWEI CLOUD DNS take effect only in associated VPCs. Therefore, you do not need to register them nor submit them for ICP license. You can customize any private domain names (except com) as long as them comply with domain name specifications. All private domain names are free of charge. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 22

27 19 Are the Private DNS Server Addresses for All Users the Same or Different? 19 Are the Private DNS Server Addresses for All Users the Same or Different? Private DNS server addresses are the same for all tenants in the same AZ, and private domain names of different tenants are logically isolated. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 23

28 20 Can I Modify a Created DNS Zone? 20 Can I Modify a Created DNS Zone? After a zone is created, you cannot change its name, but can update its address and description. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 24

29 21 How Is a Domain Name Resolved When a Record Set Has Multiple Values? 21 How Is a Domain Name Resolved When a Record Set Has Multiple Values? When a record set has multiple values, an IP address is randomly returned for each query. According to statistics, the probability for returning each IP address is technically the same. Currently, the DNS service does not support polling query based on weights. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 25

30 22 How Can I Access an ECS Using Its Host Name? 22 How Can I Access an ECS Using Its Host Name? Procedure The DNS service allows you to create private zones for any top-level domain names except com in private networks. When you buy an ECS, you set a host name for it, for example, ecs01. Then, you can create a private zone ecs01 in the DNS service and add an A record to map the domain name ecs01 to the private IP address of the ECS so that the ECS can be accessed using its host name. 1. Log in to the management console. 2. In the Network category, click. The DNS console is displayed. 3. In the navigation pane, choose DNS Resolution > Private Zones. The Private Zones page is displayed. 4. Click on the upper left and select the desired region and project. 5. Click Create Private Zone. Specify the zone name to ECS host name ecs Click OK. You can query information about the private zone you created on the Private Zones page. 7. In the zone list on the Private Zones page, click the name of the private zone you created. The record set page is displayed. 8. Click Add Record Set. Add an A record set in the ecs01 zone. Set Type to A Map domains to IPv4 addresses. Leave the Name field blank. Set Value to the private IP address of the ECS, for example, Click OK. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 26

31 22 How Can I Access an ECS Using Its Host Name? After the record set is created, you can use the domain name ecs01 to access the ECS whose private IP address is from the associated VPC. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 27

32 23 How Can I Configure a PTR Record for an ECS Private IP Address? 23 How Can I Configure a PTR Record for an ECS Private IP Address? PTR records enable visitors to query domain names based on IP addresses. On the PTR Records page on the console, you can configure PTR records for EIPs. If you want to add PTR records for ECS private IP addresses, create a private zone and create PTR records in the zone. The domain name in a PTR record is specified in the x.x.x.x.in-addr.arpa format. NOTE Creating a Private Zone in-addr.arpa is the domain name suffix for reverse resolution. For example, if the private IP address is , its domain name in the PTR record is in-addr.arpa. In this case, you need to create a private zone 192.in-addr.arpa and add a PTR record inaddr.arpa. 1. Log in to the management console. 2. In the Network category, click. The DNS console is displayed. 3. In the navigation pane, choose DNS Resolution > Private Zones. The Private Zones page is displayed. 4. Click on the upper left and select the desired region and project. 5. Click Create Private Zone. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 28

33 23 How Can I Configure a PTR Record for an ECS Private IP Address? Figure 23-1 Create Private Zone 6. Configure the parameters according to Table Table 23-1 Parameters required for creating a private zone Parameter Description Example Value Name VPC Domain name Set the domain name suffix to in-addr.arpa. VPC to be associated with the private zone (Optional) address of the administrator managing the private zone It is recommended that you set the address to HOSTMASTER@Domai n name. For more details about the address, see 7 Why Is the Address Format Changed in the SOA Record? 192.in-addr.arpa - HOSTMASTER@exampl e.com Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 29

34 23 How Can I Configure a PTR Record for an ECS Private IP Address? Parameter Description Example Value Tag Description (Optional) Identifier of a resource. Each tag contains a key and a value. You can add 10 tags at most to a zone. For details about tag key and value requirements, see Table (Optional) Description of the domain name, which cannot exceed 255 characters example_key1 example_value1 This is a private zone. Table 23-2 Tag key and value requirements Parameter Requirement Example Value Key Value Cannot be left blank. Must be unique for each resource. Consists of at most 36 characters. Cannot start or end with a space or contain =*<>\, / and Unicode characters. Cannot be left blank. Consists of at most 43 characters. Cannot start or end with a space or contain =*<>\, / and Unicode characters. example_key1 example_value1 7. Click OK. Adding a PTR Record You can query information about the private zone you created on the Private Zones page. NOTE Click the zone name to query detailed zone information. The system has created record sets of the SOA type and NS type in the zone. The SOA record set determines the DNS server that is the authoritative information source for a particular domain name. The NS record set defines authoritative DNS servers for a zone. 1. In the zone list on the Private Zones page, click the name of the private zone you created. The record set page is displayed. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 30

35 23 How Can I Configure a PTR Record for an ECS Private IP Address? 2. Click Add Record Set. The Add Record Set box is displayed. Figure 23-2 Add Record Set 3. Configure the parameters according to Table Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 31

36 23 How Can I Configure a PTR Record for an ECS Private IP Address? Table 23-3 Parameters required for adding a record set of the PTR type Parameter Description Example Value Name IP address in the PTR record (typed in reverse order) For example, if the IP address is , the name of the PTR record is inaddr.arpa. If the private zone name is 192.inaddr.arpa, enter in the box. If the private zone name is inaddr.arpa, enter 10 in the box. Type Type of the record set PTR Map IP addresses to domains TTL (s) Value Tag Description Caching period of the record set (in seconds) Domain name mapped to the IP address You can enter only one name at a time. (Optional) Identifier of a resource. Each tag contains a key and a value. You can add 10 tags at most to a record set. This item is displayed when you switch on Other Settings. For details about tag key and value requirements, see Table (Optional) Description of the PTR record. This item is displayed when you switch on Other Settings. The default value is 300s, that is, 5 min. mail.example.com example_key1 example_value1 The PTR record is for reverse resolution. 4. Click OK. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 32

37 24 What Is CAA? 24 What Is CAA? CAA Specifications CAA Record Certification Authority Authorization (CAA) is a way to ensure that HTTPS certificates are issued by authorized certificate authorities (CAs). It is in compliance with IETF RFC 6844 standards. Since September 8, 2017, all CAs are required to check CAA records before issuing certificates. Domain name owners can create CAA records to specify that authorized CAs issue certificates for their domain names. In the world, hundreds of CAs have the right to issue HTTPS certificates to verify identity of a website. CAA allows you to specify CAs that are authorized to issue HTTPS certificates for particular website domain names to prevent possibly fraudulent certificates. Setting CAA records is a way to enhance security for your websites. CAs will perform a DNS lookup for CAA records when they issue certificates. If a CA does not find any CAA record, it can issue a certificate for the domain name. Any other CAs are also able to issue certificates for this domain name, bringing risks of certificate mis-issuing. If the CA finds a CAA record that authorizes it to issue certificates, it will issue a certificate for the domain name. If the CA finds a CAA record but the record does not authorize it to issue certificates, the CA will not be able to issue HTTPS certificates for the domain name. In this case, HTTPS certificates will not be mis-issued. A CAA record consists of a flag byte [flag], a property tag, and a property value [tag]- [value]. You can create multiple CAA records for a domain name. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 33

38 24 What Is CAA? Table 24-1 Configuration of CAA records Function Example Description Configure a CAA record for one domain name. Configure that the CA reports to the domain name holder. Authorize a CA to issue wildcard certificates. Configuratio n example domain.com. CAA 0 issue "ca.example.com" domain.com. CAA 0 issue ";" domain.com. CAA 0 iodef "mailto:admin@domain.com" domain.com. CAA 0 iodef " domain.com/log/" domain.com. CAA 0 iodef " domain.com/log/" domain.com. CAA 0 issuewild "ca.example.com" domain.com. CAA 0 issue "ca.abc.com" domain.com. CAA 0 issuewild "ca.def.com" domain.com. CAA 0 iodef "mailto:admin@domain.com" Only the specified CA (ca.example.com) can issue certificates for a particular domain name (domain.com). Requests to issue certificates for the domain name by other CAs will be rejected. No CA is allowed to issue certificates for the domain name domain.com. When a certificate is requested that violates the CAA record, the CA will notify the domain name holder of the violation. Requests to issue certificates by unauthorized CAs will be recorded. The specified CA (ca.example.com) can issue wildcard certificates for the domain name. The example configures a CAA record for the domain name domain.com. Only CA ca.abc.com can issue certificates of all types. Only CA ca.def.com can issue wildcard certificates. Any other CAs are not allowed to issue certificates. When a violation occurs, the CA sends a notification to admin@domain.com. Checking Whether a CAA Record Takes Effect You can run the dig command to check whether the CAA record has taken effect. The command format is: dig [Type] [Domain name] +trace. For example: dig caa +trace NOTE If the OS does not support the dig command, you need to manually install it first. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 34

39 25 What Are the Restrictions on Private DNS Request Traffic? 25 What Are the Restrictions on Private DNS Request Traffic? To ensure lookup efficiency of private domain names, the private DNS servers will limit traffic issued from source IP addresses. If a server initiates DNS query requests in an overwhelmingly high frequency that exceeds normal service demands, for example, the QPS reaching 2000, the private DNS servers will suspend processing of DNS queries from that IP address. If your services do generate enormous concurrent requests, we suggest that you enable DNS caching to improve lookup efficiency. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 35

40 26 Change History 26 Change History Released On Description This issue is the seventh official release, which incorporates the following changes: Updated the screenshots. Added DNS server addresses in different regions in section 1 What Are the Private DNS Server Addresses Provided by the DNS Service? This issue is the sixth official release, which incorporates the following changes: Updated the screenshots This issue is the fifth official release, which incorporates the following changes: Added the following section: 25 What Are the Restrictions on Private DNS Request Traffic? Updated the screenshots This issue is the fourth official release, which incorporates the following changes: Updated the screenshots. Modified description of parameter Type for adding a record set. Added private DNS servers for the Hong Kong region in section 1 What Are the Private DNS Server Addresses Provided by the DNS Service? This issue is the third official release, which incorporates the following changes: Updated the screenshots. Changed the tag character set range. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 36

41 26 Change History Released On Description This issue is the second official release, which incorporates the following changes: Modified description of parameter Type for adding a record set in section 22 How Can I Access an ECS Using Its Host Name? This issue is the first official release. Issue 07 ( ) Copyright Huawei Technologies Co., Ltd. 37

Domain Name Service. Product Description. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD.

Domain Name Service. Product Description. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 03 Date 2018-08-15 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Virtual Private Cloud. User Guide. Issue 21 Date HUAWEI TECHNOLOGIES CO., LTD.

Virtual Private Cloud. User Guide. Issue 21 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 21 Date 2018-09-30 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Live Streaming Accelerator. Quick Start. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD.

Live Streaming Accelerator. Quick Start. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 03 Date 2018-08-30 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Anti-DDoS. User Guide (Paris) Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD.

Anti-DDoS. User Guide (Paris) Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 01 Date 2018-08-15 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Elastic Load Balance. User Guide. Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD.

Elastic Load Balance. User Guide. Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 01 Date 2018-04-30 HUAWEI TECHNOLOGIES CO., LTD. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

Advanced Anti-DDoS. User Guide. Issue 17 Date HUAWEI TECHNOLOGIES CO., LTD.

Advanced Anti-DDoS. User Guide. Issue 17 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 17 Date 2018-08-13 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2019. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Third-Party Client (s3fs) User Guide

Third-Party Client (s3fs) User Guide Issue 02 Date 2017-09-28 HUAWEI TECHNOLOGIES CO., LTD. 2017. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

Database Security Service. FAQs. Issue 19 Date HUAWEI TECHNOLOGIES CO., LTD.

Database Security Service. FAQs. Issue 19 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 19 Date 2019-04-08 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2019. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

CDN. Product Description. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD.

CDN. Product Description. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 03 Date 2018-08-30 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Vulnerability Scan Service. User Guide. Issue 20 Date HUAWEI TECHNOLOGIES CO., LTD.

Vulnerability Scan Service. User Guide. Issue 20 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 20 Date 2018-08-30 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Third-Party Client (s3fs) User Guide

Third-Party Client (s3fs) User Guide Issue 02 Date 2017-09-28 HUAWEI TECHNOLOGIES CO., LTD. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

Anti-DDoS. FAQs. Issue 11 Date HUAWEI TECHNOLOGIES CO., LTD.

Anti-DDoS. FAQs. Issue 11 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 11 Date 2018-05-28 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2019. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Image Recognition. SDK Reference. Issue 09 Date HUAWEI TECHNOLOGIES CO., LTD.

Image Recognition. SDK Reference. Issue 09 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 09 Date 2019-01-31 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2019. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Lesson 9: Configuring DNS Records. MOAC : Administering Windows Server 2012

Lesson 9: Configuring DNS Records. MOAC : Administering Windows Server 2012 Lesson 9: Configuring DNS Records MOAC 70-411: Administering Windows Server 2012 Overview Exam Objective 3.2: Configure DNS Records Configuring DNS Record Types Using the DNSCMD Command to Manage Resource

More information

HUAWEI CLOUD (International) FAQs. Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD.

HUAWEI CLOUD (International) FAQs. Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 01 Date 2019-01-24 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2019. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

SAP HANA. HA and DR Guide. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD.

SAP HANA. HA and DR Guide. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 03 Date 2018-05-23 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2019. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

phoenixnap Client Portal

phoenixnap Client Portal phoenixnap Client Portal 1 phoenixnap Client Portal Disclaimer Please be aware that DNS management can be a confusing and complicated system. If you get something wrong, you might experience problems such

More information

Integrate with other Azure services Protect DNS zones and records Automate DNS operations with the.net SDK Custom domains for Azure resources

Integrate with other Azure services Protect DNS zones and records Automate DNS operations with the.net SDK Custom domains for Azure resources Table of Contents Overview What is Azure DNS? DNS zones and records DNS delegation with Azure DNS DNS FAQ Using private DNS zones Get Started Create a DNS zone and record Azure portal Azure PowerShell

More information

DNS Management with Blue Cat Networks at PSU

DNS Management with Blue Cat Networks at PSU DNS Management with Blue Cat Networks at PSU Network and System Administrators at Penn State can make their own DNS changes, live, using the Blue Cat Proteus web-based interface. Proteus will be used by

More information

Elastic Load Balance. User Guide. Issue 14 Date

Elastic Load Balance. User Guide. Issue 14 Date Issue 14 Date 2018-02-28 Contents Contents 1 Overview... 1 1.1 Basic Concepts... 1 1.1.1 Elastic Load Balance... 1 1.1.2 Public Network Load Balancer...1 1.1.3 Private Network Load Balancer... 2 1.1.4

More information

Unified Load Balance. User Guide. Issue 04 Date

Unified Load Balance. User Guide. Issue 04 Date Issue 04 Date 2017-09-06 Contents Contents 1 Overview... 1 1.1 Basic Concepts... 1 1.1.1 Unified Load Balance...1 1.1.2 Listener... 1 1.1.3 Health Check... 2 1.1.4 Region...2 1.1.5 Project...2 1.2 Functions...

More information

Object Storage Service. Product Introduction. Issue 04 Date HUAWEI TECHNOLOGIES CO., LTD.

Object Storage Service. Product Introduction. Issue 04 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 04 Date 2017-12-20 HUAWEI TECHNOLOGIES CO., LTD. 2017. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

My Account. User Guide. Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD.

My Account. User Guide. Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 01 Date 2018-09-28 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

DNS Level 100. Rohit Rahi November Copyright 2018, Oracle and/or its affiliates. All rights reserved.

DNS Level 100. Rohit Rahi November Copyright 2018, Oracle and/or its affiliates. All rights reserved. DNS Level 100 Rohit Rahi November 2018 1 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Manage Your DNS In The Cloud Get Started With Route 53

Manage Your DNS In The Cloud Get Started With Route 53 Manage Your DNS In The Cloud Get Started With Route 53 Expected Learning Manage DNS In The Cloud With Route 53 By the end of this section, you should be able to: Understand the basics of DNS Describe AWS

More information

Workspace. User Guide (Administrators) Issue 18 Date HUAWEI TECHNOLOGIES CO., LTD.

Workspace. User Guide (Administrators) Issue 18 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 18 Date 2018-08-17 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Agile Controller-Campus V100R002C10. Permission Control Technical White Paper. Issue 01. Date HUAWEI TECHNOLOGIES CO., LTD.

Agile Controller-Campus V100R002C10. Permission Control Technical White Paper. Issue 01. Date HUAWEI TECHNOLOGIES CO., LTD. V100R002C10 Permission Control Technical White Paper Issue 01 Date 2016-04-15 HUAWEI TECHNOLOGIES CO., LTD. 2016. All rights reserved. No part of this document may be reproduced or transmitted in any form

More information

DNS Configuration Guide. Open Telekom Cloud

DNS Configuration Guide. Open Telekom Cloud DNS Configuration Guide Open Telekom Cloud www.telekom.de/opentelekomcloud For this guide we assume that two subnets are already configured. In our example the subnets are called subnet_dns01 (in AZ eu-de-01)

More information

SAP Business One. User Guide. Issue 04 Date HUAWEI TECHNOLOGIES CO., LTD.

SAP Business One. User Guide. Issue 04 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 04 Date 2018-12-31 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2019. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Workspace. User Guide (Administrators) Issue 19 Date HUAWEI TECHNOLOGIES CO., LTD.

Workspace. User Guide (Administrators) Issue 19 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 19 Date 2018-10-30 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2019. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

esight V300R001C10 SLA Technical White Paper Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD.

esight V300R001C10 SLA Technical White Paper Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD. V300R001C10 Issue 01 Date 2013-12-10 HUAWEI TECHNOLOGIES CO., LTD. 2013. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written

More information

MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration. Chapter 5 Introduction to DNS in Windows Server 2008

MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration. Chapter 5 Introduction to DNS in Windows Server 2008 MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 5 Introduction to DNS in Windows Server 2008 Objectives Discuss the basics of the Domain Name System (DNS) and its

More information

Object Storage Service. Client Guide (OBS Browser) Issue 02 Date HUAWEI TECHNOLOGIES CO., LTD.

Object Storage Service. Client Guide (OBS Browser) Issue 02 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 02 Date 2018-01-17 HUAWEI TECHNOLOGIES CO., LTD. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

AD SSO Technical White Paper

AD SSO Technical White Paper Issue V1.0 Date 2017-02-28 Huawei Technologies Co., Ltd. 2017. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

Huawei esight LogCenter Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 1.0. Date PUBLIC

Huawei esight LogCenter Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 1.0. Date PUBLIC Huawei esight LogCenter Technical White Paper Issue 1.0 Date 2013-12-03 PUBLIC HUAWEI TECHNOLOGIES CO., LTD. 2013. All rights reserved. No part of this document may be reproduced or transmitted in any

More information

Workspace. User Guide (Administrators) Issue 04 Date HUAWEI TECHNOLOGIES CO., LTD.

Workspace. User Guide (Administrators) Issue 04 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 04 Date 2018-10-12 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Virtual Private Network. Network User Guide. Issue 05 Date

Virtual Private Network. Network User Guide. Issue 05 Date Issue 05 Date 2018-03-30 Contents Contents 1 Overview... 1 1.1 Concepts... 1 1.1.1 VPN... 1 1.1.2 IPsec VPN...1 1.2 Application Scenarios...2 1.3 Billing Standards... 3 1.4 VPN Reference Standards and

More information

ECE 435 Network Engineering Lecture 7

ECE 435 Network Engineering Lecture 7 ECE 435 Network Engineering Lecture 7 Vince Weaver http://web.eece.maine.edu/~vweaver vincent.weaver@maine.edu 25 September 2018 HW#3 was Posted Announcements 1 HW#2 Review C code will be discussed next

More information

How to Configure the DNS Server

How to Configure the DNS Server Make the Barracuda Link Balancer an Authoritative DNS host and configure the DNS Server for inbound load balancing. Step 1. Enable Authoritative DNS Enable Authoritative DNS on the Barracuda Link Balancer

More information

How to Configure DNS Zones

How to Configure DNS Zones The Barracuda NG Firewall DNS configuration object contains two predefined zones: _template and '.' To be able to edit and specify DNS zones within the Barracuda NG Firewall DNS configuration, you must

More information

Object Storage Service. Client Guide (OBS Browser) Issue 10 Date HUAWEI TECHNOLOGIES CO., LTD.

Object Storage Service. Client Guide (OBS Browser) Issue 10 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 10 Date 2018-07-15 HUAWEI TECHNOLOGIES CO., LTD. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

Answer: B. Answer: D. Answer: C

Answer: B. Answer: D. Answer: C Question: 1 Your company has a single Active Directory forest that has an Active Directory domain named na.contoso.com. A server named Server1 runs the DNS server role. You notice stale resource records

More information

espace SoftConsole V200R001C02 Product Description HUAWEI TECHNOLOGIES CO., LTD. Issue 01 Date

espace SoftConsole V200R001C02 Product Description HUAWEI TECHNOLOGIES CO., LTD. Issue 01 Date espace SoftConsole V200R001C02 Issue 01 Date 2012-07-10 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without

More information

How to Add Domains and DNS Records

How to Add Domains and DNS Records Configure the Barracuda NextGen X-Series Firewall to be the authoritative DNS server for your domains or subdomains to take advantage of Split DNS or dead link detection. Step 1. Make the X-Series Firewall

More information

Domain Name System (DNS)

Domain Name System (DNS) Domain Name System (DNS) Computer Networks Lecture 9 http://goo.gl/pze5o8 Domain Name System Naming service used in the Internet Accomplishes mapping of logical ("domain") names to IP addresses (and other

More information

esdk Storage Plugins 1.0.RC4 Compilation Guide 01(vRO) Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD.

esdk Storage Plugins 1.0.RC4 Compilation Guide 01(vRO) Issue 01 Date HUAWEI TECHNOLOGIES CO., LTD. 1.0.RC4 Issue 01 Date 2017-04-06 HUAWEI TECHNOLOGIES CO., LTD. 2017. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent

More information

OceanStor 9000 InfiniBand Technical White Paper. Issue V1.01 Date HUAWEI TECHNOLOGIES CO., LTD.

OceanStor 9000 InfiniBand Technical White Paper. Issue V1.01 Date HUAWEI TECHNOLOGIES CO., LTD. OceanStor 9000 Issue V1.01 Date 2014-03-29 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2014. All rights reserved. No part of this document may be reproduced or transmitted in

More information

Amazon Virtual Private Cloud. Getting Started Guide

Amazon Virtual Private Cloud. Getting Started Guide Amazon Virtual Private Cloud Getting Started Guide Amazon Virtual Private Cloud: Getting Started Guide Copyright 2017 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks

More information

IPAM - CREATE AND MANAGE IP BLOCKS AND RANGES

IPAM - CREATE AND MANAGE IP BLOCKS AND RANGES IPAM - CREATE AND MANAGE IP BLOCKS AND RANGES Address space management In IPAM, IP address blocks are large chunks of IP addresses that are used for organization of address space. IP address ranges are

More information

Huawei FusionCloud Desktop Solution 5.1 Resource Reuse Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01.

Huawei FusionCloud Desktop Solution 5.1 Resource Reuse Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Huawei FusionCloud Desktop Solution 5.1 Resource Reuse Technical White Paper Issue 01 Date 2014-03-26 HUAWEI TECHNOLOGIES CO., LTD. 2014. All rights reserved. No part of this document may be reproduced

More information

Virtual Private Cloud. User Guide. Issue 03 Date

Virtual Private Cloud. User Guide. Issue 03 Date Issue 03 Date 2016-10-19 Change History Change History Release Date What's New 2016-10-19 This issue is the third official release. Modified the following content: Help Center URL 2016-07-15 This issue

More information

This video will look at how to create some of the more common DNS records on Windows Server using Remote Administration Tools for Windows 8.

This video will look at how to create some of the more common DNS records on Windows Server using Remote Administration Tools for Windows 8. This video will look at how to create some of the more common DNS records on Windows Server using Remote Administration Tools for Windows 8. Demonstration The Windows 8 computer has Remote Server Administration

More information

Data Ingestion Service. SDK Development Guide. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD.

Data Ingestion Service. SDK Development Guide. Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 03 Date 2018-06-12 HUAWEI TECHNOLOGIES CO., LTD. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

Domain Name System - Advanced Computer Networks

Domain Name System - Advanced Computer Networks - Advanced Computer Networks Saurabh Barjatiya International Institute Of Information Technology, Hyderabad 26 August, 2011 Contents 1 Distributed database, highly volatile Domain names Top level domains

More information

Cloud Stream Service. User Guide. Issue 18 Date HUAWEI TECHNOLOGIES CO., LTD.

Cloud Stream Service. User Guide. Issue 18 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 18 Date 2018-11-30 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Oversimplified DNS. ... or, even a rocket scientist can understand DNS. Step 1 - Verify WHOIS information

Oversimplified DNS. ... or, even a rocket scientist can understand DNS. Step 1 - Verify WHOIS information Oversimplified DNS... or, even a rocket scientist can understand DNS Step 1 - Verify WHOIS information GOALS: Make sure that WHOIS reports every name server you have, and doesn't report any that aren't

More information

Agha Mohammad Haidari General ICT Manager in Ministry of Communication & IT Cell#

Agha Mohammad Haidari General ICT Manager in Ministry of Communication & IT Cell# Install a DNS server in Windows Server 2008 IT administrators who have little or no experience with Domain Name System (DNS), can learn to install, configure and troubleshoot a Windows Server 2008 DNS

More information

Local DNS Attack Lab. 1 Lab Overview. 2 Lab Environment. 2.1 Install and configure the DNS server. SEED Labs Local DNS Attack Lab 1

Local DNS Attack Lab. 1 Lab Overview. 2 Lab Environment. 2.1 Install and configure the DNS server. SEED Labs Local DNS Attack Lab 1 SEED Labs Local DNS Attack Lab 1 Local DNS Attack Lab Copyright c 2006-2015 Wenliang Du, Syracuse University. The development of this document is partially funded by the National Science Foundation s Course,

More information

Huawei MZ110 NIC V100R001. White Paper. Issue 07 Date HUAWEI TECHNOLOGIES CO., LTD.

Huawei MZ110 NIC V100R001. White Paper. Issue 07 Date HUAWEI TECHNOLOGIES CO., LTD. V100R001 Issue 07 Date 2016-11-21 HUAWEI TECHNOLOGIES CO., LTD. 2016. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent

More information

BGP/MPLS VPN Technical White Paper

BGP/MPLS VPN Technical White Paper V300R001C10 BGP/MPLS VPN Technical White Paper Issue 01 Date 2013-12-10 HUAWEI TECHNOLOGIES CO., LTD. 2013. All rights reserved. No part of this document may be reproduced or transmitted in any form or

More information

Linux Network Administration

Linux Network Administration Linux Network Administration Objective Describe the organization of the namespace Define the top-level subdomains of the Describe the process of converting IP addresses into names Define the concept of

More information

Scalable File Service. User Guide. Issue 15 Date HUAWEI TECHNOLOGIES CO., LTD.

Scalable File Service. User Guide. Issue 15 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 15 Date 2019-03-01 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2019. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Web Portal User Manual for

Web Portal User Manual for Web Portal User Manual for Copyright 2009 Afilias Limited Contents 1. Introduction... 1 1.1 About Afilias Managed DNS Service... 1 1.2 Afilias Managed DNS Service Website Help... 1 1.3 Support... 2 2.

More information

Database Security Service. Service Overview. Issue 16 Date HUAWEI TECHNOLOGIES CO., LTD.

Database Security Service. Service Overview. Issue 16 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 16 Date 2019-03-08 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2019. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Amazon Route 53. Developer Guide API Version

Amazon Route 53. Developer Guide API Version Amazon Route 53 Developer Guide Amazon Route 53: Developer Guide Copyright 2016 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used

More information

Domain Name System (DNS) DNS Fundamentals. Computers use IP addresses. Why do we need names? hosts.txt does not scale. The old solution: HOSTS.

Domain Name System (DNS) DNS Fundamentals. Computers use IP addresses. Why do we need names? hosts.txt does not scale. The old solution: HOSTS. Domain Name System (DNS) Computers use IP addresses. Why do we need names? Names are easier for people to remember DNS Fundamentals Computers may be moved between networks, in which case their IP address

More information

Domain Name System (DNS) Session-1: Fundamentals. Joe Abley AfNOG Workshop, AIS 2017, Nairobi

Domain Name System (DNS) Session-1: Fundamentals. Joe Abley AfNOG Workshop, AIS 2017, Nairobi Domain Name System (DNS) Session-1: Fundamentals Joe Abley AfNOG Workshop, AIS 2017, Nairobi Computers use IP addresses. Why do we need names? Names are easier for people to remember Computers may be moved

More information

NetApp Cloud Volumes Service for AWS

NetApp Cloud Volumes Service for AWS NetApp Cloud Volumes Service for AWS AWS Account Setup Cloud Volumes Team, NetApp, Inc. March 29, 2019 Abstract This document provides instructions to set up the initial AWS environment for using the NetApp

More information

Infoblox Authenticated DHCP

Infoblox Authenticated DHCP Infoblox Authenticated DHCP Unified Visitor Management amigopod Technical Note Revision 1.1 5 July 2010 United States of America +1 (888) 590-0882 Europe, Middle East & Asia +34 91 766 57 22 Australia

More information

espace UMS V100R001C01SPC100 Product Description Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD.

espace UMS V100R001C01SPC100 Product Description Issue 03 Date HUAWEI TECHNOLOGIES CO., LTD. V100R001C01SPC100 Issue 03 Date 2012-07-10 HUAWEI TECHNOLOGIES CO., LTD. . 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior

More information

Connection Broker Advanced Connections Management for Multi-Cloud Environments. DNS Setup Guide

Connection Broker Advanced Connections Management for Multi-Cloud Environments. DNS Setup Guide Connection Broker Advanced Connections Management for Multi-Cloud Environments DNS Setup Guide Versions 8.2 December 2017 Contacting Leostream Leostream Corporation 271 Waverley Oaks Rd Suite 206 Waltham,

More information

Elastic Load Balancing. User Guide. Date

Elastic Load Balancing. User Guide. Date Date 2018-07-20 Contents Contents 1 Product Description... 4 1.1 What Is Elastic Load Balancing (ELB)?... 4 1.2 Load Balancer Type... 4 1.3 Basic Architecture... 5 1.3.1 Classic Load Balancer... 5 1.3.2

More information

DNS. A Massively Distributed Database. Justin Scott December 12, 2018

DNS. A Massively Distributed Database. Justin Scott December 12, 2018 DNS A Massively Distributed Database Justin Scott December 12, 2018 What is DNS? Translates Hostnames to IP Addresses What is DNS? Example: www.serverlogic.com 23.185.0.4 What is DNS? Example: www.serverlogic.com

More information

Running the Setup Web UI

Running the Setup Web UI The Cisco Prime IP Express setup interview in the web UI takes you through a series of consecutive pages to set up a basic configuration. For an introduction and details on the basic navigation for the

More information

Relational Database Service. User Guide. Issue 05 Date

Relational Database Service. User Guide. Issue 05 Date Issue 05 Date 2017-02-08 Contents Contents 1 Introduction... 1 1.1 Concepts... 2 1.1.1 RDS... 2 1.1.2 DB Cluster... 2 1.1.3 DB Instance... 2 1.1.4 DB Backup... 3 1.1.5 DB Snapshot... 3 1.2 RDS DB Instances...

More information

Domain Name System (DNS) Session-1: Fundamentals. Computers use IP addresses. Why do we need names? hosts.txt does not scale

Domain Name System (DNS) Session-1: Fundamentals. Computers use IP addresses. Why do we need names? hosts.txt does not scale Domain Name System (DNS) Computers use IP addresses. Why do we need names? Names are easier for people to remember Session-1: Fundamentals Computers may be moved between networks, in which case their IP

More information

FunctionGraph. Best Practices. Issue 05 Date HUAWEI TECHNOLOGIES CO., LTD.

FunctionGraph. Best Practices. Issue 05 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 05 Date 2018-09-12 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

HUAWEI AR Series SEP Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 1.0. Date

HUAWEI AR Series SEP Technical White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 1.0. Date HUAWEI AR Series SEP Technical White Paper Issue 1.0 Date 2015-01-19 HUAWEI TECHNOLOGIES CO., LTD. 2015. All rights reserved. No part of this document may be reproduced or transmitted in any form or by

More information

Amazon Route 53. Developer Guide API Version

Amazon Route 53. Developer Guide API Version Amazon Route 53 Developer Guide Amazon Route 53: Developer Guide Copyright 2011 Amazon Web Services LLC or its affiliates. All rights reserved. Table of Contents Welcome... 1 Introduction... 2 About Hosted

More information

Module 5: Integrating Domain Name System and Active Directory

Module 5: Integrating Domain Name System and Active Directory Module 5: Integrating Domain Name System and Active Directory Contents Overview 1 Lesson: Configuring Active Directory Integrated Zones 2 Lesson: Configuring DNS Dynamic Updates 14 Lesson: Understanding

More information

S Series Switches. MACsec Technology White Paper. Issue 1.0. Date HUAWEI TECHNOLOGIES CO., LTD.

S Series Switches. MACsec Technology White Paper. Issue 1.0. Date HUAWEI TECHNOLOGIES CO., LTD. S Series Switches MACsec Technology White Paper Issue 1.0 Date 2016-03-25 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2016. All rights reserved. No part of this document may be

More information

imanager M2000 V200R012 Basic Feature Description(eWBB2.1) HUAWEI TECHNOLOGIES CO., LTD. Issue 02 Date

imanager M2000 V200R012 Basic Feature Description(eWBB2.1) HUAWEI TECHNOLOGIES CO., LTD. Issue 02 Date (ewbb2.1) Issue 02 Date 2012-04-12 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent

More information

Resource Records APPENDIXA

Resource Records APPENDIXA APPENDIXA Resource Records Resource records comprise the data within a DNS zone. There is no fixed limit to the number of resource records a zone can own. In general, there can be zero, one, or more resource

More information

Create a Dual Stack Virtual Private Cloud (VPC) in AWS

Create a Dual Stack Virtual Private Cloud (VPC) in AWS Create a Dual Stack Virtual Private Cloud (VPC) in AWS Lawrence E. Hughes 5 November 2017 This recipe assumes you already have an AWS account. If you don t there is a lot of information online (including

More information

Amazon Virtual Private Cloud. VPC Peering Guide

Amazon Virtual Private Cloud. VPC Peering Guide Amazon Virtual Private Cloud VPC Peering Guide Amazon Virtual Private Cloud: VPC Peering Guide Copyright 2017 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and

More information

DNS Setup Guide. Connection Broker. Advanced Connection Management For Multi-Cloud Environments

DNS Setup Guide. Connection Broker. Advanced Connection Management For Multi-Cloud Environments DNS Setup Guide Connection Broker Advanced Connection Management For Multi-Cloud Environments Version 9.0 June 2018 Contacting Leostream Leostream Corporation 271 Waverley Oaks Rd Suite 206 Waltham, MA

More information

Networking Applications

Networking Applications Networking Dr. Ayman A. Abdel-Hamid College of Computing and Information Technology Arab Academy for Science & Technology and Maritime Transport 1 Outline Introduction Name Space concepts Domain Name Space

More information

Anti-DDoS. User Guide. Issue 05 Date

Anti-DDoS. User Guide. Issue 05 Date Issue 05 Date 2017-02-08 Contents Contents 1 Introduction... 1 1.1 Functions... 1 1.2 Application Scenarios...1 1.3 Accessing and Using Anti-DDoS... 2 1.3.1 How to Access Anti-DDoS...2 1.3.2 How to Use

More information

Amazon Virtual Private Cloud. VPC Peering

Amazon Virtual Private Cloud. VPC Peering Amazon Virtual Private Cloud VPC Peering Amazon Virtual Private Cloud: VPC Peering Table of Contents What is VPC Peering?... 1 VPC Peering Basics... 1 VPC Peering Connection Lifecycle... 2 Multiple VPC

More information

Managing Caching DNS Server

Managing Caching DNS Server This chapter explains how to set the Caching DNS server parameters. Before you proceed with the tasks in this chapter, see Introduction to the Domain Name System which explains the basics of DNS. Configuring

More information

How to set up a Virtual Private Cloud (VPC)

How to set up a Virtual Private Cloud (VPC) Date published: 15.06.2018 Estimated reading time: 20 minutes Authors: Editorial Team The bookmarks and navigation in this tutorial are optimized for Adobe Reader. How to set up a Virtual Private Cloud

More information

2016 Infoblox Inc. All rights reserved. Implementing AWS Route 53 Synchronization Infoblox-DG January 2016 Page 1 of 8

2016 Infoblox Inc. All rights reserved. Implementing AWS Route 53 Synchronization Infoblox-DG January 2016 Page 1 of 8 2016 Infoblox Inc. All rights reserved. Implementing AWS Route 53 Synchronization Infoblox-DG-0136-00 January 2016 Page 1 of 8 Contents Introduction... 3 Infoblox and Route 53 Synchronization... 3 Prerequisites...

More information

Running the Setup Web UI

Running the Setup Web UI CHAPTER 2 The Cisco Cisco Network Registrar setup interview in the web user interface (UI) takes you through a series of consecutive pages to set up a basic configuration. For an introduction, configuration

More information

Resource Records APPENDIX

Resource Records APPENDIX APPENDIX A Resource records comprise the data within a DNS zone. There is no fixed limit to the number of resource records a zone can own. In general, there can be zero, one, or more resource records of

More information

Resource Records. Host Address Name-to-address mapping for the zone. Table 1: Resource Records

Resource Records. Host Address Name-to-address mapping for the zone. Table 1: Resource Records Resource s Resource records comprise the data within a DNS zone. There is no fixed limit to the number of resource records a zone can own. In general, there can be zero, one, or more resource records of

More information

DNS Type Query Support Added to the DNS Analyzer

DNS Type Query Support Added to the DNS Analyzer DNS Type Query Support Added to the DNS Analyzer This chapter describes the following topics: Feature Summary and Revision History, page 1 Feature Changes, page 2 Command Changes, page 4 Performance Indicator

More information

Overview. AWS networking services including: VPC Extend your network into a virtual private cloud. EIP Elastic IP

Overview. AWS networking services including: VPC Extend your network into a virtual private cloud. EIP Elastic IP Networking in AWS 2017 Amazon Web Services, Inc. and its affiliates. All rights served. May not be copied, modified, or distributed in whole or in part without the express consent of Amazon Web Services,

More information

SEP Technology White Paper

SEP Technology White Paper Issue 01 Date 2013-05-25 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

Lab: Configuring and Troubleshooting DNS

Lab: Configuring and Troubleshooting DNS Lab: Configuring and Troubleshooting DNS A. Datum is a global engineering and manufacturing company with its head office in London, UK. An IT office and a data center are located in London to support the

More information

Energy Saving Technology White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date

Energy Saving Technology White Paper HUAWEI TECHNOLOGIES CO., LTD. Issue 01. Date Energy Saving Technology White Paper Issue 01 Date 2012-08-13 HUAWEI TECHNOLOGIES CO., LTD. 2012. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means

More information