SUSE Linux Enterprise Server Set IP , gateways, DNS1. Set IP AddressVi/etc/sysconfig/network/ifcfg-eth0 #编辑配置文件bootproto= ' Static ' #静态IPbroadcast= ' 192.168.21.255 ' #广播地址Ipaddr= ' 192.168.21.172 ' #IP地址netmask= ' 255.255.255.0 ' #子网掩码network= ' 192.168.21.0 ' #网络地址Startmode= ' Auto ' #开机启动网络System operation and main
Set IP:
Vim/etc/network/interfaces
The following will be included:
Auto Eth0Iface eth0 inet DHCP
Modified to:
Auto Eth0#iface eth0 inet DHCPIface eth0 inet StaticAddress xxx.xxx.xxx.xxxnetmask xxx.xxx.xxx.xxxGateway xxx.xxx.xxx.xxx
Set the xxx.xxx.xxx to the information you want to be personalized, whichauto eth0#开机自动连接网络iface eth0 inet static# static indicates use of a fixed
Web site Deployment ~windows Server | Local Deployment Http://www.cnblogs.com/dunitian/p/4822808.html#iisDNS server deployment is not clear can see an article: http://www.cnblogs.com/dunitian/p/5439816.htmlIn-house PCs, basically DNS are internal servers (because there are some internal sites and systems)So how does the DNS
connections) or the Networking (Network) tab (for all other connections), select Internet Protocol (TCP/IP) [Internet Protocol (TCP/IP)] and click Properties.
If you want the DNS server address to be obtained through the DHCP server, as shown in Figure 1, click Obtain
local connections) or the Networking (Network) tab (for all other connections), select Internet Protocol (TCP/IP) [Internet Protocol (TCP/IP)] and click Properties.
If you want the DNS server address to be obtained through the DHCP server, as shown in Figure 1, click Obt
" static the DNS address to set Register=primary2. Set up alternate DNS, WINSnetsh interface ip add dns/wins name= DNS address to be set for "Local Area Connection" index=2The specific configuration is as follows:1, hotel. bat
point to it, you will be finished.
2. Set up a server of your own, which must have a fixed IP address. We recommend that you host it in an IDC. The cheapest 1u license fee in Shanghai is about 3000 a year. The price of a 1u server starts from 10 thousand to, but it is a serial hard disk, Not A-to-SCSI. Before purchasing a se
DNS server: Describes DNS service principles, installation, master-slave configuration, and dns master-slave configuration.
DNS server: Describes DNS service principles, installation, a
simple forwarding DNS server, which will be tested on this DNS server:
2. Test the availability of a forwarded DNS server1 method One: Use the dig command to specify the DNS server
"Experimental description"Experimental environment: Add a server ns2.test.com, IP 192.168.0.112;Experimental purpose: The new server is configured to 192.168.0.111 this primary DNS server from the DNS
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
first half and iteration of the second half.The Recursion Method consumes a lot of resources. Generally, it only recursion the local client.
Resolution MethodForward resolution: Name → IPReverse resolution: IP → FQDNHow is the parsing process implemented?In the tree structure just now, the upper level will always know the lower level, and the lower level will never know where the upper level is.Just like IBM never knows where. com is.Therefore, as lo
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
all of the server ' s caches. #清空DNS缓存Status Display status of the server. #显示bind服务器的工作状态2, RNDC Debug and log:Debug: Displays detailed information in program run (I/O, which is normally recommended to close)Debug Level: 0,1,2,3 ...To raise the debug level:RNDC TraceRNDC Trace LevelRNDC NotraceOpen Query log: Record query action (increase disk I/O)—————————————
first byte, the Class B address is the first to second byte, and the Class C address is tertiary bytes. The first byte of the IP address must be at the next level of in-addr, but the FQDN is written from the bottom of the tree.The IN-ADDR domain and the anti-write IP address affect us only if you are dealing directly with DNS using the host program or the TCPDUM
DNS.
NEW: Text document, copy the following code to the text document, save as set IP Address.bat, double-click to run, you can!
@echo offEcho **************************************************************************echo * Modify IP address, DNS *echo *
in/etc/hosts.
GATEWAY = 192.168.1.1 # Set the IP address of the GATEWAY connected to the local machine.
* ********* After the above files are modified, You need to restart the NIC to take effect:# Service network restart********
CentOS DNS Modification
After all the above changes, when you ping a domain name, you will be unable to get through, but ping the corresponding
Install and configure the DNS server in linux, and configure the dns server in linux
1. DNS concept:
Simply put, DNS is a service on the system that uses port 53 to provide mutual conversion between domain names and
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.