Networking Forums

Networking Forums > Computer Networking > Windows Networking > Network sharing---Proxy?

Reply
Thread Tools Display Modes

Network sharing---Proxy?

 
 
Oscar
Guest
Posts: n/a

 
      10-12-2004, 10:05 PM
hi guys,

I need to develop an application to allow two PCs share Internet Access. The
scenario is followed:

Internet <----> PC A<---> PC B


Desktop B connects to Desktop A with ethernet cable. A has a dialup
connection to Internet. Now B will surf the net through A. I know a proxy
will do the job, but a proxy is over Transport layer, not IP layer. So A
needs to monitor all possible ports(like 80, 21, etc) to redirect internet
data. Is it possible for A to monitor all data in the IP layer so A can just
act like a router? Does windows provide such functionalities?


Thanks,

Oscar


 
Reply With Quote
 
 
 
 
Miha Pihler
Guest
Posts: n/a

 
      10-12-2004, 10:19 PM
Hi Oscar,

Yes, you can use Windows as a router. You can e.g. setup Windows XP as a
router (ICS -- Internet Connection Sharing)

Configuring the ICS Computer
http://www.microsoft.com/resources/d...g_cnd_xham.asp

Same goes for server editions...

How To Enable TCP/IP Forwarding in Windows Server 2003
http://support.microsoft.com/default...b;en-us;323339

Next thing you can look for is information on RRAS (Routing and Remote
Access Server).

Mike

"Oscar" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> hi guys,
>
> I need to develop an application to allow two PCs share Internet Access.

The
> scenario is followed:
>
> Internet <----> PC A<---> PC B
>
>
> Desktop B connects to Desktop A with ethernet cable. A has a dialup
> connection to Internet. Now B will surf the net through A. I know a proxy
> will do the job, but a proxy is over Transport layer, not IP layer. So A
> needs to monitor all possible ports(like 80, 21, etc) to redirect internet
> data. Is it possible for A to monitor all data in the IP layer so A can

just
> act like a router? Does windows provide such functionalities?
>
>
> Thanks,
>
> Oscar
>
>



 
Reply With Quote
 
Oscar
Guest
Posts: n/a

 
      10-13-2004, 04:19 PM
hi Miha,

Thank you for your reply. The problem I have right now is: the PC working as
a router/gateway runs windows CE 2003. Moreover, I am trying to write code
to implement this function, other than using MS' configurations. DO you have
any idea about this?

Thanks,

Oscar


"Miha Pihler" <mihap-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Oscar,
>
> Yes, you can use Windows as a router. You can e.g. setup Windows XP as a
> router (ICS -- Internet Connection Sharing)
>
> Configuring the ICS Computer
> http://www.microsoft.com/resources/d...g_cnd_xham.asp
>
> Same goes for server editions...
>
> How To Enable TCP/IP Forwarding in Windows Server 2003
> http://support.microsoft.com/default...b;en-us;323339
>
> Next thing you can look for is information on RRAS (Routing and Remote
> Access Server).
>
> Mike
>
> "Oscar" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> hi guys,
>>
>> I need to develop an application to allow two PCs share Internet Access.

> The
>> scenario is followed:
>>
>> Internet <----> PC A<---> PC B
>>
>>
>> Desktop B connects to Desktop A with ethernet cable. A has a dialup
>> connection to Internet. Now B will surf the net through A. I know a proxy
>> will do the job, but a proxy is over Transport layer, not IP layer. So A
>> needs to monitor all possible ports(like 80, 21, etc) to redirect
>> internet
>> data. Is it possible for A to monitor all data in the IP layer so A can

> just
>> act like a router? Does windows provide such functionalities?
>>
>>
>> Thanks,
>>
>> Oscar
>>
>>

>
>



 
Reply With Quote
 
Miha Pihler
Guest
Posts: n/a

 
      10-13-2004, 04:24 PM
Hi Oscar,

Sorry :-\, I am not familiar nor with Windows CE nor with development
tasks...

My advice would be to check with developer groups...

Mike

"Oscar" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> hi Miha,
>
> Thank you for your reply. The problem I have right now is: the PC working

as
> a router/gateway runs windows CE 2003. Moreover, I am trying to write code
> to implement this function, other than using MS' configurations. DO you

have
> any idea about this?
>
> Thanks,
>
> Oscar
>
>
> "Miha Pihler" <mihap-(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi Oscar,
> >
> > Yes, you can use Windows as a router. You can e.g. setup Windows XP as a
> > router (ICS -- Internet Connection Sharing)
> >
> > Configuring the ICS Computer
> >

http://www.microsoft.com/resources/d...g_cnd_xham.asp
> >
> > Same goes for server editions...
> >
> > How To Enable TCP/IP Forwarding in Windows Server 2003
> > http://support.microsoft.com/default...b;en-us;323339
> >
> > Next thing you can look for is information on RRAS (Routing and Remote
> > Access Server).
> >
> > Mike
> >
> > "Oscar" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> >> hi guys,
> >>
> >> I need to develop an application to allow two PCs share Internet

Access.
> > The
> >> scenario is followed:
> >>
> >> Internet <----> PC A<---> PC B
> >>
> >>
> >> Desktop B connects to Desktop A with ethernet cable. A has a dialup
> >> connection to Internet. Now B will surf the net through A. I know a

proxy
> >> will do the job, but a proxy is over Transport layer, not IP layer. So

A
> >> needs to monitor all possible ports(like 80, 21, etc) to redirect
> >> internet
> >> data. Is it possible for A to monitor all data in the IP layer so A can

> > just
> >> act like a router? Does windows provide such functionalities?
> >>
> >>
> >> Thanks,
> >>
> >> Oscar
> >>
> >>

> >
> >

>
>



 
Reply With Quote
 
Oscar
Guest
Posts: n/a

 
      10-13-2004, 04:52 PM
thank you Miha. I will post my question to pocketpc's group.


"Miha Pihler" <mihap-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Oscar,
>
> Sorry :-\, I am not familiar nor with Windows CE nor with development
> tasks...
>
> My advice would be to check with developer groups...
>
> Mike
>
> "Oscar" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> hi Miha,
>>
>> Thank you for your reply. The problem I have right now is: the PC working

> as
>> a router/gateway runs windows CE 2003. Moreover, I am trying to write
>> code
>> to implement this function, other than using MS' configurations. DO you

> have
>> any idea about this?
>>
>> Thanks,
>>
>> Oscar
>>
>>
>> "Miha Pihler" <mihap-(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> > Hi Oscar,
>> >
>> > Yes, you can use Windows as a router. You can e.g. setup Windows XP as
>> > a
>> > router (ICS -- Internet Connection Sharing)
>> >
>> > Configuring the ICS Computer
>> >

> http://www.microsoft.com/resources/d...g_cnd_xham.asp
>> >
>> > Same goes for server editions...
>> >
>> > How To Enable TCP/IP Forwarding in Windows Server 2003
>> > http://support.microsoft.com/default...b;en-us;323339
>> >
>> > Next thing you can look for is information on RRAS (Routing and Remote
>> > Access Server).
>> >
>> > Mike
>> >
>> > "Oscar" <(E-Mail Removed)> wrote in message
>> > news:(E-Mail Removed)...
>> >> hi guys,
>> >>
>> >> I need to develop an application to allow two PCs share Internet

> Access.
>> > The
>> >> scenario is followed:
>> >>
>> >> Internet <----> PC A<---> PC B
>> >>
>> >>
>> >> Desktop B connects to Desktop A with ethernet cable. A has a dialup
>> >> connection to Internet. Now B will surf the net through A. I know a

> proxy
>> >> will do the job, but a proxy is over Transport layer, not IP layer. So

> A
>> >> needs to monitor all possible ports(like 80, 21, etc) to redirect
>> >> internet
>> >> data. Is it possible for A to monitor all data in the IP layer so A
>> >> can
>> > just
>> >> act like a router? Does windows provide such functionalities?
>> >>
>> >>
>> >> Thanks,
>> >>
>> >> Oscar
>> >>
>> >>
>> >
>> >

>>
>>

>
>



 
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
*New Proxy -- QUICK LOADING Proxy* SurfHide.us Wireless Internet 0 09-26-2008 05:50 AM
Proxy settings on Network bassjace Windows Networking 5 03-06-2007 05:55 AM
Need to write (or find) a network proxy Graham Nicholls Linux Networking 1 09-08-2005 01:35 PM
Proxy configuration - tool for identifying what proxy is being use =?Utf-8?B?Q2hyaXMgQg==?= Windows Networking 0 03-21-2005 08:31 PM
sharing or proxy eddepet Home Networking 1 05-29-2004 05:04 PM



1 2 3 4 5 6 7 8 9 10 11