The following are specific configurations:
PIX version 6.3 (1)//Os I used version 6.3, this version supports IPSec VPN with NAT
Interface Ethernet0 Auto
Interface Ethernet1 Auto
Nameif Ethernet0 outside Security0
Nameif Ethernet1 inside security100
Enable password 8ry2yjiyt7rrxu24 encrypted
passwd 2kfqnbnidi.2kyou Encrypted
Hostname issc-pix515e-r
Fixup protocol FTP 21
Fixup protocol h323 h225 1720
Fixup protocol h323 RAS 1718-1719
Fixup protocol HTTP 80
Fixup protocol ILS 389
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
Names
Access-list Permit IP 192.168.10.0 255.255.255.0 192.168.32.0 255.255.255.0
Access-list 102 Permit IP 192.168.10.0 255.255.255.0 192.168.32.0 255.255.255.0
Access-list permit ICMP any any
Pager lines 24
MTU outside 1500
MTU Inside 1500
IP address outside 10.0.0.1 255.255.255.0
IP address inside 192.168.10.252 255.255.255.0
IP Audit Info Action Alarm
IP Audit Attack Action Alarm
IP Local Pool PCCW 192.168.32.1-192.168.32.10
IP Local Pool pccw02 192.168.32.50
PDM history Enable
ARP Timeout 14400
Global (outside) 1 interface
Nat (inside) 0 Access-list 102//VPN-connected users without NAT, here's 102 corresponds to the above Access-list 102
Nat (inside) 1 192.168.10.0 255.255.255.0 0 0
Access-group in interface outside
Route outside 0.0.0.0 0.0.0.0 202.108.48.181 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
Aaa-server Partnerauth Protocol Radius
Aaa-server Partnerauth (inside) host 192.168.10.110 cisco123 timeout 10//Specify RADIUS server IP and key
Aaa-server Parnerauth Protocol tacacs+
No snmp-server location
No Snmp-server Contact
Snmp-server Community Public
No snmp-server enable traps
Floodguard Enable
Sysopt Connection Permit-ipsec
Crypto IPSec Transform-set MySet esp-des Esp-md5-hmac
Crypto Dynamic-map Dynmap set Transform-set myset
Crypto map Mymap ipsec-isakmp dynamic Dynmap
Crypto map MYMAP Client configuration address initiate
Crypto map MYMAP Client Configuration address respond
Crypto map Mymap Client authentication Partnerauth//Set user authentication through RADIUS
Crypto map Mymap interface outside
ISAKMP enable outside
ISAKMP Identity Address
ISAKMP nat-traversal 10//This is to allow NAT users to cross the PIX, only in 6.3 new features, such as resolving NAT VPN dial-up problem in LAN
ISAKMP Policy Authentication Pre-share
ISAKMP Policy Encryption des
ISAKMP Policy Hash MD5
ISAKMP Policy Group 2
ISAKMP Policy Lifetime 86400
Vpngroup vpn3000 address-pool PCCW//Below I built two groups, if you want to assign a fixed IP for each group, only set up a group for each user, hey, the customer who made this request is simply torture: (
Vpngroup vpn3000 Dns-server 202.96.134.133
Vpngroup vpn3000 Split-tunnel 102
Vpngroup vpn3000 idle-time 1800
Vpngroup vpn3000 Password ********
Vpngroup Link Address-pool pccw02
Vpngroup Link Split-tunnel 102
Vpngroup Link Idle-time 1800
Vpngroup Link Password ********
Telnet 192.168.32.0 255.255.255.0 outside
Telnet 192.168.10.0 255.255.255.0 inside
Telnet Timeout 5
SSH Timeout 5
Console Timeout 0
Terminal Width 80
cryptochecksum:81630e6f8040b488f6c2e6c6ff872804
: End
[OK]