Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Firewalls
[Top] [All Lists]

Re[2]: cisco pix 501 vpn with windows client

Subject: Re[2]: cisco pix 501 vpn with windows client
Date: Fri, 24 Mar 2006 13:36:45 -0800
Here's a working config from a 501. The windows client (I'm assuming you're 
using the Cisco VPN client v4 and above) just needs the public IP address of 
the PIX, the user name and the password. In the config example below all users 
share the same user name.

Things you need to change in this config to make it work for you:

your_password_here - set an enable password
same_or_different_password_here - set an access password here
x.x.x.x  - set the public IP address of your PIX here, may also be used for the 
route outside
user - you can keep or change this group name

You may also want to change the IP address(es) used internally for DHCP, DNS, 
and the vpnpool. You might also want to restrict telnet access internally more 
that this config does.


--------------------
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password your_password_here
passwd same_or_different_password_here
hostname PIX
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 in_to_out permit ip 192.168.168.0 255.255.255.0 192.168.168.0 255.25
5.255.0
access-list nonatinside permit ip 192.168.168.0 255.255.255.0 192.168.168.0 255.
255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside x.x.x.x 255.255.255.0
ip address inside 192.168.168.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool vpnpool 192.168.168.10-192.168.168.19
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list nonatinside
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 x.x.x.x 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
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 strong esp-3des esp-sha-hmac
crypto dynamic-map user 10 set transform-set strong
crypto dynamic-map user 10 set security-association lifetime seconds 14400 ki
lobytes 4608000
crypto map staticvpn 10 ipsec-isakmp dynamic user
crypto map staticvpn interface outside
isakmp enable outside
isakmp identity address
isakmp nat-traversal 20
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup user address-pool vpnpool
vpngroup user split-tunnel in_to_out
vpngroup user idle-time 1800
vpngroup user password user_password_here
telnet 192.168.168.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
management-access inside
console timeout 0
dhcpd address 192.168.168.101-192.168.168.132 inside
dhcpd dns 206.13.28.12 206.13.31.12
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd enable inside
terminal width 80
Cryptochecksum:5fd1e6cdb2b17c117ba4c27f90eb0ce2
: end

*********** REPLY SEPARATOR  ***********

On 3/24/2006 at 10:26 AM Imran Imtiaz wrote:

hi Aida,

       thanks for helping me out.
 ----- Original Message ----- 
 From: Aida Lumbreras 
 To: Imran Imtiaz ; firewalls@securityfocus.com 
 Sent: Thursday, March 23, 2006 12:14 PM
 Subject: Re: cisco pix 501 vpn with windows client


 Hi Imran,




 you can try this configuration:


 sysopt connection permit-pptp

 fixup protocol pptp 1723




 ip local pool bigpool 192.168.1.1-192.168.1.254




 vpdn group 1 accept dialin pptp

 vpdn group 1 ppp authentication pap

 vpdn group 1 ppp authentication chap

 vpdn group 1 ppp authentication mschap

 vpdn group 1 ppp encryption mppe auto

 vpdn group 1 client configuration address local bigpool

 vpdn group 1 pptp echo 60

 vpdn group 1 client authentication local 







 vpdn username test password whatever

 vpdn enable outside




 Further info located at:





http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a0080093f89.shtml





 Hope this helps!




 Aida Lumbreras




 ----------------------------

   Can anyone give me the configuration of connecting windows 2k and
cisco pix 501 through VPN?




<Prev in Thread] Current Thread [Next in Thread>