Windows Vista Tips

Windows Vista Tips > Newsgroups > ActiveSync > Access to a server using the Cradle

Reply
Thread Tools Display Modes

Access to a server using the Cradle

 
 
orouit
Guest
Posts: n/a

 
      05-11-2006
I have a PocketPC WM2003SE and AS 4.1.
I have a web server running on the PPC (port 80 or whatever) and I want to
access it from my PC browser when the device is cradled through USB cable.

I have read a lot of articles discussing about the subject and I tried
different combinations, without any success.
My status:
- I can access a web server running in my PC from the PPC's PIE through the
ppp_peer host name, or through the local IP addr 192.168.55.100
- PC side, there is no network adapter for the PPC created (ipconfig /all)
- PC side, there is no special route for PPC (route print)
- When I try to access http://192.168.55.101 from computer's IE, I have an
error message to connect to my PPC server. Same result with ppp_peer instead
of the IP address.

I also try to use AS3.8 instead of v4 (on a different computer), with the
hope that TCP tunneling will work better …. Without success …

Any Idea ?

Best Regards
--
Olivier ROUIT
Advance IT Tokens
 
Reply With Quote
 
 
 
 
Chris De Herrera
Guest
Posts: n/a

 
      05-12-2006
Hi,
The issue is related to the web server running on the PPC. The desktop
passthrough only allows the Pocket PC to access the PC but not vice versa.
Also, it could be related to the IP address that the web server is bound to.
It may default to 127.0.0.1 and that should work for other network
connections.


--
Chris De Herrera
http://www.pocketpcfaq.com
http://www.tabletpctalk.com
http://www.pocketpctalk.com
http://www.mobilitytalk.com

ActiveSync 4.x Troubleshooting Guide -
http://www.pocketpcfaq.com/faqs/acti...shoot-as4x.htm



"orouit" <> wrote in message
news:8D9C029A-2972-4112-A3D9-...
>I have a PocketPC WM2003SE and AS 4.1.
> I have a web server running on the PPC (port 80 or whatever) and I want to
> access it from my PC browser when the device is cradled through USB cable.
>
> I have read a lot of articles discussing about the subject and I tried
> different combinations, without any success.
> My status:
> - I can access a web server running in my PC from the PPC's PIE through
> the
> ppp_peer host name, or through the local IP addr 192.168.55.100
> - PC side, there is no network adapter for the PPC created (ipconfig /all)
> - PC side, there is no special route for PPC (route print)
> - When I try to access http://192.168.55.101 from computer's IE, I have an
> error message to connect to my PPC server. Same result with ppp_peer
> instead
> of the IP address.
>
> I also try to use AS3.8 instead of v4 (on a different computer), with the
> hope that TCP tunneling will work better .. Without success .
>
> Any Idea ?
>
> Best Regards
> --
> Olivier ROUIT
> Advance IT Tokens



 
Reply With Quote
 
orouit
Guest
Posts: n/a

 
      05-12-2006
Hi,

The web server running on my PPC is listening on all network interfaces. If
I try to access it through PIE using the IP local address (192.168.55.101),
it works. Of course, it also works using loopback address
(localhost=127.0.0.1).
The problem is that IE on my PC computer does not know how to route the HTTP
request to 192.168.55.101. Sniffing what's happening network side, I have an
ICMP response from my gateway indicating that the IP address 192.168.55.101
is unreachable, which is normal because I do not have any route configured
locally for this address ("route print" does not indicate any network
interface for the activesync connection).

How can I make activesync connection appear as a network connection PC side
? How can I configure a new route to this address ?

Thanks in advance
Best Regards
--
Olivier ROUIT
Advance IT Tokens


"Chris De Herrera" wrote:

> Hi,
> The issue is related to the web server running on the PPC. The desktop
> passthrough only allows the Pocket PC to access the PC but not vice versa.
> Also, it could be related to the IP address that the web server is bound to.
> It may default to 127.0.0.1 and that should work for other network
> connections.
>
>
> --
> Chris De Herrera
> http://www.pocketpcfaq.com
> http://www.tabletpctalk.com
> http://www.pocketpctalk.com
> http://www.mobilitytalk.com
>
> ActiveSync 4.x Troubleshooting Guide -
> http://www.pocketpcfaq.com/faqs/acti...shoot-as4x.htm
>
>
>
> "orouit" <> wrote in message
> news:8D9C029A-2972-4112-A3D9-...
> >I have a PocketPC WM2003SE and AS 4.1.
> > I have a web server running on the PPC (port 80 or whatever) and I want to
> > access it from my PC browser when the device is cradled through USB cable.
> >
> > I have read a lot of articles discussing about the subject and I tried
> > different combinations, without any success.
> > My status:
> > - I can access a web server running in my PC from the PPC's PIE through
> > the
> > ppp_peer host name, or through the local IP addr 192.168.55.100
> > - PC side, there is no network adapter for the PPC created (ipconfig /all)
> > - PC side, there is no special route for PPC (route print)
> > - When I try to access http://192.168.55.101 from computer's IE, I have an
> > error message to connect to my PPC server. Same result with ppp_peer
> > instead
> > of the IP address.
> >
> > I also try to use AS3.8 instead of v4 (on a different computer), with the
> > hope that TCP tunneling will work better .. Without success .
> >
> > Any Idea ?
> >
> > Best Regards
> > --
> > Olivier ROUIT
> > Advance IT Tokens

>
>
>

 
Reply With Quote
 
Chris De Herrera
Guest
Posts: n/a

 
      05-12-2006
Hi,
This is exactly what I thought. I expected this would be the case since
Microsoft wants to protect your desktop. So at this point I do not know of
a way to fix it.


--
Chris De Herrera
http://www.pocketpcfaq.com
http://www.tabletpctalk.com
http://www.pocketpctalk.com
http://www.mobilitytalk.com

ActiveSync 4.x Troubleshooting Guide -
http://www.pocketpcfaq.com/faqs/acti...shoot-as4x.htm

"orouit" <> wrote in message
news:0D179E6D-A134-48B3-9A07-...
> Hi,
>
> The web server running on my PPC is listening on all network interfaces.
> If
> I try to access it through PIE using the IP local address
> (192.168.55.101),
> it works. Of course, it also works using loopback address
> (localhost=127.0.0.1).
> The problem is that IE on my PC computer does not know how to route the
> HTTP
> request to 192.168.55.101. Sniffing what's happening network side, I have
> an
> ICMP response from my gateway indicating that the IP address
> 192.168.55.101
> is unreachable, which is normal because I do not have any route configured
> locally for this address ("route print" does not indicate any network
> interface for the activesync connection).
>
> How can I make activesync connection appear as a network connection PC
> side
> ? How can I configure a new route to this address ?
>
> Thanks in advance
> Best Regards
> --
> Olivier ROUIT
> Advance IT Tokens
>
>
> "Chris De Herrera" wrote:
>
>> Hi,
>> The issue is related to the web server running on the PPC. The desktop
>> passthrough only allows the Pocket PC to access the PC but not vice
>> versa.
>> Also, it could be related to the IP address that the web server is bound
>> to.
>> It may default to 127.0.0.1 and that should work for other network
>> connections.
>>
>>
>> --
>> Chris De Herrera
>> http://www.pocketpcfaq.com
>> http://www.tabletpctalk.com
>> http://www.pocketpctalk.com
>> http://www.mobilitytalk.com
>>
>> ActiveSync 4.x Troubleshooting Guide -
>> http://www.pocketpcfaq.com/faqs/acti...shoot-as4x.htm
>>
>>
>>
>> "orouit" <> wrote in message
>> news:8D9C029A-2972-4112-A3D9-...
>> >I have a PocketPC WM2003SE and AS 4.1.
>> > I have a web server running on the PPC (port 80 or whatever) and I want
>> > to
>> > access it from my PC browser when the device is cradled through USB
>> > cable.
>> >
>> > I have read a lot of articles discussing about the subject and I tried
>> > different combinations, without any success.
>> > My status:
>> > - I can access a web server running in my PC from the PPC's PIE through
>> > the
>> > ppp_peer host name, or through the local IP addr 192.168.55.100
>> > - PC side, there is no network adapter for the PPC created (ipconfig
>> > /all)
>> > - PC side, there is no special route for PPC (route print)
>> > - When I try to access http://192.168.55.101 from computer's IE, I have
>> > an
>> > error message to connect to my PPC server. Same result with ppp_peer
>> > instead
>> > of the IP address.
>> >
>> > I also try to use AS3.8 instead of v4 (on a different computer), with
>> > the
>> > hope that TCP tunneling will work better .. Without success .
>> >
>> > Any Idea ?
>> >
>> > Best Regards
>> > --
>> > Olivier ROUIT
>> > Advance IT Tokens

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error not able to loging after upgrading domain controller Alexyy Active Directory 6 11-10-2009 06:09 AM
Re: New Server Transition question Ace Fekay [MCT] Windows Server 2 10-28-2009 04:39 AM
Re: Can I migrate/upgrade Windows Server 2008 32-bit to 64-bit? Meinolf Weber [MVP-DS] Server Migration 0 10-26-2009 10:37 AM
Migrating old 2003 server with Exchange to new 2003 64-bit serverwith Exchange 2008 Willo van der Merwe Server Migration 3 10-24-2009 05:26 AM
Can't access offline files when online but server not available Andy Windows Vista File Management 0 08-30-2007 02:01 AM



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 56 57 58 59