Hi, all?

I'm finding a way to set up multiple ip addresses on a single ethernet card?
How can I build it?
Any pointers to related material would be also appreciated.

Re: How to set up multiple ip addresses on a single network adaptor? by Andrew

Andrew
Mon Jul 09 04:36:27 CDT 2007

I don't think that Windows CE supports this.
Andrew.

On Jul 9, 8:38 am, daniel <dan...@discussions.microsoft.com> wrote:
> Hi, all?
>
> I'm finding a way to set up multiple ip addresses on a single ethernet card?
> How can I build it?
> Any pointers to related material would be also appreciated.



Re: How to set up multiple ip addresses on a single network adapto by daniel

daniel
Mon Jul 09 04:50:01 CDT 2007

No.
At PB help document, it says ce support multihoming ip address.
But there is no detail description for building it.


"Andrew at Plextek (www.plextek.co.uk)" wrote:

> I don't think that Windows CE supports this.
> Andrew.
>
> On Jul 9, 8:38 am, daniel <dan...@discussions.microsoft.com> wrote:
> > Hi, all?
> >
> > I'm finding a way to set up multiple ip addresses on a single ethernet card?
> > How can I build it?
> > Any pointers to related material would be also appreciated.
>
>
>

Re: How to set up multiple ip addresses on a single network adapto by Andrew

Andrew
Mon Jul 09 08:51:42 CDT 2007

Daniel,
OK, so the help appears to imply support, and the IPAddress registry
settings appear to infer that you could assign more than one to an
adapter:
http://msdn2.microsoft.com/en-us/library/aa917483.aspx
I just tried adding this to my registry:
[HKEY_LOCAL_MACHINE\Comm\PCI\ar52101\Parms\TCPIP]
"DefaultGateway"=multi_sz:"0.0.0.0"
"EnableDHCP"=dword:00000000
"Subnetmask"=multi_sz:"255.255.255.0","255.255.255.0"
"IpAddress"=multi_sz:"192.168.200.200","192.168.200.69"
The system booted, the wireless card reported using 192.168.200.69
whilst the network setup utility reported 192.168.200.200. It would
only ping on "192.168.200.200" !!!
As I said, I don't think WinCE supports this, and looked into it in
the past when I wanted to use it. However, when you know the answer of
how to do this in WinCE, please post it back to the group, I will be
most interested.
Regards,
Andrew.

On Jul 9, 10:50 am, daniel <dan...@discussions.microsoft.com> wrote:
> No.
> At PB help document, it says ce support multihoming ip address.
> But there is no detail description for building it.
>
> "Andrew at Plextek (www.plextek.co.uk)" wrote:
>
>
>
> > I don't think that Windows CE supports this.
> > Andrew.
>
> > On Jul 9, 8:38 am, daniel <dan...@discussions.microsoft.com> wrote:
> > > Hi, all?
>
> > > I'm finding a way to set up multiple ip addresses on a single ethernet card?
> > > How can I build it?
> > > Any pointers to related material would be also appreciated.- Hide quoted text -
>
> - Show quoted text -



Re: How to set up multiple ip addresses on a single network adapto by Paul

Paul
Mon Jul 09 10:34:07 CDT 2007

You can look up AddIPAddress() in the IPHlpAPI. In the past, various people
have tried to make this work and failed, so I don't think that it is really,
really supported, either.

Paul T.

"Andrew at Plextek (www.plextek.co.uk)" <ams@plextek.com> wrote in message
news:1183989102.111656.240820@g4g2000hsf.googlegroups.com...
> Daniel,
> OK, so the help appears to imply support, and the IPAddress registry
> settings appear to infer that you could assign more than one to an
> adapter:
> http://msdn2.microsoft.com/en-us/library/aa917483.aspx
> I just tried adding this to my registry:
> [HKEY_LOCAL_MACHINE\Comm\PCI\ar52101\Parms\TCPIP]
> "DefaultGateway"=multi_sz:"0.0.0.0"
> "EnableDHCP"=dword:00000000
> "Subnetmask"=multi_sz:"255.255.255.0","255.255.255.0"
> "IpAddress"=multi_sz:"192.168.200.200","192.168.200.69"
> The system booted, the wireless card reported using 192.168.200.69
> whilst the network setup utility reported 192.168.200.200. It would
> only ping on "192.168.200.200" !!!
> As I said, I don't think WinCE supports this, and looked into it in
> the past when I wanted to use it. However, when you know the answer of
> how to do this in WinCE, please post it back to the group, I will be
> most interested.
> Regards,
> Andrew.
>
> On Jul 9, 10:50 am, daniel <dan...@discussions.microsoft.com> wrote:
>> No.
>> At PB help document, it says ce support multihoming ip address.
>> But there is no detail description for building it.
>>
>> "Andrew at Plextek (www.plextek.co.uk)" wrote:
>>
>>
>>
>> > I don't think that Windows CE supports this.
>> > Andrew.
>>
>> > On Jul 9, 8:38 am, daniel <dan...@discussions.microsoft.com> wrote:
>> > > Hi, all?
>>
>> > > I'm finding a way to set up multiple ip addresses on a single
>> > > ethernet card?
>> > > How can I build it?
>> > > Any pointers to related material would be also appreciated.- Hide
>> > > quoted text -
>>
>> - Show quoted text -
>
>