- 1、本文档共18页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
利用端口映射解决拥有公网IP有限,内网需要访问因特网(国外英文资料)
利用端口映射解决拥有公网IP有限,内网需要访问因特网(国外英文资料)
The port map is divided into dynamic and static
Dynamic port mapping:
A computer in the network to access the sina, will send packets to the NAT gateway, including each other (sina) in baotou IP, port and native IP, port, NAT gateway will have replaced the machine IP, port into its own public IP, an unused port, and write down the mapping relationship, to forward packets for later use. And then send the data to sina, sina to react after receiving data, sending data to the unused NAT gateway port, NAT gateway will then forward the data to the computer in the network, communication network and public network. When the connection is closed, NAT gateway will release the article assigned to the connection port, for later can continue to use the connection.
Dynamic port mapping is actually the way the NAT gateway works.
Static port mapping:
Is to open a fixed on the NAT gateway port, and then set the port to receive the data forwarding to Intranet which IP and port, with or without connection, the mapping relationship will always exist. Let the public network voluntarily access a computer on the Intranet
A NAT gateway can be a switch, a router, or a computer. Now a lot of articles about port mapping are serious misleading, many of the people who dont understand the port mapping software on your computer, actually on the port mapping is the gateway to do!!!!!! The gateway is rarely a computer, and most people cant control the gateway, so the software that maps those ports is largely useless.
NAT principle introduction
NAT English full name is Network Address Translation, in Chinese means Network Address Translation, it is an IETF (Internet Engineering Task Force, the Internet Engineering Task Force) standards, allowing a whole body by a public IP (Internet Protocol) Address appears on the Internet. As the name implies, it is a technique that translates an internal private network address (IP address) into a legitimate network IP address.
文档评论(0)