- 1、本文档共19页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
基于Linux的地址转换技术探讨与实现
基于Linux的地址转换技术探讨和实现
摘 要:伴随着当今网络技术的蓬勃发展,人们对于IP地址的需求的数量猛增,然而对于已经分配的所剩无几的IPv4地址,对于网络的发展必定是一个瓶颈。IPv6地址的出现使得人们看到了未来的希望,但是由于技术的不完善,从IPv4到IPv6的过渡需要相当的一段时间。在这段时间里,NAT技术的出现很好地解决了所剩无几的IP地址对于日益增长的网络需求所带来的限制。NAT技术将因特网和局域网地址互相结合,使局域网内的计算机在访问因特网时使用因特网合法的地址,使得更多的的计算机在局域网中增长而不会对因特网IP地址带来巨大的压力。对于因特网上的用户可以访问局域网中指定发布的服务,与此同时还能够有效地避免来自因特网的攻击,隐藏了计算机的真实IP地址,保护网络内部的计算机。NAT是解决IP地址匮乏问题的一种行之有效的技术,本文探讨了NAT技术的原理以及在Linux系统中的实现方案。
关键词:Linux; IPv4; NAT技术
Address Translation Technology Research and Implementation Based on Linux
Author’s Name:DUAN Liang-xin Tutor:WEN Juan-juan
ABSTRACT:Along with the development of network technology, the number of people in demand for IP addresses is more than before, but for the few IPv4 addresses have been allocated. But for the development of the network must be a bottleneck. IPv6 addresses appear makes people see hope for the future, but because of the imperfect technology, the transition from the IPv4 to IPv6 requires a long time. During this time, NAT technology solves the limitations running out of IP addresses the growing demand for network brings. NAT technology of the Internet and LAN address with each other, so that the computer on the LAN using the Internet legitimate address when accessing the Internet, making the computer more growth rather than be in the LAN IP address of the Internet has brought tremendous pressure. For users on the Internet can access the published services specified in the LAN, while also able to effectively prevent attacks from the Internet, to hide the real IP address of the computer to protect the internal network computer. NAT is an effective technique to solve the problem of shortage about IP addresses. This article discusses the principle of NAT technology and implementation in the Linux system.
KEYWORDS: Linux; IPv4; NAT technology
目 录
TOC \o 1-2 \h \z \u HYPERLINK \l _Toc386921427 1 引言 PAGEREF _Toc386921427 \h 1
HYPERLINK \l _Toc386921428 2 相关知识及技术 PAGEREF _Toc386921428 \h 1
HYPERLINK \l _Toc386921429 2.1 传输在
文档评论(0)