Chinaunix首页 | 论坛 | 博客
  • 博客访问: 463399
  • 博文数量: 132
  • 博客积分: 2995
  • 博客等级: 少校
  • 技术积分: 1412
  • 用 户 组: 普通用户
  • 注册时间: 2007-03-06 20:14
文章分类

全部博文(132)

文章存档

2010年(2)

2008年(21)

2007年(109)

我的朋友

分类:

2007-03-11 10:30:21

PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz security4
enable password xxxj encrypted
passwd xxx encrypted
hostname pixfirewall
domain-name xxx
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
name 192.168.0.2 mail
name 172.18.1.4 antiv
access-list nonat permit host 172.18.0.201
access-list nonat permit host 172.18.0.202
access-list nonat permit host 172.18.0.203
access-list nonat permit host 172.18.0.204
access-list nonat permit host 172.18.0.205
access-list nonat permit host 172.18.0.206
pager lines 24
logging on
mtu outside 1500
mtu inside 1500
mtu dmz 1500
ip address outside 202.110.53.x 255.255.255.248
ip address inside 172.18.0.100 255.255.255.0
ip address dmz 192.168.0.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool testpool 172.18.0.200-172.18.0.210
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 202.110.53.x netmask 255.255.255.255
global (dmz) 1 192.168.0.211 netmask 255.255.255.255
nat (inside) 0 access-list nonat
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
nat (dmz) 1 192.168.0.0 255.255.255.0 0 0
static (inside,dmz) 192.168.0.21 172.18.1.1 netmask 255.255.255.255 0 0
static (inside,outside) 202.110.53.x 172.18.1.10 netmask 255.255.255.255 0 0
static (dmz,outside) 202.110.53.x mail netmask 255.255.255.255 0 0
conduit permit icmp any any
conduit permit tcp host 202.110.53.x  eq smtp any
conduit permit tcp host 202.110.53.x  eq pop3 any
conduit permit tcp host 202.110.53.x  eq 3389 any
conduit permit tcp host 202.110.53.x eq 3389 any
conduit permit tcp host 192.168.0.21 eq telnet any
route outside 0.0.0.0 0.0.0.0 202.110.53.x  1
route inside 172.18.0.0 255.255.0.0 172.18.0.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
http server enable
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
sysopt connection permit-pptp
crypto ipsec transform-set test esp-des esp-md5-hmac
crypto dynamic-map dynmap 10 set transform-set test
crypto map testvpn 10 ipsec-isakmp dynamic dynmap
crypto map testvpn client configuration address initiate
crypto map testvpn client configuration address respond
crypto map testvpn client authentication LOCAL
crypto map testvpn interface outside
isakmp enable outside
isakmp key ******** address 0.0.0.0 netmask 0.0.0.0
isakmp identity address
isakmp client configuration address-pool local testpool outside
isakmp nat-traversal 120
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
telnet 172.18.1.0 255.255.255.0 inside
telnet 192.168.0.0 255.255.255.0 dmz
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 5
console timeout 0
vpdn group 1 accept dialin pptp
vpdn group 1 ppp authentication mschap
vpdn group 1 client configuration address local testpool
vpdn group 1 client configuration dns 172.18.1.10
vpdn group 1 pptp echo 60
vpdn group 1 client authentication local
vpdn username xx password *********
vpdn enable outside
username test password P4ttSyrm33SV8TYp encrypted privilege 2
terminal width 80
Cryptochecksum:4234c67e7e49a4d1ecd29576d24b2c2c
 
 
 
 
 
 
 
 
 
 
 
 
 
sysopt connection permit-ipsec         //定义连接加密协议
sysopt connection permit-pptp          ////定义连接加协议
crypto ipsec transform-set test esp-des esp-md5-hmac //定义加密算法
crypto dynamic-map dynmap 10 set transform-set test   //定义回密集
crypto map testvpn 10 ipsec-isakmp dynamic dynmap
crypto map testvpn client configuration address initiate  //定义CLIENT地址初始化
crypto map testvpn client configuration address respond  //定义CLIENT地址回应
crypto map testvpn client authentication LOCAL  //定义
crypto map testvpn interface outside
isakmp enable outside
isakmp key ******** address 0.0.0.0 netmask 0.0.0.0
isakmp identity address
isakmp client configuration address-pool local testpool outside
isakmp nat-traversal 120
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
阅读(940) | 评论(0) | 转发(0) |
0

上一篇:pix 515 vpdn

下一篇:cisco 3725 语音配置

给主人留下些什么吧!~~