Archived from groups: microsoft.public.pocketpc (More info?)
I have an issue getting my company VPN to work using my Dell X30 and
my Nokia 6820 via ATT. From what my IT guy tells me, even though I am
connecting the VPN successfully, because ATT uses a class A subnet
mask, and my company uses a class C, company resources, such as
Exchange, aren't being looked for on the company network through the
VPN, but instead are being looked for on the ATT network (and
obviously timing out).
So the question is how to set up a route to a different gateway for
the VPN resources? I know it can be done with Windows XP, but how is
it done under PPC?
Thanks in advance, and if I didn't make something clear, please let me
know.
Archived from groups: microsoft.public.pocketpc (More info?)
On the pocket pc when you connect to a vpn everything you do is send through
the vpn tunnel. What sort of problems are you having? When you try to
access something on the corporate side does your vpn connection drop or does
it just time out?
--
Eric Hicks [That_Kid] (MS-MVP Mobile Devices)
The MS-MVP Program - http://mvp.support.microsoft.com This posting is provided "AS IS" with no warranties, and confers no
rights...
"Daniel" <reg@removebailin.org> wrote in message
news:jum3m0hq6u6gqf1aqv99e3l4q9t6dq6gdt@4ax.com...
>I have an issue getting my company VPN to work using my Dell X30 and
> my Nokia 6820 via ATT. From what my IT guy tells me, even though I am
> connecting the VPN successfully, because ATT uses a class A subnet
> mask, and my company uses a class C, company resources, such as
> Exchange, aren't being looked for on the company network through the
> VPN, but instead are being looked for on the ATT network (and
> obviously timing out).
>
> So the question is how to set up a route to a different gateway for
> the VPN resources? I know it can be done with Windows XP, but how is
> it done under PPC?
>
> Thanks in advance, and if I didn't make something clear, please let me
> know.
>
Archived from groups: microsoft.public.pocketpc (More info?)
When the VPN connection is established a new "default route" gets added to
the TCP/IP routing table. This route causes packets which do not match any
of the other routes to be sent through the VPN tunnel. However, if a
packet's destination IP address matches another route table entry, e.g. a
subnet route for another interface, then that match will be used rather than
the default route.
I have seen some cases, such as an internet connection with a 10.x.x.x
address, and the VPN server using the same 10.x.x.x address range, that can
cause routing problems like Daniel described. Some changes have been made to
mitigate these, and it is possible to workaround the routing issues by
directly modifying the routing table using the IP Helper APIs.
--
Jeff Kelley
Microsoft / Windows CE Networking
This posting is provided AS IS with no warranties, and confers no rights.
"Eric Hicks [MVP, Windows Mobile devices]" <e_dadu@nomospam.yahoo.com> wrote
in message news:eKR9JZnqEHA.2696@TK2MSFTNGP15.phx.gbl...
> On the pocket pc when you connect to a vpn everything you do is send
through
> the vpn tunnel. What sort of problems are you having? When you try to
> access something on the corporate side does your vpn connection drop or
does
> it just time out?
>
> --
> Eric Hicks [That_Kid] (MS-MVP Mobile Devices)
>
> The MS-MVP Program - http://mvp.support.microsoft.com > This posting is provided "AS IS" with no warranties, and confers no
> rights...
>
>
>
> "Daniel" <reg@removebailin.org> wrote in message
> news:jum3m0hq6u6gqf1aqv99e3l4q9t6dq6gdt@4ax.com...
> >I have an issue getting my company VPN to work using my Dell X30 and
> > my Nokia 6820 via ATT. From what my IT guy tells me, even though I am
> > connecting the VPN successfully, because ATT uses a class A subnet
> > mask, and my company uses a class C, company resources, such as
> > Exchange, aren't being looked for on the company network through the
> > VPN, but instead are being looked for on the ATT network (and
> > obviously timing out).
> >
> > So the question is how to set up a route to a different gateway for
> > the VPN resources? I know it can be done with Windows XP, but how is
> > it done under PPC?
> >
> > Thanks in advance, and if I didn't make something clear, please let me
> > know.
> >
>
>
Archived from groups: microsoft.public.pocketpc (More info?)
I think Jeff has described what is happening here. Our exchange
server's address begins with 10.x.x.x. So how do I modify the routing
table? That's what my IT guy wanted to do, but neither of us knows
how to do it for PPC.
Thanks.
On Mon, 4 Oct 2004 19:14:50 -0700, "Jeff Kelley [MS]"
<jeffkel@online.microsoft.com> wrote:
>When the VPN connection is established a new "default route" gets added to
>the TCP/IP routing table. This route causes packets which do not match any
>of the other routes to be sent through the VPN tunnel. However, if a
>packet's destination IP address matches another route table entry, e.g. a
>subnet route for another interface, then that match will be used rather than
>the default route.
>
>I have seen some cases, such as an internet connection with a 10.x.x.x
>address, and the VPN server using the same 10.x.x.x address range, that can
>cause routing problems like Daniel described. Some changes have been made to
>mitigate these, and it is possible to workaround the routing issues by
>directly modifying the routing table using the IP Helper APIs.
Archived from groups: microsoft.public.pocketpc (More info?)
VPN stays connected, but everything times out. The logs show me
connecting, and I'm assigned an IP address. But from then on no
traffic moves across the VPN. I tried pinging several servers, but
all timed out.
On Mon, 4 Oct 2004 20:56:14 -0400, "Eric Hicks [MVP, Windows Mobile
devices]" <e_dadu@nomospam.yahoo.com> wrote:
>On the pocket pc when you connect to a vpn everything you do is send through
>the vpn tunnel. What sort of problems are you having? When you try to
>access something on the corporate side does your vpn connection drop or does
>it just time out?
Archived from groups: microsoft.public.pocketpc (More info?)
VPN stays connected, but everything times out. The logs show me
connecting, and I'm assigned an IP address. But from then on no
traffic moves across the VPN. I tried pinging several servers, but
all timed out.
On Mon, 4 Oct 2004 20:56:14 -0400, "Eric Hicks [MVP, Windows Mobile
devices]" <e_dadu@nomospam.yahoo.com> wrote:
>On the pocket pc when you connect to a vpn everything you do is send through
>the vpn tunnel. What sort of problems are you having? When you try to
>access something on the corporate side does your vpn connection drop or does
>it just time out?
Archived from groups: microsoft.public.pocketpc (More info?)
Hmm, I was looking at Jeff's post about modifying the routing tables through
api's but I have no idea on what that would take. I'll ask around and see
if there's a solution.
--
Eric Hicks [That_Kid] (MS-MVP Mobile Devices)
The MS-MVP Program - http://mvp.support.microsoft.com This posting is provided "AS IS" with no warranties, and confers no
rights...
"Daniel" <reg@removebailin.org> wrote in message
news:eh84m01ca5l75l2l3al1r2qnh0tcsha8ht@4ax.com...
> VPN stays connected, but everything times out. The logs show me
> connecting, and I'm assigned an IP address. But from then on no
> traffic moves across the VPN. I tried pinging several servers, but
> all timed out.
>
> On Mon, 4 Oct 2004 20:56:14 -0400, "Eric Hicks [MVP, Windows Mobile
> devices]" <e_dadu@nomospam.yahoo.com> wrote:
>
>>On the pocket pc when you connect to a vpn everything you do is send
>>through
>>the vpn tunnel. What sort of problems are you having? When you try to
>>access something on the corporate side does your vpn connection drop or
>>does
>>it just time out?
>
Archived from groups: microsoft.public.pocketpc (More info?)
Daniel,
I don't know if you have this issue resolved yet but I just
experianced this same thing when I got my 6315 last week. The connnector
t-mobile had me on was 10.x.x.x and my company's vpn was aslo 10.x.x.x so
everything that I tried to do timed out. In the end I had t-mobile move me
to anther connetor that gave me a real IP on the internet and things worked
from there. I'm not sure if ATT has something similar but it's worth a try.
--
Eric Hicks [That_Kid] (MS-MVP Mobile Devices)
The MS-MVP Program - http://mvp.support.microsoft.com This posting is provided "AS IS" with no warranties, and confers no
rights...
"Daniel" <reg@removebailin.org> wrote in message
news:jum3m0hq6u6gqf1aqv99e3l4q9t6dq6gdt@4ax.com...
>I have an issue getting my company VPN to work using my Dell X30 and
> my Nokia 6820 via ATT. From what my IT guy tells me, even though I am
> connecting the VPN successfully, because ATT uses a class A subnet
> mask, and my company uses a class C, company resources, such as
> Exchange, aren't being looked for on the company network through the
> VPN, but instead are being looked for on the ATT network (and
> obviously timing out).
>
> So the question is how to set up a route to a different gateway for
> the VPN resources? I know it can be done with Windows XP, but how is
> it done under PPC?
>
> Thanks in advance, and if I didn't make something clear, please let me
> know.
>
Archived from groups: microsoft.public.pocketpc (More info?)
Cingular now offers publicly routable IP addresses provided at connect time
explicitly so that VPN will work.
Version 2.2 of the WAP, Wireless Internet, Wireless Internet Express, and Data
Connect document explains this. The exact title escapes me.
>In the end I had t-mobile move me
>to anther connetor that gave me a real IP on the internet and things worked
>from there.
Yeah, that's a publicly routable IP address.
Yours,
Doug Goncz ( ftp://users.aol.com/DGoncz/incoming )
Student member SAE for one year.
I love: Dona, Jeff, Kim, Mom, Neelix, Tasha, and Teri, alphabetically.
I drive: A double-step Thunderbolt with 657% range.
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.