I am
> new to Cisco and am having some problems. I am referring to this:
>
>
http://www.experts-exchange.com/Security/Software_Firewalls/Q_22016322> .html
>
>
>
>
>
> I am setting up.. well trying to set up VPN access.
>
> I set up the windows 2003 server with IAS.
>
> I actually see that there is attempted access to the IAS; But I NEVER
> get authentication; it always says the authentication failed.
>
>
>
> When I connect, it asks for user name and password; sits there and
> waits.. and then fails. I did enable dial-up
>
>
>
> I am using the cisco client 4.8; Could there be a version conflict
> between 4.8 and PIXversion 6.3?
>
>
>
> I appreciate any help you can give me.
>
>
>
> Shawn
>
>
>
>
PIX Config
Building configuration...
: Saved
:
PIX Version 6.3(5)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password ayES3UY1NuNSgrCy encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname lstechpix
domain-name lstechllc.com
clock timezone EST -5
clock summer-time EDT recurring
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 101 permit tcp any host 111.183.5.248 eq ssh
access-list 101 permit tcp any host 111.183.5.248 eq https
access-list 101 permit tcp any host 111.183.5.248 eq 3389
access-list 101 permit tcp any host 111.183.5.248 eq ftp-data
access-list 101 permit tcp any host 111.183.5.248 eq ftp
access-list 111 deny ip host 202.213.201.85 any
access-list 111 permit ip any any
access-list 111 deny ip host 58.60.237.66 any
access-list 111 deny ip host 218.57.8.24 any
access-list 111 deny ip host 207.218.250.80 any
access-list 1 deny host 67.106.213.90
access-list 1 permit any
pager lines 24
logging on
mtu outside 1500
mtu inside 1500
ip address outside dhcp setroute
ip address inside 192.168.1.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool VPNPOOL 192.168.2.1-192.168.2.254
pdm location 192.168.1.2 255.255.255.255 inside
pdm location 192.168.1.3 255.255.255.255 inside
pdm location 58.60.237.66 255.255.255.255 outside
pdm location 202.213.201.85 255.255.255.255 outside
pdm location 207.218.250.80 255.255.255.255 outside
pdm location 218.57.8.24 255.255.255.255 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp 111.183.5.248 ssh 192.168.1.2 ssh netmask 255.255.255.255 0 0
static (inside,outside) tcp 111.183.5.248 3389 192.168.1.3 3389 netmask 255.255.255.255 0 0
static (inside,outside) tcp 111.183.5.248 https 192.168.1.3 https netmask 255.255.255.255 0 0
static (inside,outside) tcp 111.183.5.248 ftp-data 192.168.1.3 ftp-data netmask 255.255.255.255 0 0
static (inside,outside) tcp 111.183.5.248 ftp 192.168.1.3 ftp netmask 255.255.255.255 0 0
access-group 111 in interface outside
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 sip-disconnect 0:02:00 sip-invite 0:03:00
timeout uauth 0:05:00 absolute
aaa-server radius-authport 1812
aaa-server radius-acctport 1813
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 RADIUS (inside) host 192.168.1.2 timeout 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
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 set transform-set ESP-3DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map client authentication RADIUS
crypto map outside_map interface outside
crypto map dyn-map client token authentication RADIUS
isakmp enable outside
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 LSTECHVPN address-pool VPNPOOL
vpngroup LSTECHVPN dns-server 192.168.1.2 68.100.16.30
vpngroup LSTECHVPN default-domain LSTECHLLC-HQ
vpngroup LSTECHVPN idle-time 1800
vpngroup LSTECHVPN password ********
telnet 192.168.1.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd address 192.168.1.150-192.168.1.25
4 inside
dhcpd dns 192.168.1.2 68.100.16.30
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
terminal width 80
Cryptochecksum:06b38f116a8
6f8667a69b
38d244374c
0
: end
[OK]
Start Free Trial