Link to home
Start Free TrialLog in
Avatar of stevem200872
stevem200872Flag for United Kingdom of Great Britain and Northern Ireland

asked on

No VPN Acess through my pix 501 firewall

I get a 721 error when trying to connect, any ideas..?

This is my script;

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 pptp 1723                        
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.1.202 Exchange                          
name 135.196.176.231 Exchange_outside                                    
access-list inside_outbound_nat0_acl permit ip interface inside 192.168.1.0 25                                                                            
255.255.128          
access-list outside_cryptomap_dyn_20 permit ip any 192.168.1.0 255.255.255.128                                                                              
access-list outside_access_in permit gre any any                                                
access-list outside_access_in permit tcp any interface outside eq smtp                                                                      
access-list outside_access_in permit tcp any interface outside eq pptp                                                                      
access-list outside_access_in permit tcp any interface outside eq 5900                                                                      
access-list outside_access_in permit tcp any eq smtp host Exchange_outside                                                                          
access-list outside_access_in permit tcp any host Exchange_outside                                                                  
access-list outgoing                    
access-list outgoing permit ip any any                                      
access-list outgoing permit icmp any any                                        
pager lines 24              
mtu outside 1500                
mtu inside 1500              
ip address outside Exchange_outside 255.255.255.224                                                  
ip address inside 192.168.1.1 255.255.255.0                                          
ip audit info action alarm reset                                
ip audit attack action alarm reset                                  
ip local pool skyevpn 192.168.1.50-192.168.1.70                                              
pdm location 213.86.132.161 255.255.255.255 outside                                                  
pdm location 213.86.132.162 255.255.255.255 outside                                                  
pdm location 192.168.1.0 255.255.255.255 inside                                              
pdm location 192.168.1.49 2                        
pdm location Exchange_outside 255.255.255.255 inside                                                    
pdm location Exchange 255.255.255.255 inside                                            
pdm logging informational 100                            
pdm history enable                  
arp timeout 14400                
global (outside) 1 interface                            
nat (inside) 0 access-list inside_outbound_nat0_acl                                                  
nat (inside) 1 0.0.0.0 0.0.0.0 0 0                                  
static (inside,outside) tcp Exchange_outside smtp Exchange smtp netmask 255.255.                                                                                
255.255 0 0          
static (inside,outside) tcp interface pptp 192.168.1.200 pptp netmask 255.255.25                                                                                
5.255 0 0        
static (inside,outside) tcp Exchange_outside 5900 192                                                    
255.255.255 0 0              
static (inside,outside) Exchange_outside Exchange netmask 255.255.255.255 0 0                                                                            
access-group outside_access_in in interface outside                                                  
access-group outgoing in interface inside                                        
route outside 0.0.0.0 0.0.0.0 81.178.42.14 1                                            
timeout xlate 0:05: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 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                              
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac                                                            
crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20                                                                            
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-MD5                                                                    
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map                                                                
crypto map outside_map interface outside                                        
isakmp enable outside                    
isakmp enable inside                    
isakmp policy 20 authentication pre-share                                        
isakmp policy 20 encryption 3des                                
isakmp policy 20 hash md5                        
isakmp policy 20 group 2                        
isakmp policy 20 lifetime 86400                              
vpngroup skye address-pool skyevpn                                  
vpngroup skye dns-server 192.168.1.49                                    
vpngroup skye idle-time 1800
vpngroup skye password ********
telnet 213.86.132.161 255.255.255.255 outside
telnet 213.86.132.162 255.255.255.255 outside
telnet 192.168.1.0 255.255.255.255 inside
telnet 192.168.1.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd auto_config outside
vpnclient server 213.86.132.161
vpnclient mode client-mode
vpnclient vpngroup win2k password ********
terminal width 80
Cryptochecksum:c33fe327fa476226d3e9e6783b513f1d
: end

Avatar of harbor235
harbor235
Flag of United States of America image

What error do you get?

harbor235 '}
Avatar of stevem200872

ASKER

error 721 when trying to connect form windows XP (sp2) VPN client
ASKER CERTIFIED SOLUTION
Avatar of Tim Holman
Tim Holman
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Arrr sorted it i found the fixup protocol pptp 1723 was missing ....wired why would that go...?

Anyway all working now

Thanks mate :-)