Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VPN can't acces LAN

Status
Not open for further replies.

jpandhobbes

Technical User
Mar 1, 2005
17
US
I have the VPN working and have split-tunneling enabled but can't access the LAN behind the PIX 501. Below is copy of config.

Building configuration...
: Saved
:
PIX Version 6.3(1)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname EIFOFIRE
domain-name EINFO
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 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 inside_outbound_nat0_acl permit ip any 192.168.1.128 255.255.255.192
access-list outside_cryptomap_dyn_20 permit ip any 192.168.1.128 255.255.255.192
access-list split permit any
access-list eisgroup_splitTunnelAcl permit ip 192.168.1.0 255.255.255.0 any
pager lines 24
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 eispool 192.168.1.155-192.168.1.160
pdm location 10.10.10.0 255.255.255.0 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
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 RADIUS protocol radius
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
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
sysopt connection permit-pptp
sysopt connection permit-l2tp
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20
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 interface outside
isakmp enable outside
isakmp enable inside
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 eisgroup address-pool eispool
vpngroup eisgroup split-tunnel eisgroup_splitTunnelAcl
vpngroup eisgroup idle-time 1800
vpngroup eisgroup password ********
telnet timeout 5
ssh timeout 5
console timeout 0
vpdn username jodon password *********
vpdn enable outside
vpdn enable inside
dhcpd address 192.168.1.2-192.168.1.129 inside
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
terminal width 80
Cryptochecksum:1e1846e62ff8f5bde7972ed08b3a8421
: end
[OK]
 
hum my problem still not resolve and i dont know what can i do now my principal problem is than i can pass throuht inside to outside for ping like without loopback interface on router
i have work on my config than i resend it to you

pix1 :

interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname PIX-1
domain-name pix1
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 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
name 192.168.2.2 pix-2out
name 192.168.0.251 pix-2in
access-list 101 permit ip any any
access-list inside_access_in permit icmp any any
access-list outside_access_in permit icmp any any
pager lines 24
icmp permit any echo-reply outside
icmp permit any echo outside
icmp permit any outside
icmp permit any inside
icmp permit any echo-reply inside
icmp permit any echo inside
mtu outside 1500
mtu inside 1500
ip address outside 192.168.2.1 255.255.255.0
ip address inside 10.1.48.251 255.0.0.0
ip audit info action alarm
ip audit attack action alarm
pdm history enable
arp timeout 14400
nat (inside) 0 access-list 101
router ospf 1
network 10.0.0.0 255.0.0.0 area 0
network 192.168.2.0 255.255.255.0 area 0
log-adj-changes
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 10.1.48.140 255.255.255.255 inside
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 pix1_outside esp-des esp-md5-hmac
crypto map transam 1 ipsec-isakmp
crypto map transam 1 match address 101
crypto map transam 1 set peer pix-2out
crypto map transam 1 set transform-set pix1_outside
crypto map transam interface outside
isakmp enable outside
isakmp enable inside
isakmp key ******** address pix-2out netmask 255.255.255.255
isakmp identity address
isakmp nat-traversal 20
isakmp policy 1 authentication pre-share
isakmp policy 1 encryption des
isakmp policy 1 hash md5
isakmp policy 1 group 1
isakmp policy 1 lifetime 10000
telnet timeout 5
ssh timeout 5
console timeout 0
terminal width 80

pix2:

interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname PIX-2
domain-name pix2
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol icmp error
fixup protocol ils 389
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
name 192.168.2.1 pix-1out
name 10.1.48.251 pix-1in
access-list 101 permit ip any any
access-list inside_access_in permit icmp any any
access-list outside_access_in permit icmp any any
pager lines 24
icmp permit any echo-reply outside
icmp permit any echo outside
icmp permit any outside
icmp permit any inside
icmp permit any echo-reply inside
icmp permit any echo inside
mtu outside 1500
mtu inside 1500
ip address outside 192.168.2.2 255.255.255.0
ip address inside 192.168.0.251 255.255.255.0
ip verify reverse-path interface outside
ip verify reverse-path interface inside
ip audit info action alarm
ip audit attack action alarm
pdm location 192.168.0.1 255.255.255.255 inside
pdm history enable
arp timeout 14400
global (inside) 2 192.168.0.0-192.168.0.1 netmask 255.255.255.0
nat (inside) 0 192.168.0.1 255.255.255.255 0 0
router ospf 1
network 192.168.0.0 255.255.255.0 area 0
network 192.168.2.0 255.255.255.0 area 0
log-adj-changes
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.0.1 255.255.255.255 inside
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 pix2_out esp-des esp-md5-hmac
crypto map transam 1 ipsec-isakmp
crypto map transam 1 match address 101
crypto map transam 1 set peer pix-1out
crypto map transam 1 set transform-set pix2_out
crypto map transam interface outside
isakmp enable outside
isakmp enable inside
isakmp key ******** address pix-1out netmask 255.255.255.255
isakmp identity address
isakmp nat-traversal 20
isakmp policy 1 authentication pre-share
isakmp policy 1 encryption des
isakmp policy 1 hash md5
isakmp policy 1 group 1
isakmp policy 1 lifetime 10000
telnet timeout 5
ssh timeout 5
console timeout 0
terminal width 80



 
Maybe this has been sorted out already, but here's my 2 cents on the matter.
You need to add to you NONAT statement: access-list inside_outbound_nat0_acl permit ip any 192.168.1.128 255.255.255.192 to disable NAT between inside network and your VPN network.

eg:
access-list NoNat permit ip [inside network] [vpn/dmz network]

This should help you solve your problem.

Notben:
I highly recommend that you edit your access-list 101 to specify a bit more what you want to be done here.
access-list 101 permit ip any any is too general and basically tells your pix NOT to use NAT at all.
nat (inside) 0 access-list 101 is basically used to disable NAT between your interfaces (eg. between your inside and dmz/vpn interfaces)
Your PIX already knows what network lies on each interface, so using nat between your "internal" interfaces will only confuse it.

And before I forget. Adding icmp permit any unreachable outside seems to help solving icmp problems. Haven't managed to see the logic behind this yet :)

Cheers
/T
 
To reply to the march 5th reply at 10:40 the issue(s) that where causing me to not be able to connect to the laptop were caused by either norton internet security or cisco vpn to resolve I uninstalled both of these programs
 
another add on note to allow the ping and remote desktop without uninstalling cisco vpn you can just change the service for cisco to manual. I did this after reinstalling cisco and then i was able to ping the laptop if the service was not running.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top