cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
511
Views
0
Helpful
1
Replies

PIX 501 VPN setup

webster19
Level 1
Level 1

Can any one please advise me I am trying to set up a VPN on my PIX 501 and for some reason it is not working. I have posted the scrips below. If someone can advise me what I need to change that would be great.

interface ethernet0 auto

interface ethernet1 100full

nameif ethernet0 outside security0

nameif ethernet1 inside security100

enable password P@55w0rd! encrypted

passwd P@55w0rd! encrypted

hostname CFSLXAKALAZ

domain-name akademic.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

no fixup protocol smtp 25

fixup protocol sqlnet 1521

fixup protocol tftp 69

names

name 192.168.2.0 VPN

object-group service RemoteDesktop tcp

port-object range 3389 3389

access-list inside_access_in remark Allow all outbound UDP port 53 for DNS

access-list inside_access_in permit udp any any eq domain

access-list inside_access_in remark Allow ping to any external IP

access-list inside_access_in permit icmp any any

access-list inside_access_in remark Allow all outbound TCP connections

access-list inside_access_in permit tcp any any

access-list outside_access_in remark Allow external DNS via UDP

access-list outside_access_in permit udp any eq domain any

access-list outside_access_in remark Allow ping from outside to inside

access-list outside_access_in permit icmp any any

access-list outside_access_in remark Remote Desktop to any internal IP

access-list outside_access_in permit tcp any any object-group RemoteDesktop

pager lines 24

mtu outside 1500

mtu inside 1500

ip address outside 10.20.58.30 255.255.255.0

ip address inside 192.168.2.1 255.255.255.0

ip audit info action alarm

ip audit attack action alarm

ip local pool donkpool 192.168.2.50-192.168.2.60

pdm location 10.20.58.0 255.255.255.0 outside

pdm location 192.168.2.0 255.255.255.0 inside

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

route outside 0.0.0.0 0.0.0.0 10.20.58.1 1

access-group outside_access_in in interface outside

access-group inside_access_in in interface inside

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 10.20.58.0 255.255.255.0 outside

http 192.168.2.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

vpngroup donk address-pool donkpool

vpngroup donk idle-time 1800

vpngroup donk password P@55w0rd!

telnet 10.20.58.30 255.255.255.0 outside

telnet 192.168.2.0 255.255.255.0 inside

telnet timeout 5

ssh 10.20.58.0 255.255.255.0 outside

ssh 192.168.2.0 255.255.255.0 inside

ssh timeout 5

console timeout 0

dhcpd address 192.168.2.128-192.168.2.252 inside

dhcpd dns 158.152.1.58

dhcpd lease 3600

dhcpd ping_timeout 750

dhcpd auto_config outside

dhcpd enable inside

terminal width 80

terminal width 80

1 Reply 1
Review Cisco Networking products for a $25 gift card