双线网络发布服务器以及客户端上网介绍

如题所述

搜狗高速浏览器是一款集高效、稳定于一身的现代化网络浏览工具。利用先进的渲染引擎和优化算法,搜狗高速浏览器确保了卓越的页面加载速度和流畅的多媒体体验。具备全方位的安全防护特性,能有效防御各类网络威胁,同时支持HTML5和CSS3,确保了与最新网络技术标准的完美兼容。欲了解更多或立即下载,请访问https://sogou.37moyu.com/
  实验要求:
  1、公司想将自己的服务器双线发布出去。
  2、员工可以访问电信和网通的WEB服务器。
  配置思路:
  1、事先指明公司和电信网通路由器的NAT的内部和外部端口。配置NAT路由器的默认路由。
  2、实现公网网络互通。
  3、公司配置:
  配置访问控制列表
  access-list 100 permit ip any 电信非直连网段 (允许电信网段)
  access-list100 deny ip any 电信非直连网段 (拒绝电信网段)
  access-list 100 permit ip any any (允许所有网段通信)
  配置PAT ip nat inside source list 100 电信wan口 overload
  ipnat inside source list 101 网通wan口 overload
  发布网站 ip nat inside source static tcp 服务器私网地址 80 电信公网地址 80
  ip nat inside source static tcp 服务器私网地址 80 网通公网地址 80
  4.电信和网通配置
  配置访问列表 access-list 1 permit公司内网网段
  配置PAT ip nat inside sourcelist 1 interface FastEthernet0/0 overload
  发布网站 ip nat inside source statictcp 192.168.5.3 80 192.168.4.100 80
  实验配置如下:
  router0:(公司路由器)
  interfaceFastEthernet0/0
  ip address 192.168.3.1 255.255.255.0
  ip nat outside
  duplex auto
  speed auto
  !
  interfaceFastEthernet0/1
  ip address 192.168.6.1 255.255.255.0
  ip nat outside
  duplex auto
  speed auto
  !
  interfaceFastEthernet1/0
  ip address 192.168.1.1 255.255.255.0
  ip nat inside
  duplex auto
  speed auto
  !
  interfaceFastEthernet1/1
  ip address 192.168.2.1 255.255.255.0
  ip nat inside
  duplex auto
  speed auto
  !
  interfaceVlan1
  no ip address
  shutdown
  !
  ipnat inside source list 100 interface FastEthernet0/0 overload
  ipnat inside source list 101 interface FastEthernet0/1 overload
  ipnat inside source static tcp 192.168.2.3 80 192.168.3.101 80
  ipnat inside source static tcp 192.168.2.2 80 192.168.3.100 80
  ipnat inside source static tcp 192.168.2.3 80 192.168.6.101 80
  ipnat inside source static tcp 192.168.2.2 80 192.168.6.100 80
  ipclassless
  iproute 192.168.4.0 255.255.255.0 FastEthernet0/0
  iproute 192.168.7.0 255.255.255.0 FastEthernet0/1
  !
  !
  access-list100 permit ip any 192.168.4.0 0.0.0.255
  access-list101 deny ip any 192.168.4.0 0.0.0.255
  access-list101 permit ip any any
  router1:(公网路由器)
  interfaceFastEthernet0/0
  ip address 192.168.3.2 255.255.255.0
  duplex auto
  speed auto
  !
  interfaceFastEthernet0/1
  ip address 192.168.4.1 255.255.255.0
  duplex auto
  speed auto
  router2:(公网路由器)
  interface FastEthernet0/0
  ip address192.168.6.2 255.255.255.0
  duplex auto
  speed auto
  !
  interface FastEthernet0/1
  ip address192.168.7.1 255.255.255.0
  duplex auto
  speed auto
  router3:(电信路由器)
  interface FastEthernet0/0
  ipaddress 192.168.4.2 255.255.255.0
  ip natoutside
  duplexauto
  speedauto
  !
  interface FastEthernet0/1
  ipaddress 192.168.5.1 255.255.255.0
  ip natinside
  duplexauto
  speedauto
  !
  interface Vlan1
  no ipaddress
  shutdown
  !
  ip nat inside source list 1 interfaceFastEthernet0/0 overload
  ip nat inside source static tcp 192.168.5.380 192.168.4.100 80
  ip classless
  ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
  !
  !
  access-list 1 permit 192.168.5.0 0.0.0.255
  !
  !
  router4:(网通路由器)
  interface FastEthernet0/0
  ipaddress 192.168.7.2 255.255.255.0
  ip natoutside
  duplexauto
  speedauto
  !
  interface FastEthernet0/1
  ipaddress 192.168.8.1 255.255.255.0
  ip natinside
  duplexauto
  speedauto
  !
  interface Vlan1
  no ipaddress
  shutdown
  !
  ip nat inside source list 1 interfaceFastEthernet0/0 overload
  ip nat inside source static tcp 192.168.8.380 192.168.7.100 80
  ip classless
  ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
  !
  !
  access-list 1 permit 192.168.8.0 0.0.0.255
  !
  !

总结而言,搜狗高速浏览器是一款为满足现代网络需求而精心打造的浏览器。其专业的开发团队不仅注重提供一流的用户体验,还致力于不断优化网页执行速度,增强安全性,以及支持各类扩展插件,从而实现高度个性化的浏览体验。如果您在寻找一款可靠、高效和技术先进的浏览器,搜狗高速浏览器将是您的理想选择。请访问官方网站https://sogou.37moyu.com/ 下载并体验搜狗高速浏览器,感受由先进技术所驱动的非凡浏览体验。
温馨提示:答案为网友推荐,仅供参考
相似回答
大家正在搜