网络通信 频道

PIX remoteVPN PPTP config example

PIX remoteVPN PPTP config example
pixfirewall# sh run
: Saved
:
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 inside security100
nameif ethernet1 outs ide security0
enable password 2KFQnbNIdI.2KYOU encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname pixfirewall
domain-name ciscopix.com
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
access-list 110 permit ip any 192.168.1.0 255.255.255.0
access-list 110 permit ip any 192.168.1.0 255.255.255.224
access-list outside-cryptomap permit ip any 192.168.1.0 255.255.255.0
pager lines 24
mtu inside 1500
mtu outside 1500
ip address inside 192.168.1.1 255.255.255.0
ip address outside 172.18.11.212 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool assign-ip 192.168.1.15-192.168.1.20
pdm location 192.168.1.0 255.255.255.0 outside
pdm history enable
arp timeout 14400
nat (inside) 0 access-list 110
route outside 0.0.0.0 0.0.0.0 172.18.11.254 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 TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
http server enable
http 0.0.0.0 0.0.0.0 outside
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 myset esp-des esp-md5-hmac
crypto dynamic-map remote-vpn 20 match address outside-cryptomap
crypto dynamic-map remote-vpn 20 set transform-set myset
crypto map outside-map 30 ipsec-isakmp dynamic remote-vpn
crypto map outside-map client authentication LOCAL
crypto map outside-map interface outside
isakmp enable outside
isakmp client configuration address-pool local assign-ip outside
isakmp policy 40 authentication pre-share
isakmp policy 40 encryption des
isakmp policy 40 hash md5
isakmp policy 40 group 2
isakmp policy 40 lifetime 86400
vpngroup vpnremote address-pool assign-ip
vpngroup vpnremote dns-server 168.95.1.1 172.16.0.1
vpngroup vpnremote default-domain brian.com
vpngroup vpnremote idle-time 1800
vpngroup vpnremote password ********
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 30
console timeout 0
vpdn group PPTP-VPDN-GROUP accept dialin pptp
vpdn group PPTP-VPDN-GROUP ppp authentication mschap
vpdn group PPTP-VPDN-GROUP ppp encryption mppe 40
vpdn group PPTP-VPDN-GROUP client configuration address local assign-ip
vpdn group PPTP-VPDN-GROUP client configuration dns 168.95.1.1 10.10.10.10
vpdn group PPTP-VPDN-GROUP client configuration wins 3.3.3.3
vpdn group PPTP-VPDN-GROUP pptp echo 60
vpdn group PPTP-VPDN-GROUP client authentication local
vpdn username brian2 password *********
vpdn enable outside
username brian password KfmD29XSWe5/Ta/n encrypted privilege 2
username allen password MVp.AE6u0pyeWjWC encrypted privilege 15
terminal width 80
Cryptochecksum:d41d8cd98f00b204e9800998ecf8427e
: end
pixfirewall#
 
 
0
相关文章