中国IT动力,最新最全的IT技术教程
最新100篇 | 推荐100篇 | 专题100篇 | 排行榜 | 搜索 | 在线API文档 | 网通镜像
首 页 | 程序开发 | 操作系统 | 软件应用 | 图形图象 | 网络应用 | 精文荟萃 | 教育认证 | 硬件维护 | 未整理篇 | 站长教程
ASP JS PHP工程 ASP.NET 网站建设 UML J2EESUN .NET VC VB VFP 网络维护 数据库 DB2 SQL2000 Oracle Mysql
服务器 Win2000 Office C DreamWeaver FireWorks Flash PhotoShop 上网宝典 CorelDraw 协议大全 网络安全 微软认证
硬件维护  CPU  主板  硬盘  内存  显卡  显示器  键盘鼠标  声卡音箱  打印机  机箱电源  BIOS  网卡  C#  Java  Delphi  vs.net2005
  当前位置:> 教育认证 > 思科认证 > CISCO其他
三层网络通过双网络出口发布网站方案(上)
作者:佚名 时间:2005-01-02 10:57 出处:互连网 责编:chinaitpower
              摘要:三层网络通过双网络出口发布网站方案(上)

  一.本系统目前网络现状
   
  
  服务器单独在vlan1, 4006配置了三层路由, vlan1地址10.10.10.249,所有VLAN通过PIX515做NAT 上网。 PIX 内部地址:10.10.10.1,服务器的网关均指向10.10.10.249。
  
    4006三层配置(部分):
  start--------------
  
  interface Port-channel1.1
  encapsulation dot1Q 2
  ip address 10.10.10.249 255.255.255.0
  no ip redirects
  no ip directed-broadcast
  ip pim sparse-mode
  ip cgmp
  !
  interface Port-channel1.2
  encapsulation dot1Q 10
  ip address 10.10.11.1 255.255.255.0
  ip helper-address 10.10.10.8
  no ip redirects
  no ip directed-broadcast
  ip pim sparse-mode
  ip cgmp
  !
  interface Port-channel1.3
  encapsulation dot1Q 11
  ip address 10.10.12.1 255.255.255.0
  ip helper-address 10.10.10.8
  no ip redirects
  no ip directed-broadcast
  ip pim sparse-mode
  ip cgmp
  !
  ip classless
  ip route 0.0.0.0 0.0.0.0 211.45.90.1
  ------------------------------------over------------------------------------------
  
  PIX配置(静态映射和路由部分):
  ----------------------------------static& conduit------------------------------
  tatic (inside,outside) udp a.b.c.188 domain 10.10.10.9 domain netmask 255.255.255.255 0 0
  static (inside,outside) tcp a.b.c.188 ftp 10.10.10.9 ftp netmask 255.255.255.255 0 0
  static (inside,outside) tcp a.b.c.188 www 10.10.10.3 www netmask 255.255.255.255 0 0
  static (inside,outside) tcp a.b.c.186 smtp 10.10.10.8 smtp netmask 255.255.255.255 0 0
  static (inside,outside) tcp a.b.c.186 pop3 10.10.10.5 pop3 netmask 255.255.255.255 0 0
  static (inside,outside) tcp a.b.c.186 www 10.10.10.5 www netmask 255.255.255.255 0 0
  conduit permit tcp host a.b.c.188 eq ftp any
  conduit permit udp host a.b.c.188 eq domain any
  conduit permit tcp host a.b.c.188 eq www any
  conduit permit tcp host a.b.c.186 any
  
  ----------------------------------route chapter--------------------------------
  route outside 0.0.0.0 0.0.0.0 a.b.c.129 1
  route inside 10.10.11.0 255.255.255.0 10.10.10.249 1
  route inside 10.10.12.0 255.255.255.0 10.10.10.249 1
  route inside 10.10.13.0 255.255.255.0 10.10.10.249 1
  -------------over-------------
  
    PIX的outsie接联通的网络.
  
  二、网络需求
  
    因为联通网络不能提供足够的IP地址做所有服务器的发布.所以本单位决定再租用电信的一条链路来发布其他网站.如图所示.
  
    请问这个系统应该怎么规划?
  
  
  
  
关闭本页
 
首页 | 投资与合作 | 服务条款 | 隐私政策 | 收藏本站 | 设为首页 | 新用户注册 | 免责声明 | 使用帮助
Copyright ©2005-2008 chinaitpower.com All rights reserved. www.chinaitpower.com 版权所有