Advertisement

07.10.2008 at 07:57AM PDT, ID: 23553999
[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!

7.2

Getting rid of split tunnel VPN

Asked by brandenb in Cisco PIX Firewall, Virtual Private Networking (VPN)

Tags: , ,

I have 3 remote locations that are connected to my main office with VPN tunnels.  They are using split tunnels, however, allowing the internet traffic from those locations to go out over their own connections, instead of coming back to the main location going out over our filtered internet connection here.

I need to change the configuration so that all traffic comes back through the vpn connection, not just internal traffic.  I also need to do this without taking the connection down.  One of the 3 sites is on the other side of the country, and I won't have physical access if something goes wrong.  I do have access to the other 2 sites, so I will be testing on them first.

The code attached is on one of the remote routers.  Here are the relevant addresses:
207.242.55.131 is our PIX address - where the VPN connection terminates on our end
10.81.1.1 is the address of the remote router - this location uses the 10.81.0.0/16 subnet
63.131.12.43 is the public ip address of the router at the remote location
63.131.12.1 is the gateway for the remote location.
10.6.0.0/24 is the subnet of our data center
172.16.0.0/24 is the subnet of our DMZ where our web servers are located

What lines do I need to remove to have it send all traffic over the vpn tunnel instead of just traffic destined for the 10.6 and 172.16 subnets?Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
crypto isakmp policy 10
 encr 3des
 hash md5
 authentication pre-share
 group 2
crypto isakmp key ******** address 207.242.55.131
crypto isakmp keepalive 30
!
!
crypto ipsec transform-set XFORM esp-3des esp-md5-hmac 
crypto ipsec df-bit clear
!
crypto map VPN 10 ipsec-isakmp 
 set peer 207.242.55.131
 set transform-set XFORM 
 match address 100
!
!
!
interface FastEthernet0/0
 description PRIVATE LAN
 ip address 10.81.1.1 255.255.0.0
 ip nat inside
 ip virtual-reassembly
 ip route-cache flow
 duplex auto
 speed auto
!
interface FastEthernet0/1
 description PUBLIC WAN
 ip address 63.131.12.43 255.255.255.0
 ip nat outside
 ip virtual-reassembly
 no ip route-cache cef
 no ip route-cache
 speed 100
 full-duplex
 crypto map VPN
!
ip classless
ip route 0.0.0.0 0.0.0.0 63.131.12.1
!
ip nat inside source route-map NAT interface FastEthernet0/1 overload
!
access-list 1 permit 207.242.55.128 0.0.0.127
access-list 1 permit 10.81.0.0 0.0.255.255
access-list 23 permit 10.81.0.0 0.0.255.255
access-list 23 permit 10.6.0.0 0.0.255.255
access-list 100 permit ip 10.81.0.0 0.0.255.255 10.6.0.0 0.0.255.255
access-list 100 permit ip 10.81.0.0 0.0.255.255 172.16.0.0 0.0.255.255
access-list 102 deny   ip 10.81.0.0 0.0.255.255 172.16.0.0 0.0.255.255
access-list 102 deny   ip 10.81.0.0 0.0.255.255 10.6.0.0 0.0.255.255
access-list 102 permit ip 10.81.0.0 0.0.255.255 any
route-map NAT permit 10
 match ip address 102
[+][-]07.12.2008 at 06:55AM PDT, ID: 21989089

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.

 
[+][-]07.14.2008 at 07:05AM PDT, ID: 21998104

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.

 
[+][-]07.14.2008 at 07:44AM PDT, ID: 21998503

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.

 
[+][-]07.14.2008 at 08:25AM PDT, ID: 21998913

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.

 
[+][-]07.14.2008 at 07:21PM PDT, ID: 22003729

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.

 
[+][-]07.15.2008 at 01:34PM PDT, ID: 22010815

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.

 
[+][-]07.15.2008 at 07:17PM PDT, ID: 22012822

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.

 
[+][-]07.15.2008 at 07:24PM PDT, ID: 22012851

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.

 
[+][-]07.15.2008 at 09:44PM PDT, ID: 22013324

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)
Tags: Cisco, Router, 12.4
Sign Up Now!
Solution Provided By: rsivanandan
Participating Experts: 1
Solution Grade: B
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628