Please help. Newbie here.
I have been asked to implement a VPN solution, using PIX515E with following config.
Is there any documentation (links) to Cisco's site on how to get this to work? I have configured PAT on the PIX. I would like to have the Cisco VPN Client 3.6.6 to be authenticated by an internal Win2K domain controller.
Any pointers and or suggestions are welcome.
PIX Version 6.3(1)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password EwMdgYM.aUhAhSeq encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname CORE
domain-name xxxxxxxxxxxx.com
clock timezone EST -5
clock summer-time EDT recurring
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 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
names
access-list acl_out permit tcp any interface outside eq www
access-list acl_out permit tcp any interface outside eq smtp
access-list acl_out permit tcp any interface outside eq 6129
access-list acl_out permit tcp any interface outside eq pop3
access-list acl_out permit tcp any interface outside eq 577
access-list acl_out permit tcp any interface outside eq telnet
access-list acl_out permit gre any host 155.229.204.142
access-list acl_out permit gre any host 155.229.204.53
access-list acl_out permit tcp any host 155.229.204.142 eq pptp
access-list acl_out permit tcp any host 155.229.204.53 eq pptp
pager lines 24
logging on
mtu outside 1500
mtu inside 1500
ip address outside 66.xxx.107.82 255.255.255.248
ip address inside 192.168.212.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
no failover
failover timeout 0:00:00
failover poll 15
no failover ip address outside
no failover ip address inside
pdm location 192.168.1.101 255.255.255.255 inside
pdm location 192.168.212.4 255.255.255.255 inside
pdm location 192.168.212.2 255.255.255.255 inside
pdm location 172.18.124.196 255.255.255.255 inside
pdm logging errors 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 interface 255.255.255.255 0 0
static (inside,outside) tcp interface smtp 192.168.212.4 smtp netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 6129 192.168.212.2 6129 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface pop3 192.168.212.4 pop3 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface telnet 192.168.212.2 telnet netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 577 192.168.212.2 577 netmask 255.255.255.255 0 0
access-group acl_out in interface outside
route outside 0.0.0.0 0.0.0.0 66.149.107.81 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
http server enable
http 192.168.1.101 255.255.255.255 inside
http 0.0.0.0 0.0.0.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
auth-prompt reject Unauthorized Access. Unauthorized use of this system is strictly prohibited
telnet timeout 5
ssh timeout 5
console timeout 0
terminal width 80
Cryptochecksum:ec4c9c0cdb776f3eec9b415e557f27c6
: end
I have been asked to implement a VPN solution, using PIX515E with following config.
Is there any documentation (links) to Cisco's site on how to get this to work? I have configured PAT on the PIX. I would like to have the Cisco VPN Client 3.6.6 to be authenticated by an internal Win2K domain controller.
Any pointers and or suggestions are welcome.
PIX Version 6.3(1)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password EwMdgYM.aUhAhSeq encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname CORE
domain-name xxxxxxxxxxxx.com
clock timezone EST -5
clock summer-time EDT recurring
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 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
names
access-list acl_out permit tcp any interface outside eq www
access-list acl_out permit tcp any interface outside eq smtp
access-list acl_out permit tcp any interface outside eq 6129
access-list acl_out permit tcp any interface outside eq pop3
access-list acl_out permit tcp any interface outside eq 577
access-list acl_out permit tcp any interface outside eq telnet
access-list acl_out permit gre any host 155.229.204.142
access-list acl_out permit gre any host 155.229.204.53
access-list acl_out permit tcp any host 155.229.204.142 eq pptp
access-list acl_out permit tcp any host 155.229.204.53 eq pptp
pager lines 24
logging on
mtu outside 1500
mtu inside 1500
ip address outside 66.xxx.107.82 255.255.255.248
ip address inside 192.168.212.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
no failover
failover timeout 0:00:00
failover poll 15
no failover ip address outside
no failover ip address inside
pdm location 192.168.1.101 255.255.255.255 inside
pdm location 192.168.212.4 255.255.255.255 inside
pdm location 192.168.212.2 255.255.255.255 inside
pdm location 172.18.124.196 255.255.255.255 inside
pdm logging errors 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 interface 255.255.255.255 0 0
static (inside,outside) tcp interface smtp 192.168.212.4 smtp netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 6129 192.168.212.2 6129 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface pop3 192.168.212.4 pop3 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface telnet 192.168.212.2 telnet netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 577 192.168.212.2 577 netmask 255.255.255.255 0 0
access-group acl_out in interface outside
route outside 0.0.0.0 0.0.0.0 66.149.107.81 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
http server enable
http 192.168.1.101 255.255.255.255 inside
http 0.0.0.0 0.0.0.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
auth-prompt reject Unauthorized Access. Unauthorized use of this system is strictly prohibited
telnet timeout 5
ssh timeout 5
console timeout 0
terminal width 80
Cryptochecksum:ec4c9c0cdb776f3eec9b415e557f27c6
: end