adapter dial-up connection:
Connection-specific DNS suffix .:
IP address ......: 211.149.128.147
Subnet Mask ......: 255.255.255.255
Default Gateway ......: 211.149.128.147
C: \> netsh (then execute the netsh command)
Netsh> interface (subcommand of the netsh command)
Interface> IP (subcommands of interface commands)
Interface ip> set (subcommand of interface ip command)
The following commands are valid:
C
The speed of surfing the Internet, and DNS server domain name resolution ability is closely related, I hope the internet surfing smooth sailing, we must find ways to ensure that the DNS server efficient and stable operation. To do this, we only have the workaround, dig deeper, and be good at using some of the details o
the following command to set the host name of the current host: Sudo/bin/hostname newname when the system starts, it Etc/hostname to read the name of the host. 5. Configure DNS First, you can add some host names and IP addresses for these host names in/etc/hosts, which is a static query that uses native computers simply. To access the DNS
Public network publishing can not be separated from the edge server, like the front end, edge servers also need a highly available architectureCan be implemented through the hardware load balancer and DNS polling, we use DNS polling implementation, but the external network will need two public address, as a demonstration I will publish aThe deployment content is
The company applied for a fixed IP from Unicom, and then set up a Web server in its own room, the server needs its own DNS to access the Internet, the server (CentOS) configured on the DNS
implement simple load balancing.However, it is obvious that this round robin is not very uniform, and the pressure on one server is always high. The other is relatively close, but after removing the high pressure from the dns list, the next instance in the list is under high pressure,Then add the previous one back to the dns list, and the pressure will go back t
Author: syd168 15:09:18 from: Mr. Linux
I. Basic DNS knowledgeAs we all know, in network communication, data links Use MAC addresses. The network layer uses IP addresses, and the transport layer uses port numbers, each of which has its own identification method. IP addresses are the most closely related to users. Each incoming computer (whether Internet or intranet) must have its own IP address to ensure correct inform
0 Preface
Starting from this article, the author will introduce how to build an ArcGIS 10.1 for server cluster in a Linux environment. Because the cluster involves Server Load balancer processing and requests need to be distributed among different machines, domain name resolution is required. In addition, machines in the cluster need to share the site configuration file and service configuration information
EnvironmentOperating system: CentOS 6.5DNS software: Bind (Installation reference: "Linux" DNS service-bind basic configuration (ii))Bind slave ServerFrom the server is to add the configuration information from the domain example.net in the main configuration file of Bind 3 1. configuration file Location /var/named/chroot/etc/named.conf2. Add a zone definition
primary DNS server and the DNS server. The primary DNS server authorizes a specific domain name and has a rewritable DNS zone file that can be updated when needed. Receives a read-only
can be used for anti-spam verification.In fact, each DI server is only responsible for managing one or several domains within the domain of the vitality of the name and IP address of the corresponding relationship, these specific DNS city or P address segment called "20 zone, according to address the direction of the bridge is differentDNS zones are appropriately divided into forward zones (the parsing rec
=" Wkiol1j5exiiiidvaagrv9olvqc204.png "src=" https:// S5.51cto.com/wyfs02/m02/91/eb/wkiol1j5exiiiidvaagrv9olvqc204.png "/>After the reverse zone creation is completeRight-click in the right margin, select new pointer, click Browse650) this.width=650; "title=" 13.png "style=" Float:none; "alt=" Wkiom1j5exmxerleaaadwoudcwe156.png "src=" https:// S5.51cto.com/wyfs02/m00/91/ec/wkiom1j5exmxerleaaadwoudcwe156.png "/>Always double-click to find the newly created host, OK650) this.width=650; "title=" 14
.192.11.56Sitecache.db.sitecachethe meaning of each line is explained as follows (the file name involved in the example is self-drawn, including the third to fourth line):directory/var/named: Specifies that the named process reads the path of all DNS data files, this example is the/var/named directory, and of course you can change it yourself. Primary site.com Db.site: named as the primary domain name server
DNS server is responsible for the work of domain name resolution, its importance is self-evident. If there is a problem with the DNS server in the network or if the information data is lost, the server will not be able to complete the domain name parsing work. Therefore, you
{none;};};Step Two: Modify/etc/named/clients.acl (preferably all clients.acl together, including Var directory and slave server)Add your IP from DNS server, such as:650) this.width=650; "title=" 2.png "alt=" wkiom1xjx_sgapdhaacjavcelm4994.jpg "src=" http://s3.51cto.com/wyfs02/ M01/71/3a/wkiom1xjx_sgapdhaacjavcelm4994.jpg "/> Step Three: Modify the/etc/named/name
It is most convenient to set up the Internet in the virtual machine, because there is no need to manually set up the Internet, but Nat's Internet mode by default is DHCP dynamically assigned IP, which means that every time you restart the virtual machine has a different IP address, which is not a problem for the general user. But if you have special use of the machine, such as the
. GetInstances ();ManagementBaseObject inPar = null;ManagementBaseObject outPar = null;Foreach (ManagementObject mo in moc){// Skip this step if no network device with IP settings EnabledIf (! (Bool) mo ["IPEnabled"])Continue;// Set the IP address and maskIf (ip! = Null submask! = Null){InPar = mo. GetMethodParameters ("EnableStatic ");InPar ["IPAddress"] = ip;InPar ["SubnetMask"] = submask;OutPar = mo. InvokeMethod ("EnableStatic", inPar, null );}//
community) to an IP address such as 190.96.134.163. If there is no DNS, you must use a number as hard to remember as 190.96.134.163. The computer that provides the DNS service is the DNS server.There are three types of DNS servers: Cache-only server, Primary Name
. Therefore, it is necessary to refresh the data. Otherwise, the data is cached once. After the Domain Name Record is changed. ISP will never find a new record. After understanding this principle, you will understand why records that have not been registered and become effective soon. The modification takes effect very slowly. This is because of the cache. However, if no cache is available, the access efficiency will be very low, because any time you enter www.askbaidu.com, you have to run to NS
order to be easy to remember, the domain name is used instead of the IP address to identify the site address. The resolution of the domain name is done by the DNS server.What is a record?A (address) record is the IP address record used to specify the hostname (or domain name). Users can point the Web server under the domain name to their own Web server. You can
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.