Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Vista Newsgroups > Vista security

Split tunneling with cmak

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 11-15-2007   #1 (permalink)
Martin Rhodin
Guest


 

Split tunneling with cmak

Hi

I have made a cmak vpn connection, wich have added some routes and removed
the default gateway so both intranet and the user's own internet gateway is
available. Now this works on Windows XP but it doesnt in Vista, and i think
its some security issue. I have turned of UAC and have no third party
firewall. The intranet is available but the internet is not. Googled for a
solution but it doenst seem like there is one and its a know issue for many
people.Please advice if you have any thoughts on this.

Thank you.

Martin Rhodin



My System SpecsSystem Spec
Old 11-25-2007   #2 (permalink)
Ashish Pingle
Guest


 

RE: Split tunneling with cmak

Hi,

I have got a workaround for this issue. While installing the dialer make
sure that it is installed using "My use only" option which is default. Next,
I haven't tried this with UAC disabled, it works for sure when UAC is
enabled. Try it let me know the status.

Thanks

Ashish Pingle

"Martin Rhodin" wrote:
Quote:

> Hi
>
> I have made a cmak vpn connection, wich have added some routes and removed
> the default gateway so both intranet and the user's own internet gateway is
> available. Now this works on Windows XP but it doesnt in Vista, and i think
> its some security issue. I have turned of UAC and have no third party
> firewall. The intranet is available but the internet is not. Googled for a
> solution but it doenst seem like there is one and its a know issue for many
> people.Please advice if you have any thoughts on this.
>
> Thank you.
>
> Martin Rhodin
>
>
>
My System SpecsSystem Spec
Old 04-03-2008   #3 (permalink)
Newbie


Join Date: Apr 2008
Visa Business 32bit
 
Rep Power: 4
jasonpgreen is on a distinguished road
  jasonpgreen is offline

Re: Split tunneling with cmak

I've found a work around for this. Instead of using the CMAK Rounting Table update, ues the Classless Static Routes DHCP Option.

Using the Classless Static Routes DHCP Option

Windows 2000, Windows XP, and Windows Server 2003-based VPN clients send a DHCPInform message to the VPN server, requesting a set of DHCP options. This is done so that the VPN client can obtain an updated list of DNS and WINS servers and a DNS domain name that is assigned to the VPN connection. The DHCPInform message is forwarded to a DHCP server on the organization intranet by the VPN server and the response is sent back to the VPN client.
Windows XP and Windows Server 2003-based VPN clients include the Classless Static Routes DHCP option in their list of requested DHCP options. If configured on the DHCP server, the Classless Static Routes DHCP option contains a set of routes representing the address space of your intranet. These routes are automatically added to the routing table of the requesting client when it receives the response to the DHCPInform message and automatically removed when the VPN connection is terminated.
The Windows Server 2003 DHCP Server service supports the configuration of the Classless Static Routes option (option number 249).

To use the Classless Static Routes option for split tunneling, configure this option for the scope that corresponds to the intranet subnet to which the VPN server is connected. Next, add the set of routes that correspond to the summarized address space of your organization intranet. For example, if you use the private IP address space for your organization intranet, the Classless Static Routes option would have the following three routes:
  • 10.0.0.0 with the subnet mask of 255.0.0.0
  • 172.16.0.0 with the subnet mask of 255.240.0.0
  • 192.168.0.0 with the subnet mask of 255.255.0.0
The Router IP address for each route added to the Classless Static Routes option should be set to the IP address of a router interface on the intranet subnet to which the VPN server is connected. For example, if the VPN server is connected to the intranet subnet 10.89.211.0/24 and the IP address of the intranet router on this subnet is 10.89.21.1, then set the Router IP address for each route to 10.89.21.1.

Note:

Do not set the VPN connection to be the default gateway.

You will also need Vista SP1 or this You cannot use a remote access server to apply DHCP options to a Windows Vista-based computer hotfix.

hope this helps
My System SpecsSystem Spec
Old 05-16-2008   #4 (permalink)
Newbie


Join Date: May 2008
Vista Business
 
Rep Power: 3
timinator is on a distinguished road
  timinator is offline

Re: Split tunneling with cmak

Hi, I'm having this problem also and would love to get it solved as more people are trying to connect to our vpn using Vista. I'm a bit confused at the above explaination. My vpn server is a Windows 2003 appliance with a custom front end. I'm not sure how to modify the DHCP scope in the way decribed. Any help would be appreciated.

Thanks
Tim

Last edited by timinator; 05-16-2008 at 08:30 AM. Reason: spelling
My System SpecsSystem Spec
Old 05-19-2008   #5 (permalink)
Newbie


Join Date: Apr 2008
Visa Business 32bit
 
Rep Power: 4
jasonpgreen is on a distinguished road
  jasonpgreen is offline

Re: Split tunneling with cmak

Hi Tim,

If you are using Windows 2003 standard Routing and Remote Access, then you just need to set it, in properties, to assign IP addresses via DHCP. Then add the Classless Static routes in the Windows 2003 DHCP server.

Cheers

Jason
My System SpecsSystem Spec
Old 05-19-2008   #6 (permalink)
Newbie


Join Date: May 2008
Vista Business
 
Rep Power: 3
timinator is on a distinguished road
  timinator is offline

Re: Split tunneling with cmak

Jason, the server does supply addresses via DHCP. And also static routes. The front creates the connectoid using CMAK. Here is at look at the routes added by CMAK during the wizard.

REMOVE_GATEWAY
ADD 172.17.0.0 MASK 255.255.0.0 default METRIC default IF default
ADD 172.18.1.10 MASK 255.255.255.255 default METRIC default IF default
ADD 192.99.99.163 MASK 255.255.255.255 default METRIC default IF default

but on connection from the client, Vista will not allow these commands to run.

Thanks
Tim
My System SpecsSystem Spec
Old 05-22-2008   #7 (permalink)
Newbie


Join Date: Apr 2008
Visa Business 32bit
 
Rep Power: 4
jasonpgreen is on a distinguished road
  jasonpgreen is offline

Re: Split tunneling with cmak

Hi Tim,

You need to recreate the CMAK.

1. Remove the part that adds the routes:
REMOVE_GATEWAY
ADD 172.17.0.0 MASK 255.255.0.0 default METRIC default IF default
ADD 172.18.1.10 MASK 255.255.255.255 default METRIC default IF default
ADD 192.99.99.163 MASK 255.255.255.255 default METRIC default IF default

2. Make sure you do not select the CMAK VPN as the default route.

Then add the Classless Static Routes to you DHCP server as I descibed previously. Then the DHCP serve will provide the required static routes.

Cheers

Jason
My System SpecsSystem Spec
Old 05-22-2008   #8 (permalink)
Newbie


Join Date: May 2008
Vista Business
 
Rep Power: 3
timinator is on a distinguished road
  timinator is offline

Re: Split tunneling with cmak

Thanks for that info. I'm still not sure where to add the classless routes? Is it the server's static routes?


Thanks

Last edited by timinator; 05-22-2008 at 08:01 AM. Reason: additional text
My System SpecsSystem Spec
Old 05-22-2008   #9 (permalink)
Newbie


Join Date: Apr 2008
Visa Business 32bit
 
Rep Power: 4
jasonpgreen is on a distinguished road
  jasonpgreen is offline

Re: Split tunneling with cmak

Take a look at the attached screen shot.

Jason
Attached Images
File Type: jpg dhcp.JPG (116.9 KB, 15 views)
My System SpecsSystem Spec
Old 05-22-2008   #10 (permalink)
Newbie


Join Date: May 2008
Vista Business
 
Rep Power: 3
timinator is on a distinguished road
  timinator is offline

Re: Split tunneling with cmak

I'm not abe to get to that module. The "Manage your Server" or "Configure your Server wizard" are not available in "Adminstrative Tools". Is there a run command to get there?

Thanks
My System SpecsSystem Spec
Closed Thread

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
SSH Tunneling RDP issues iammeuru Vista networking & sharing 0 06-26-2008 10:27 AM
CMAK 1.3 on Vista and VPN Server List booster Vista networking & sharing 0 05-09-2008 04:12 AM
VPN Split tunneling timinator Vista networking & sharing 1 04-29-2008 12:36 PM
CMAK and Vista RTM. Steve Schofield Vista General 5 06-29-2007 12:28 PM
PPTP Split Tunneling C R C Vista General 0 03-13-2007 06:28 AM


Update your Vista Drivers Update Your Vista Drivers Now!!

Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008