Typical configurations of vrodns DNS Proxy

Source: Internet
Author: User


1. Networking requirements
There is no DNS server in the LAN, and the PC with the internal 10.1.1.0/24 network segment must be able to resolve the domain name through the Internet DNS server.
Requirements: 1. The Gateway Router supports DNS Proxy; 2. the IP address of the Internet DNS server is 10.72.66.36/24. 2. Networking Diagram
Www.2cto.com
Figure 3-3 typical DNS Proxy configuration example
Www.2cto.com 3. configuration steps
(1) configure the vro# # configure the IP address of Ethernet 1/0/0 (intranet port. [Router] interface ethernet 1/0/0 [Router-Ethernet 1/0/0] ip address 10.1.1.1 255.255.255.0 # configure the NAT service so that the client can access the Internet through DNS Proxy. [Router] acl number 2000 [Router-acl-basic-2000] rule 0 permit source 10.1.1.0 0.0.255 [Router-acl-basic-2000] quit # configure the IP address of Ethernet 1/0/1 (Internet port. [Router] interface ethernet 1/0/1 [Router-Ethernet1/0/1] ip address 10.1.2.1 255.255.255.0 [Router-Ethernet1/0/1] nat outbound 2000 [Router-Ethernet1/0/1] quit # enable the DNS Proxy function. [Router] dns-proxy enable # configure the DNS server address. [Router] dns server 10.72.66.36 (IP address of the DNS server in the internet) # configure the route to ensure that the route between the DNS client and the server is reachable. (2) configure PC # specify the gateway and DNS server as 10.1.1.1. (Multiple network segments only specify the DNS server as 10.1.1.1)

Source http://sdbaby.blog.51cto.com/149645/716205
 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.