In the past, when the University FZU, the QQ in the school was a proxy. It will reduce the functionality of QQ through the agent. For example, the message is slow, can not video., cannot be audio, can not pass the file.
Later, the library took a Netcom line, haha, I can use 2 gateways to access the Internet this time.
Gateway in the school: 210.34.51.254
Netcom line: 210.34.51.252
However, the gateway also has the main points. If the BBS of the school must use the gateway in the school to smooth, if you want very well, you must use the Netcom special line when you have QQ.
In order to allow the computer to automatically select the gateway, I learned from my classmates, and I wrote it in the way :)
Considering that you usually have the main campus network, but the distribution of the network segment of the campus network is relatively dense.
Such as 210.34.0--210.34.252.252
211.8..0.0 --- 211.80.0.0
The address of the postal network is more diverse, so it is recommended to set the server of the Netcom line here to the gateway.
Then write an executable Route.bat
Route Add 210.34.0.0 Mask 255.255.0.0 210.34.51.254 Metric 1
Route Add 211.80.0.0 Mask 255.255.0.0 210.34.51.254 Metric 1
Route Add 166.111.0.0 Mask 255.255.0.0 210.34.51.254 Metric 1
Route Print
The main function of this file is to do a gateway when the IP request is the paragraph in the list. .
Of course, there is not much situation in the network of a school, I want to have a network of Fuzhou University in that year. . . . It is now written now to let everyone see if it can be used. .