linux社区爱心援助Linux认证系列教程业界动态站务新闻公司招聘建议留言网址大全LPI专题CISCO专题
设为首页
加入收藏
管理团队
JSP  
JAVA  
PERL  
 您的位置:首页 > 专题栏目 > cisco >
栏目导栏
  LPI
  cisco
资料搜索
热门文章
·关于PIX的配置及注解完全手册(
·零起点配置PIX防火墙 PIX防火墙
·零起点配置PIX防火墙 六大基本
·PIX命令集
·Pix515 防火墙配置策略实例分析
·思科PIX防火墙VPN的配置实例
·详细介绍Cisco Secure PIX 525
·使用VPN Client 简单的VPN登入
·开始使用cisco pix 防火墙(主要
·Cisco思科3550交换机配置手册
·Cisco PIX Syslog 配置说明
·某公司PIX 520防火墙系统和NAT
·pix中的七个命令
·Cisco PIX 防火墙安装指南
·CISCO PIX 防火墙及网络安全配
最新文章
·简述万兆以太网技术
·六种方式来设置路由器
·教你怎么优化TCP/IP网络
·路由器ACL实验详细过程讲解
·DHCP Snooping技术介绍
·网关无法Ping通故障及解决方法
·UDP用户数据报协议简介
·OSPF动态路由协议的路由更新机
·OSPF动态路由协议基本工作原理
·Cisco3725交换机密码破解方法
·如何制定全面的网络安全计划
·利用UNIX系统的TFTP和RCP配置路
·CCNA试验考试命令总结
·用命令行在Cisco设备上查看机框
·交换机介绍 网管必读的技术资料
Google
 
思科PIX防火墙VPN的配置实例
[ 作者:Linux联盟收集  加入时间:2006-07-25 12:25:31  来自:Linux联盟收集 ]
一、Pix-PixTbpLinux联盟
  TbpLinux联盟
  
 
TbpLinux联盟
  TbpLinux联盟
  PIX CentralTbpLinux联盟
  TbpLinux联盟
  Building configuration...TbpLinux联盟
  : SavedTbpLinux联盟
  :TbpLinux联盟
  PIX Version 6.3(3)TbpLinux联盟
  in terface ethernet0 autoTbpLinux联盟
  interface ethernet1 autoTbpLinux联盟
  nameif ethernet0 outside security0TbpLinux联盟
  nameif ethernet1 inside security100TbpLinux联盟
  enable password 8Ry2YjIyt7RRXU24 encryptedTbpLinux联盟
  passwd 2KFQnbNIdI.2KYOU encryptedTbpLinux联盟
  hostname pix-centralTbpLinux联盟
  fixup protocol dns maximum-length 512TbpLinux联盟
  fixup protocol ftp 21TbpLinux联盟
  fixup protocol h323 h225 1720TbpLinux联盟
  fixup protocol h323 ras 1718-1719TbpLinux联盟
  fixup protocol http 80TbpLinux联盟
  fixup protocol rsh 514TbpLinux联盟
  fixup protocol rtsp 554TbpLinux联盟
  fixup protocol sip 5060TbpLinux联盟
  fixup protocol sip udp 5060TbpLinux联盟
  fixup protocol skinny 2000TbpLinux联盟
  fixup protocol smtp 25TbpLinux联盟
  fixup protocol sqlnet 1521TbpLinux联盟
  fixup protocol tftp 69TbpLinux联盟
  namesTbpLinux联盟
  TbpLinux联盟
  !--- This is traffic to PIX 2.TbpLinux联盟
  TbpLinux联盟
  access-list 120 permit ip 10.1.1.0 255.255.255.0 10.2.2.0 255.255.255.0TbpLinux联盟
  TbpLinux联盟
  !--- This is traffic to PIX 3.TbpLinux联盟
  TbpLinux联盟
  access-list 130 permit ip 10.1.1.0 255.255.255.0 10.3.3.0 255.255.255.0TbpLinux联盟
  TbpLinux联盟
  !--- Do not do Network Address Translation (NAT) on traffic to other PIXes.TbpLinux联盟
  TbpLinux联盟
  access-list 100 permit ip 10.1.1.0 255.255.255.0 10.2.2.0 255.255.255.0TbpLinux联盟
  access-list 100 permit ip 10.1.1.0 255.255.255.0 10.3.3.0 255.255.255.0TbpLinux联盟
  pager lines 24TbpLinux联盟
  logging onTbpLinux联盟
  mtu outside 1500TbpLinux联盟
  mtu inside 1500TbpLinux联盟
  ip address outside 172.18.124.153 255.255.255.0TbpLinux联盟
  ip address inside 10.1.1.1 255.255.255.0TbpLinux联盟
  ip audit info action alarmTbpLinux联盟
  ip audit attack action alarmTbpLinux联盟
  pdm history enableTbpLinux联盟
  arp timeout 14400TbpLinux联盟
  TbpLinux联盟
  !--- Do not do NAT on traffic to other PIXes.TbpLinux联盟
  TbpLinux联盟
  nat (inside) 0 access-list 100TbpLinux联盟
  route outside 0.0.0.0 0.0.0.0 172.18.124.1 1TbpLinux联盟
  timeout xlate 3:00:00TbpLinux联盟
  timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00TbpLinux联盟
  timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00TbpLinux联盟
  timeout uauth 0:05:00 absoluteTbpLinux联盟
  aaa-server TACACS+ protocol tacacs+TbpLinux联盟
  aaa-server RADIUS protocol radiusTbpLinux联盟
  aaa-server LOCAL protocol localTbpLinux联盟
  no snmp-server locationTbpLinux联盟
  no snmp-server contactTbpLinux联盟
  snmp-server community publicTbpLinux联盟
  snmp-server enable trapsTbpLinux联盟
  floodguard enableTbpLinux联盟
  sysopt connection permit-ipsecTbpLinux联盟
  crypto ipsec transform-set myset esp-des esp-md5-hmacTbpLinux联盟
  TbpLinux联盟
  !--- This is traffic to PIX 2.TbpLinux联盟
  TbpLinux联盟
  crypto map newmap 20 ipsec-isakmpTbpLinux联盟
  crypto map newmap 20 match address 120TbpLinux联盟
  crypto map newmap 20 set peer 172.18.124.154TbpLinux联盟
  crypto map newmap 20 set transform-set mysetTbpLinux联盟
  TbpLinux联盟
  !--- This is traffic to PIX 3.TbpLinux联盟
  TbpLinux联盟
  crypto map newmap 30 ipsec-isakmpTbpLinux联盟
  crypto map newmap 30 match address 130TbpLinux联盟
  crypto map newmap 30 set peer 172.18.124.157TbpLinux联盟
  crypto map newmap 30 set transform-set mysetTbpLinux联盟
  crypto map newmap interface outsideTbpLinux联盟
  isakmp enable outsideTbpLinux联盟
  isakmp key ******** address 172.18.124.154 netmask 255.255.255.255TbpLinux联盟
  no-xauth no-config-modeTbpLinux联盟
  isakmp key ******** address 172.18.124.157 netmask 255.255.255.255TbpLinux联盟
  no-xauth no-config-modeTbpLinux联盟
  isakmp identity addressTbpLinux联盟
  isakmp policy 10 authentication pre-shareTbpLinux联盟
  isakmp policy 10 encryption desTbpLinux联盟
  isakmp policy 10 hash md5TbpLinux联盟
  isakmp policy 10 group 1TbpLinux联盟
  isakmp policy 10 lifetime 1000TbpLinux联盟
  telnet timeout 5TbpLinux联盟
  ssh timeout 5TbpLinux联盟
  console timeout 0TbpLinux联盟
  terminal width 80TbpLinux联盟
  Cryptochecksum:d41d8cd98f00b204e9800998ecf8427eTbpLinux联盟
  : endTbpLinux联盟
  TbpLinux联盟
  PIX 2TbpLinux联盟
  TbpLinux联盟
  Building configuration...TbpLinux联盟
  : SavedTbpLinux联盟
  :TbpLinux联盟
  PIX Version 6.3(3)TbpLinux联盟
  interface ethernet0 autoTbpLinux联盟
  interface ethernet1 autoTbpLinux联盟
  nameif ethernet0 outside security0TbpLinux联盟
  nameif ethernet1 inside security100TbpLinux联盟
  TbpLinux联盟
  enable password 8Ry2YjIyt7RRXU24 encryptedTbpLinux联盟
  passwd 2KFQnbNIdI.2KYOU encryptedTbpLinux联盟
  hostname pix2TbpLinux联盟
  fixup protocol dns maximum-length 512TbpLinux联盟
  fixup protocol ftp 21TbpLinux联盟
  fixup protocol h323 h225 1720TbpLinux联盟
  fixup protocol h323 ras 1718-1719TbpLinux联盟
  fixup protocol http 80TbpLinux联盟
  fixup protocol rsh 514TbpLinux联盟
  fixup protocol rtsp 554TbpLinux联盟
  fixup protocol sip 5060TbpLinux联盟
  fixup protocol sip udp 5060TbpLinux联盟
  fixup protocol skinny 2000TbpLinux联盟
  fixup protocol smtp 25TbpLinux联盟
  fixup protocol sqlnet 1521TbpLinux联盟
  fixup protocol tftp 69TbpLinux联盟
  namesTbpLinux联盟
  TbpLinux联盟
  !--- This is traffic to PIX Central.TbpLinux联盟
  TbpLinux联盟
  access-list 110 permit ip 10.2.2.0 255.255.255.0 10.1.1.0 255.255.255.0TbpLinux联盟
  TbpLinux联盟
  !--- Do not do NAT on traffic to PIX Central.TbpLinux联盟
  TbpLinux联盟
  access-list 100 permit ip 10.2.2.0 255.255.255.0 10.1.1.0 255.255.255.0TbpLinux联盟
  pager lines 24TbpLinux联盟
  logging onTbpLinux联盟
  mtu outside 1500TbpLinux联盟
  mtu inside 1500TbpLinux联盟
  ip address outside 172.18.124.154 255.255.255.0TbpLinux联盟
  ip address inside 10.2.2.1 255.255.255.0TbpLinux联盟
  ip audit info action alarmTbpLinux联盟
  ip audit attack action alarmTbpLinux联盟
  no failoverTbpLinux联盟
  failover timeout 0:00:00TbpLinux联盟
  failover poll 15TbpLinux联盟
  no failover ip address outsideTbpLinux联盟
  no failover ip address insideTbpLinux联盟
  pdm history enableTbpLinux联盟
  arp timeout 14400TbpLinux联盟
  TbpLinux联盟
  !--- Do not do NAT on traffic to PIX Central.TbpLinux联盟
  TbpLinux联盟
  nat (inside) 0 access-list 100TbpLinux联盟
  route outside 0.0.0.0 0.0.0.0 172.18.124.1 1TbpLinux联盟
  timeout xlate 3:00:00TbpLinux联盟
  timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00TbpLinux联盟
  timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00TbpLinux联盟
  timeout uauth 0:05:00 absoluteTbpLinux联盟
  aaa-server TACACS+ protocol tacacs+TbpLinux联盟
  aaa-server RADIUS protocol radiusTbpLinux联盟
  aaa-server LOCAL protocol localTbpLinux联盟
  no snmp-server locationTbpLinux联盟
  no snmp-server contactTbpLinux联盟
  snmp-server community publicTbpLinux联盟
  no snmp-server enable trapsTbpLinux联盟
  floodguard enableTbpLinux联盟
  sysopt connection permit-ipsecTbpLinux联盟
  crypto ipsec transform-set myset esp-des esp-md5-hmacTbpLinux联盟
  TbpLinux联盟
  !--- This is traffic to PIX Central.TbpLinux联盟
  TbpLinux联盟
  crypto map newmap 10 ipsec-isakmpTbpLinux联盟
  crypto map newmap 10 match address 110TbpLinux联盟
  crypto map newmap 10 set peer 172.18.124.153TbpLinux联盟
  crypto map newmap 10 set transform-set mysetTbpLinux联盟
  crypto map newmap interface outsideTbpLinux联盟
  isakmp enable outsideTbpLinux联盟
  isakmp key ******** address 172.18.124.153 netmask 255.255.255.255TbpLinux联盟
  no-xauth no-config-modeTbpLinux联盟
  isakmp identity addressTbpLinux联盟
  isakmp policy 10 authentication pre-shareTbpLinux联盟
  isakmp policy 10 encryption desTbpLinux联盟
  isakmp policy 10 hash md5TbpLinux联盟
  isakmp policy 10 group 1TbpLinux联盟
  isakmp policy 10 lifetime 1000TbpLinux联盟
  telnet timeout 5TbpLinux联盟
  ssh timeout 5TbpLinux联盟
  console timeout 0TbpLinux联盟
  terminal width 80TbpLinux联盟
  Cryptochecksum:d41d8cd98f00b204e9800998ecf8427eTbpLinux联盟
  : endTbpLinux联盟
  TbpLinux联盟
  PIX 3 ConfigurationTbpLinux联盟
  TbpLinux联盟
  Building configuration...TbpLinux联盟
  : SavedTbpLinux联盟
  :TbpLinux联盟
  PIX Version 6.3(3)TbpLinux联盟
  interface ethernet0 autoTbpLinux联盟
  interface ethernet1 autoTbpLinux联盟
  nameif ethernet0 outside security0TbpLinux联盟
  nameif ethernet1 inside security100TbpLinux联盟
  enable password 8Ry2YjIyt7RRXU24 encryptedTbpLinux联盟
  passwd 2KFQnbNIdI.2KYOU encryptedTbpLinux联盟
  hostname pix3TbpLinux联盟
  fixup protocol dns maximum-length 512TbpLinux联盟
  fixup protocol ftp 21TbpLinux联盟
  fixup protocol h323 h225 1720TbpLinux联盟
  fixup protocol h323 ras 1718-1719TbpLinux联盟
  fixup protocol http 80TbpLinux联盟
  fixup protocol rsh 514TbpLinux联盟
  fixup protocol rtsp 554TbpLinux联盟
  fixup protocol sip 5060TbpLinux联盟
  fixup protocol sip udp 5060TbpLinux联盟
  fixup protocol skinny 2000TbpLinux联盟
  fixup protocol smtp 25TbpLinux联盟
  fixup protocol sqlnet 1521TbpLinux联盟
  fixup protocol tftp 69TbpLinux联盟
  namesTbpLinux联盟
  TbpLinux联盟
  !--- This is traffic to PIX Central.TbpLinux联盟
  TbpLinux联盟
  access-list 110 permit ip 10.3.3.0 255.255.255.0 10.1.1.0 255.255.255.0TbpLinux联盟
  TbpLinux联盟
  !--- Do not do NAT on traffic to PIX Central.TbpLinux联盟
  TbpLinux联盟
  access-list 100 permit ip 10.3.3.0 255.255.255.0 10.1.1.0 255.255.255.0TbpLinux联盟
  pager lines 24TbpLinux联盟
  logging onTbpLinux联盟
  mtu outside 1500TbpLinux联盟
  mtu inside 1500TbpLinux联盟
  ip address outside 172.18.124.157 255.255.255.0TbpLinux联盟
  ip address inside 10.3.3.1 255.255.255.0TbpLinux联盟
  ip audit info action alarmTbpLinux联盟
  ip audit attack action alarmTbpLinux联盟
  no failoverTbpLinux联盟
  failover timeout 0:00:00TbpLinux联盟
  failover poll 15TbpLinux联盟
  no failover ip address outsideTbpLinux联盟
  no failover ip address insideTbpLinux联盟
  pdm history enableTbpLinux联盟
  arp timeout 14400TbpLinux联盟
  TbpLinux联盟
  !--- Do not do NAT on traffic to PIX Central.TbpLinux联盟
  TbpLinux联盟
  nat (inside) 0 access-list 100TbpLinux联盟
  route outside 0.0.0.0 0.0.0.0 172.18.124.1 1TbpLinux联盟
  timeout xlate 3:00:00TbpLinux联盟
  timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00TbpLinux联盟
  timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00TbpLinux联盟
  timeout uauth 0:05:00 absoluteTbpLinux联盟
  aaa-server TACACS+ protocol tacacs+TbpLinux联盟
  aaa-server RADIUS protocol radiusTbpLinux联盟
  aaa-server LOCAL protocol localTbpLinux联盟
  no snmp-server locationTbpLinux联盟
  no snmp-server contactTbpLinux联盟
  snmp-server community publicTbpLinux联盟
  no snmp-server enable trapsTbpLinux联盟
  floodguard enableTbpLinux联盟
  sysopt connection permit-ipsecTbpLinux联盟
  crypto ipsec transform-set myset esp-des esp-md5-hmacTbpLinux联盟
  TbpLinux联盟
  !--- This is traffic to PIX Central.TbpLinux联盟
  TbpLinux联盟
  crypto map newmap 10 ipsec-isakmpTbpLinux联盟
  crypto map newmap 10 match address 110TbpLinux联盟
  crypto map newmap 10 set peer 172.18.124.153TbpLinux联盟
  crypto map newmap 10 set transform-set mysetTbpLinux联盟
  crypto map newmap interface outsideTbpLinux联盟
  isakmp enable outsideTbpLinux联盟
  isakmp key ******** address 172.18.124.153 netmask 255.255.255.255TbpLinux联盟
  no-xauth no-config-modeTbpLinux联盟
  isakmp identity addressTbpLinux联盟
  isakmp policy 10 authentication pre-shareTbpLinux联盟
  isakmp policy 10 encryption desTbpLinux联盟
  isakmp policy 10 hash md5TbpLinux联盟
  isakmp policy 10 group 1TbpLinux联盟
  isakmp policy 10 lifetime 1000TbpLinux联盟
  telnet timeout 5TbpLinux联盟
  ssh timeout 5TbpLinux联盟
  console timeout 0TbpLinux联盟
  terminal width 80TbpLinux联盟
  Cryptochecksum:aa3bbd8c6275d214b153e1e0bc0173e4TbpLinux联盟
  : end

 

Linux联盟收集整理 ,转贴请标明原始链接,如有任何疑问欢迎来本站Linux论坛讨论
评论】【加入收藏夹】【 】【打印】【关闭
※ 相关链接
 ·linux服务器上设置VPN  (2006-07-24 21:47:03)
 ·slackware-10.1 下 adsl 拨号上网的 iptables 防火墙设置  (2006-07-24 20:52:56)
 ·配置XGL实现梦幻般的桌面  (2006-07-23 23:36:04)
 ·CISCO PIX 防火墙及网络安全配置  (2006-07-22 13:20:16)
 ·Linux 网络接口配置文件及相关工具 (v0.1b)  (2006-07-21 19:25:25)
 ·浅谈Linux系统中Logcheck的安装和配置  (2006-07-21 10:00:00)
 ·浅谈Linux优化及安全配置个人体会总结  (2006-07-21 09:57:33)
 ·FC5 yum配置  (2006-07-20 13:31:15)
 ·FC5+Apache2+PHP5+MYSQL5环境配置  (2006-07-20 12:52:35)
 ·Cisco PIX Syslog 配置说明  (2006-07-20 12:45:09)