Advertisement

05.06.2008 at 12:02AM PDT, ID: 23378666
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.2

PIX 515E tunnel all and working site-to-site vpn access from remote access users

Asked by Lumina in Cisco PIX Firewall, Virtual Private Networking (VPN), IPSec Security Protocol

Tags: , , ,

Hi,
I have PIX 515E version 7.2 and I'm trying to do the following:
Let vpn client (remote access) users to access site-to-site tunnel, inside network and internet through PIX. I can get it to tunnel either internet and not inside network and site-to-site vpn or inside and site-to-site but not internet. I'm stuck with this one.

Site-to-site vpn works fine for normal users and so does everything else. And for remote access users I can get it work like it did so that internet traffic is splitted out and other is tunneled and they can get into site-to-site tunnel also. But i need to get the internet traffic tunneled also.

I don't understand what's the problem. We have just upgraded the firmware from 6.3 to 7.2 to get this work and new syntax is also blurring me a bit.

Here's my stripped configuration (if I use vpnpool I can get to tunnels and inside network, if I use vpnpool2 I can only tunnel internet traffic from vpn client):

PIX Version 7.2(4)
!
hostname xxx
domain-name xxx.com
enable password xxx encrypted
passwd xxx encrypted
names
---
dns-guard
!
interface Ethernet0
 nameif outside
 security-level 0
 ip address xxx.xx.xxx.xxx 255.255.255.240
!
interface Ethernet1
 speed 100
 duplex full
 nameif inside
 security-level 100
 ip address 192.168.15.32 255.255.255.0
!
interface Ethernet2
 speed 100
 duplex full
 nameif extranet
 security-level 60
 ip address 192.168.18.1 255.255.255.0
!
ftp mode passive
clock timezone EEST 2
clock summer-time EEDT recurring last Sun Mar 3:00 last Sun Oct 4:00
dns server-group DefaultDNS
 domain-name xxx.com
same-security-traffic permit inter-interface
same-security-traffic permit intra-interface
object-group service SSL tcp
 port-object range https https

access-list nonat-inside extended permit ip 192.168.0.0 255.255.0.0 192.168.0.0 255.255.0.0
access-list nonat-extranet extended permit ip 192.168.0.0 255.255.0.0 192.168.0.0 255.255.0.0
-----
access-list inside extended permit ip any any
access-list netti ---
access-list unkari3-vpn extended permit ip 192.168.12.0 255.255.255.0 192.168.21.0 255.255.255.0
access-list unkari3-vpn extended permit ip 192.168.13.0 255.255.255.0 192.168.21.0 255.255.255.0
access-list unkari3-vpn extended permit ip 192.168.14.0 255.255.255.0 192.168.21.0 255.255.255.0
access-list unkari3-vpn extended permit ip 192.168.15.0 255.255.255.0 192.168.21.0 255.255.255.0
access-list unkari3-vpn extended permit ip 192.168.16.0 255.255.255.0 192.168.21.0 255.255.255.0
access-list unkari3-vpn extended permit ip 192.168.17.0 255.255.255.0 192.168.21.0 255.255.255.0
access-list unkari3-vpn extended permit ip 192.168.18.0 255.255.255.0 192.168.21.0 255.255.255.0
access-list unkari3-vpn extended permit ip 192.168.19.0 255.255.255.0 192.168.21.0 255.255.255.0
access-list splitti extended permit ip 192.168.21.0 255.255.255.0 192.168.15.0 255.255.255.0
access-list splitti extended permit ip 192.168.19.0 255.255.255.0 192.168.15.0 255.255.255.0
access-list splitti extended permit ip 192.168.17.0 255.255.255.0 192.168.15.0 255.255.255.0
access-list splitti extended permit ip 192.168.16.0 255.255.255.0 192.168.15.0 255.255.255.0
access-list splitti extended permit ip 192.168.15.0 255.255.255.0 192.168.15.0 255.255.255.0
access-list splitti extended permit ip 192.168.13.0 255.255.255.0 192.168.15.0 255.255.255.0
access-list splitti extended permit ip 192.168.12.0 255.255.255.0 192.168.15.0 255.255.255.0
pager lines 25
logging enable
logging buffered warnings
mtu outside 1500
mtu inside 1500
mtu extranet 1500
ip local pool vpnpool 192.168.15.230-192.168.15.239
ip local pool vpnpool2 192.168.19.230-192.168.19.239
icmp unreachable rate-limit 1 burst-size 1
asdm history enable
arp timeout 14400
nat-control
global (outside) 130 interface
nat (outside) 130 192.168.19.0 255.255.255.0
nat (inside) 0 access-list nonat-inside
nat (inside) 130 192.168.0.0 255.255.0.0
nat (inside) 0 0.0.0.0 0.0.0.0
nat (extranet) 0 access-list nonat-extranet
static (inside,outside) ..
---
access-group netti in interface outside
access-group inside in interface inside
route outside 0.0.0.0 0.0.0.0 xx.xx.xx.xx 1
route inside 192.168.12.0 255.255.255.0 192.168.15.1 1
route inside 192.168.13.0 255.255.255.0 192.168.15.1 1
route inside 192.168.14.0 255.255.255.0 192.168.15.1 1
route inside 192.168.16.0 255.255.255.0 192.168.15.1 1
route inside 192.168.17.0 255.255.255.0 192.168.15.1 1
route inside 192.168.23.0 255.255.255.0 192.168.15.1 1
route inside 192.168.19.0 255.255.255.0 192.168.15.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
--
crypto ipsec transform-set myset esp-3des esp-md5-hmac
crypto dynamic-map dynmap 10 set transform-set myset
crypto map mnova 10 ipsec-isakmp dynamic dynmap
crypto map mnova 25 match address unkari3-vpn
crypto map mnova 25 set peer "PIX506E"-->with name
crypto map mnova 25 set transform-set myset

crypto map mnova interface outside
crypto isakmp identity address
crypto isakmp enable outside
crypto isakmp policy 10
 authentication pre-share
 encryption 3des
 hash md5
 group 2
 lifetime 1800
crypto isakmp policy 30
 authentication pre-share
 encryption des
 hash md5
 group 1
 lifetime 28800
crypto isakmp policy 50
 authentication pre-share
 encryption aes
 hash md5
 group 2
 lifetime 7200
crypto isakmp policy 65535
 authentication pre-share
 encryption 3des
 hash sha
 group 2
 lifetime 86400
crypto isakmp nat-traversal  20
crypto isakmp ipsec-over-tcp port 10000
telnet timeout 15
console timeout 0

group-policy test internal
group-policy test attributes
 wins-server value 192.168.15.xx
 dns-server value 192.168.15.xx xxx.xx.xx.xx
 ipsec-udp enable
 ipsec-udp-port 10000
 split-tunnel-policy tunnelall
 default-domain value xxx.com
 address-pools value vpnpool2
tunnel-group DefaultL2LGroup ipsec-attributes
 isakmp keepalive threshold 40 retry 2
tunnel-group DefaultRAGroup ipsec-attributes
 isakmp keepalive threshold 40 retry 2
tunnel-group xx.xx.xx.xx (<--this is the pix 506E's outer IP) type ipsec-l2l
tunnel-group xx.xx.xx.xx ipsec-attributes
 pre-shared-key *
tunnel-group test type ipsec-ra
tunnel-group test general-attributes
 address-pool vpnpool2
 default-group-policy test
tunnel-group test ipsec-attributes
 pre-shared-key *
 isakmp ikev1-user-authentication none

!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map type inspect dns migrated_dns_map_1
 parameters
  message-length maximum 512
policy-map global_policy
 class inspection_default
  inspect dns migrated_dns_map_1
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect http
  inspect netbios
  inspect rsh
  inspect rtsp
  inspect skinny
  inspect esmtp
  inspect sqlnet
  inspect sunrpc
  inspect tftp
  inspect sip
  inspect xdmcp
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:4d4fad0f6949d0a1c81cf6049459fafaStart Free Trial
 
Loading Advertisement...
 
[+][-]05.06.2008 at 12:09AM PDT, ID: 21505298

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.06.2008 at 12:23AM PDT, ID: 21505354

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.06.2008 at 04:45AM PDT, ID: 21506377

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Cisco PIX Firewall, Virtual Private Networking (VPN), IPSec Security Protocol
Tags: Cisco, PIX, 515E, Firmware Version 7.2
Sign Up Now!
Solution Provided By: Lumina
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628