专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅

首页 »网络技术 » 路由器nat配置:cisco2621路由器NAT配置例子 »正文

路由器nat配置:cisco2621路由器NAT配置例子

来源: 发布时间:星期日, 2008年12月14日 浏览:58次 评论:0

  Router#sh run
  Building configuration...
  
  Current configuration:
  !
  version 12.0
  service timestamps debug uptime
  service timestamps log uptime
  no service password-encryption
  !
  hostname Router
  !
  !
  username zzf7681
  !
  !
  !
  !
  ip subnet-zero
  !
  !
  !
  !
  erface FastEthernet0/0
  ip address 218.28.3.134 255.255.255.252
  no ip directed-broadcast
  ip nat outside
  duplex auto
  speed auto
  !
  erface FastEthernet0/1
  ip address 200.4.3.10 255.255.255.0
  no ip directed-broadcast
  ip nat inside
  duplex auto
  speed auto
  !
  ip nat pool bbb 218.28.3.134 218.28.3.134 netmask 255.2
  ip nat inside source list 1 pool bbb overload
  ip less
  ip route 0.0.0.0 0.0.0.0 218.28.3.133
  no ip http server
  !
  access-list 1 permit 200.4.3.0 0.0.0.255
  !
  line con 0
  password zzf7681
  transport input none
  line aux 0
  line vty 0 4
  password zzf7681
  login
  !
  end
  
  
0

相关文章

读者评论

发表评论

  • 昵称:
  • 内容: