Enter a password to access the Web server. Q: I have set up a Web server (using IIS), but I have to enter a password every time I use IE to browse. What is the problem? A: Open "Internet Information Service" from "program> Administrative Tools", and click "Computer Name> website> default website" in sequence ", right-click "default website (if you create a new website, click the site you created)" and click the "Directory Security" tab, in "Anonymous Access and authentication control", click "edit" to go to the "authentication method" dialog box, and confirm that "Anonymous Access" and "allow IIS to control the password" are selected ", cancel "Integrated Windows Authentication" and "Basic Authentication (if selected )". You can return the result. In addition, if you have set the NTFS access permission for the Web home directory, you should restore it to the default value of the system and allow everyone to have the read permission. Restrictions on concurrent access IP addresses Q: I used IIS to set up a server and run the netstat-Na command on the server to check the connection. I found that there were a large number of HTTP requests (more than 500 connection requests) connected to port 80 on the site, is there any good solution? A: You can solve the problem by setting IIS. Go to Internet Information Service from Administrative Tools, right-click a website, and select Properties to go to the Directory Security tab, click the "edit" button in "IP address and domain name restriction". In the displayed dialog box, select "authorized access (selected by default)" and click "add, "deny the following access" will pop up and select from "type: 1. If you want to restrict a computer, select "single host" and enter the IP address you want to restrict in "ip address; 2. if you want to restrict a group of computers, select "one group of computers", enter the desired subnet CIDR Block in "network ID", and enter the corresponding value after "subnet mask, to limit 111.222.1.1 ~ For the IP address range 111.222.1.255, enter 111.222.1.0 and 255.255.255.0 In the subnet mask. For example, to disable 111.222.1.1 ~ For computer access in the 111.222.1.255 network segment, the network ID should be 111.222.1.0, And the subnet mask should be 255.255.255.0. Click OK to return. 3. If you want to restrict a domain name, select "Domain Name" and enter the domain name you want to restrict below. For example, if the XXX. Zzz domain name is restricted, you must enter XXX. Zzz instead of www. XXX. Zzz. In addition, this operation restricts a batch of domain names at all levels on the primary domain, and limits the entire XXX. all hosts in the ZZZ domain name, this operation requires IIS to perform a large number of DNS reflection queries, the traffic is relatively large, do not use it easily. Communication between different subnets Q: There are two computers in the CIDR blocks A and B, and the IP address of machine A is 15. XX. xx.7, IP address of host B is 18. XX. xx.10, the two network segments have been connected to the Internet and can ping each other. Can I enable machine B to connect to the Internet without the gateway in the B network segment? If yes, how do I set it? A: In a TCP/IP network, only computers in the same network segment can communicate with each other. The gateway is the egress connecting to another CIDR block. That is to say, to communicate with other networks (including the Internet), a computer must use a gateway. Generally, Gateway communication involves two IP addresses, one is the IP address of the local network, the other is the IP address of the remote network, and the communication between the two networks is routed or switched by the gateway. Because the computer in the B network segment cannot access the IP address of the network segment, even if the computer in the B network segment is set to the Gateway in the network segment, communication will fail because the computer in the B network segment cannot access the gateway, so that computers in the B network segment can only access the local network. Therefore, the gateway must be in the same network segment as the workstation. Breakthrough in the maximum number of domain accounts Q: The server and workstation are both Win2000 systems. When the workstation is added to the domain, the system prompts "the maximum number of computer accounts allowed to be created in the domain has been exceeded. Please reset or add a limit ", the computer account on the domain is only valid for about 30 days. How can this problem be solved? A: In the "control panel" window, double-click the "Authorization" icon to display the "select authorization mode" dialog box. Select "per server ......" In a single region, click "add license" to display the "add customer access license" dialog box. Add an appropriate number in the "quantity" text box. If there are 100 computers in the network, you can add more than 100 computers. Of course, the more users, the more system resources are occupied, and Microsoft's authorization should be confirmed. Click "OK" and "I agree. Construction Cost of rough cable networking Q: When the transmission distance exceeds 185 meters, you can connect to ADSL using a crude cable. How many meters of transmission distance can a rough Cable Support? How much is the price of one meter? Can I use fiber optic cables instead? A: The maximum capacity of a coarse cable is 500 meters. The current crude cable price is about 1 ~ 5 RMB/meter. The cost of the optical fiber is similar to that of the crude cable, but the optical fiber is converted into an RJ45 network cable, and the transfer equipment is relatively expensive. In the case of low network bandwidth usage, the crude cable is preferred (low cost and easy to lay ). No network can configure the Active Directory Q: Can I configure the Active Directory (Active Directory) of Windows 2000 server without network connection? If yes, how can I configure it? A: You can configure the Active Directory if the computer is installed with a NIC but not connected to the network. However, if the NIC is not installed, the Active Directory cannot be configured. However, the following methods can be used: 1. Install the virtual network card provided by Microsoft. On the Control Panel, double-click the "Add/delete Hardware" icon, run the "Add/delete hardware wizard", and select "Add/Remove device fault> Add new device> NO, select hardware> network adapter from the list, select Microsoft from the manufacturer, and select Microsoft loopback adapter from the network adapter to install Microsoft Virtual Network Adapter. Then, set a static IP address for the NIC and set the DNS address as your own IP address. 2. Install the virtual machine. If you want to perform network experiments on a computer, such as active directories, domains, DNS, and DHCP, you only need to install a virtual machine software-vmware workstation, even if no network adapter is installed, you can also set up a network environment to complete various network experiments. |