艾巴生活网

您现在的位置是:主页>热点 >内容

热点

国内如何浏览proumb 最新p站进入方法

2023-04-08 06:04:17热点帅气的蚂蚁
许多网友对国内如何浏览proumb,最新p站进入方法不是很了解,下面让艾巴小编为大家介绍下在企业网络中,专网用户,也就是公司的内网用户,

国内如何浏览proumb 最新p站进入方法

许多网友对国内如何浏览proumb,最新p站进入方法不是很了解,下面让艾巴小编为大家介绍下

在企业网络中,专网用户,也就是公司的内网用户,是如何接入外网的?这就涉及到NAT协议,也就是地址转换协议。NAT可以将私有地址转换为公有地址,这样内部用户就可以连接到运营商的网络进行网页浏览、文章浏览等等。Nat概念nat:网络地址转换协议,实现公网和私网的相互访问。NAT技术分类:基于源地址和目的地址来源:静态NAT、动态NAT、NAPT、easy-IPnat优点:

1、保存公网地址,隐藏内网私有地址2、互联网是由很多局域网连接起来的,局域网之间的通信桥梁就是公网地址。nat很好地将本地连接在一起,实现互联网通信。NAT分类一、静态NAT(1对1,用于由外向内访问,由外向内改变目的地址,由内向外返回数据包时改变源地址。内部服务器地址被映射到公共网络以供外部用户访问该服务器)

内部服务器一般不会直接为外部网络访问配置公网地址:1。安全2。公网地址浪费:一个服务器会占用一个公网地址静态NAT和配置(全地址映射,接口下配置:int s2/0/0 //外部端口NAT静态全局100.1.1.10 inside 172 . 16 . 1 . 1//DisNAT静态不能和外部端口地址冲突//检查分配测试:测试外网访问内部服务器server的NAT和配置(公网IP的一个端口映射保存公网IP,常用。

Configuration under interface: int s2/0/0 //External nat server protocol TCP Global 200.1.1.102323 Inside 172.16.1.1 23//Cannot conflict with external address nat server protocol icmp global 200.1.1.10 internal 172.16.1.1 //Allow the public network address dis nat server to be slammed//View the allocation configuration command: configure the static address translation interface Gigabit Ethernet 0/0/1ip address 202.10.1.2 255. 255. 255.0 NAT static global 202.10.1.3 internal 192.168.0.2 network mask 255.255.255.

二、 dynamic network address translation (still one-to-one relationship, the corresponding relationship is uncertain, ) dynamic wizard configuration command: [R1]nat address-group 0 12.1.1.1 12.1.1.3 [R1] ACL 2000 [R1-ACL-Basic-2000] rules allow source 10.1.1.1 0.0 [R1-ACL-Basic-2000]. Rules allow source 10.1.1.2 0.0.0 [R1-ACL-Basic-2000] Rules allow source 10.1.1.3 0.0 [R1-ACL-2000].

[R1- Gigabit Ethernet 0/0/1]nat outbound 2000 address-Group 0 no-pat //Associates ACL2000 and the Elf public network address pool, and exits the interface at g0/0/1, and only does Internet Protocol conversion三、NAPT (many-to-one address conversion requires mapping according to the port. Commonly used) NAPT configuration command: [R1]nat address-group 0 12.1.1.1 12.1.1.1 [R1] ACL 2000 [R1-ACL-Basic-2000] rule allows the source 10.1.1.1 0.0 [R1-ACL-Basic-2000]. Rule allows source 10.1.1.2 0.0.0 [R1-ACL-Basic-2000] Rule allows source 10.1.1.3 0.0.

[R1-ACL-basic-2000] Exit [R1]int G0/0/1[R1- Gigabit Ethernet 0/0/1]nat Outbound 2000 Address-Group 0[R1- Gigabit Ethernet 0/0/1] Exit四、easy IP (address translation directly at the outgoing interface) ACL 2000[R1-ACL-basic-2000] Rule License Source 10.1.1.1 0.0 [R1-ACL-Basic-2000] Rule License Source 10.1.1.1.2 0.0.0 [R1-ACL-Basic-2000].

[R1 Gigabit Ethernet 0/0/1] Exit