|
|
|
原帖由 钉子 于 2009-3-2 22:27 发表 ![]()
还有一种情需要考虑开放TCP/UDP53的端口,比如有一些防火墙同时能限制内部到外部的访问,如果你的服务器使用的是公网的DNS,需要注意开放这个端口。
這種情况,通常防火牆都會問你,你可以設定規則,在何種情况下予以開放,在何種情況下不予開放。
Side note: UDP port 53 uses the Datagram Protocol, a communications protocol for the Internet network layer, transport layer, and session layer. This protocol when used over PORT 53 makes possible the transmission of a datagram message from one computer to an application running in another computer. Like TCP (Transmission Control Protocol), UDP is used with IP (the Internet Protocol) but unlike TCP on Port 53, UDP Port 53 is connectionless and does not guarantee reliable communication; it's up to the application that received the message on Port 53 to process any errors and verify correct delivery
.
[ 本帖最后由 Kyan 于 2009-3-2 23:55 编辑 ] |
|