cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1030
Views
0
Helpful
3
Replies

PIX 515e VPN - Issues - Newbie

nuno
Level 1
Level 1

Hey – could you check this Im new to cisco ?

I connect to the VPN but I cannot access anything on the internal network.

PIX Version 6.3(5)

interface ethernet0 auto

interface ethernet1 auto

interface ethernet2 auto shutdown

nameif ethernet0 outside security0

nameif ethernet1 inside security100

nameif ethernet2 intf2 security4

enable password hMfEmR.SqzHjLIz9 encrypted

passwd hMfEmR.SqzHjLIz9 encrypted

hostname tc-legion01-jhb

domain-name bright.co.za

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 ip 10.0.1.0 255.255.255.0 192.168.1.0 255.255.255.0

pager lines 24

mtu outside 1500

mtu inside 1500

mtu intf2 1500

ip address outside 19*.*.*.82 255.255.255.248

ip address inside 10.0.1.1 255.255.255.0

no ip address intf2

ip audit info action alarm

ip audit attack action alarm

ip local pool vpn 192.168.1.1-192.168.1.25

no failover

failover timeout 0:00:00

failover poll 15

no failover ip address outside

no failover ip address inside

no failover ip address intf2

pdm history enable

arp timeout 14400

nat (inside) 0 access-list 101

route outside 0.0.0.0 0.0.0.0 19*.*.*.* 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 sip-disconnect 0:02:00 sip-invite 0:03: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

sysopt connection permit-pptp

crypto ipsec transform-set myset esp-des esp-md5-hmac

crypto dynamic-map dynmap 10 set transform-set myset

crypto map mymap 10 ipsec-isakmp dynamic dynmap

crypto map mymap client configuration address initiate

crypto map mymap client configuration address respond

crypto map mymap interface outside

isakmp enable outside

isakmp key ******** address 0.0.0.0 netmask 0.0.0.0

isakmp identity address

isakmp client configuration address-pool local vpn outside

isakmp policy 10 authentication pre-share

isakmp policy 10 encryption des

isakmp policy 10 hash md5

isakmp policy 10 group 1

isakmp policy 10 lifetime 86400

isakmp policy 20 authentication pre-share

isakmp policy 20 encryption des

isakmp policy 20 hash md5

isakmp policy 20 group 2

isakmp policy 20 lifetime 86400

vpngroup vpn3000-all address-pool vpn

vpngroup vpn3000-all dns-server 10.0.1.2

vpngroup vpn3000-all wins-server 10.0.1.2

vpngroup vpn3000-all default-domain password

vpngroup vpn3000-all idle-time 1800

vpngroup vpn3000-all password ********

telnet timeout 5

ssh 10.0.1.0 255.255.255.0 inside

ssh timeout 60

console timeout 0

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 vpn

vpdn group 1 pptp echo 60

vpdn group 1 client authentication local

vpdn username test password *********

vpdn username test2 password *********

vpdn enable outside

terminal width 80

Cryptochecksum:5bc36c10fd6ac45b01a4c646c27f68d1

: end

3 Replies 3

Jennifer Halim
Cisco Employee
Cisco Employee

VPN configuration looks Ok to me.

Can you ping 10.0.1.2?

You might want to check if internal host that you are trying to ping/access has windows firewall/etc that might be blocking inbound access.

Also I assume that default gateway for the internal host is configured to be the PIX inside interface (10.0.1.1)?

Thanx - as simple as that. Solved.

Good to hear, pls mark the post as answered so others can learn from your post. Thank you.