PC Review Forums Newsgroups Windows 2000 Microsoft Windows 2000 Deployment Gateway option

Reply

Gateway option

 
Thread Tools Rate Thread
Old 03-07-2003, 06:35 PM   #1
andy
Guest
 
Posts: n/a
Default Gateway option


I have a DC win2000 server with several w98-w2k workstations.
Win2000 server uses DHCP server to distribute IP addresses, in DHCP option
there are DNS value and ordinary gateway value (that i call IP 1).
I have to use a second gateway value (that i call IP 2).

I would like, by a policy or similar, to assign gateway=IP 1 on some
workstations, gateway=IP 2 on other workstations.
The option must be associated to workstation and not to users.
Note workstation's users are local administrator of their machines. Users
must be disallowed to change gateway settings.

Any help is appreciated.
Andy.

--
Please remove NOSPAM to address bettati@NOSPAMinfinito.it


  Reply With Quote
Old 03-07-2003, 08:15 PM   #2
Empire
Guest
 
Posts: n/a
Default Gateway option

U probably gona laugh but,

how many clients are we talking here? One idea is to
manage your 2 ips one with normal DHCP and the other with
reserved IP and set IP 1 for DHCP and set IP 2 for
Reserved IPs
But that could be not an optimal choice if you have lots
of clients... also not good for future expansion
(subnetting or supperneting).
>-----Original Message-----
>I have a DC win2000 server with several w98-w2k

workstations.
>Win2000 server uses DHCP server to distribute IP

addresses, in DHCP option
>there are DNS value and ordinary gateway value (that i

call IP 1).
>I have to use a second gateway value (that i call IP 2).
>
>I would like, by a policy or similar, to assign

gateway=IP 1 on some
>workstations, gateway=IP 2 on other workstations.
>The option must be associated to workstation and not to

users.
>Note workstation's users are local administrator of their

machines. Users
>must be disallowed to change gateway settings.
>
>Any help is appreciated.
>Andy.
>
>--
>Please remove NOSPAM to address bettati@NOSPAMinfinito.it
>
>
>.
>

  Reply With Quote
Old 03-07-2003, 08:32 PM   #3
Gerry Hickman
Guest
 
Posts: n/a
Default Re: Gateway option

andy wrote:
> I would like, by a policy or similar, to assign gateway=IP 1 on some
> workstations, gateway=IP 2 on other workstations.


Have a look at Win32_NetworkAdapterConfiguration in WMI.

> The option must be associated to workstation and not to users.


Yup.

> Note workstation's users are local administrator of their machines. Users
> must be disallowed to change gateway settings.


Sounds like a contradiction to me? How can an administrator not be
allowed to change the gateway?

--
Gerry Hickman (London UK)

  Reply With Quote
Old 04-07-2003, 06:54 AM   #4
andy
Guest
 
Posts: n/a
Default Re: Gateway option

About 40 clients.


"Empire" <none@aol.com> ha scritto nel messaggio
news:0a1901c3419f$d4334080$a001280a@phx.gbl...
> U probably gona laugh but,
>
> how many clients are we talking here? One idea is to
> manage your 2 ips one with normal DHCP and the other with
> reserved IP and set IP 1 for DHCP and set IP 2 for
> Reserved IPs
> But that could be not an optimal choice if you have lots
> of clients... also not good for future expansion
> (subnetting or supperneting).
> >-----Original Message-----
> >I have a DC win2000 server with several w98-w2k

> workstations.
> >Win2000 server uses DHCP server to distribute IP

> addresses, in DHCP option
> >there are DNS value and ordinary gateway value (that i

> call IP 1).
> >I have to use a second gateway value (that i call IP 2).
> >
> >I would like, by a policy or similar, to assign

> gateway=IP 1 on some
> >workstations, gateway=IP 2 on other workstations.
> >The option must be associated to workstation and not to

> users.
> >Note workstation's users are local administrator of their

> machines. Users
> >must be disallowed to change gateway settings.
> >
> >Any help is appreciated.
> >Andy.
> >
> >--
> >Please remove NOSPAM to address bettati@NOSPAMinfinito.it
> >
> >
> >.
> >



  Reply With Quote
Old 04-07-2003, 03:15 PM   #5
Empire
Guest
 
Posts: n/a
Default Re: Gateway option

Volendo ti potrei scrivere in italiano ma non so spiegarmi
in lingua tecnica... quindi continuo in inglese
Because it looks like you want to devide the 2 networks
with different gateways u could supernet you network with
different IP with a route between them.
Per esempio:
DHCP---
-
-
- --192.168.1.xxx Network GW=192.168.1.xxx (IP 1)
-Route
--192.168.2.xxx Network GW=192.168.2.xxx (IP 2)

netmask = 255.255.255.0
Could this be an idea?? And if you have only 40 clients
maybe it is worth it to use static ip for those
workstations......
>-----Original Message-----
>About 40 clients.
>
>
>"Empire" <none@aol.com> ha scritto nel messaggio
>news:0a1901c3419f$d4334080$a001280a@phx.gbl...
>> U probably gona laugh but,
>>
>> how many clients are we talking here? One idea is to
>> manage your 2 ips one with normal DHCP and the other

with
>> reserved IP and set IP 1 for DHCP and set IP 2 for
>> Reserved IPs
>> But that could be not an optimal choice if you have lots
>> of clients... also not good for future expansion
>> (subnetting or supperneting).
>> >-----Original Message-----
>> >I have a DC win2000 server with several w98-w2k

>> workstations.
>> >Win2000 server uses DHCP server to distribute IP

>> addresses, in DHCP option
>> >there are DNS value and ordinary gateway value (that i

>> call IP 1).
>> >I have to use a second gateway value (that i call IP

2).
>> >
>> >I would like, by a policy or similar, to assign

>> gateway=IP 1 on some
>> >workstations, gateway=IP 2 on other workstations.
>> >The option must be associated to workstation and not to

>> users.
>> >Note workstation's users are local administrator of

their
>> machines. Users
>> >must be disallowed to change gateway settings.
>> >
>> >Any help is appreciated.
>> >Andy.
>> >
>> >--
>> >Please remove NOSPAM to address

bettati@NOSPAMinfinito.it
>> >
>> >
>> >.
>> >

>
>
>.
>

  Reply With Quote
Old 04-07-2003, 03:30 PM   #6
Empire
Guest
 
Posts: n/a
Default Re: Gateway option

OOps correction that is not superneting... that is just
adding another network. Sorry i got confused.

>-----Original Message-----
>Volendo ti potrei scrivere in italiano ma non so

spiegarmi
>in lingua tecnica... quindi continuo in inglese
>Because it looks like you want to devide the 2 networks
>with different gateways u could supernet you network with
>different IP with a route between them.
>Per esempio:
>DHCP---
> -
> -
> - --192.168.1.xxx Network GW=192.168.1.xxx (IP 1)
> -Route
> --192.168.2.xxx Network GW=192.168.2.xxx (IP 2)
>
>netmask = 255.255.255.0
>Could this be an idea?? And if you have only 40 clients
>maybe it is worth it to use static ip for those
>workstations......
>>-----Original Message-----
>>About 40 clients.
>>
>>
>>"Empire" <none@aol.com> ha scritto nel messaggio
>>news:0a1901c3419f$d4334080$a001280a@phx.gbl...
>>> U probably gona laugh but,
>>>
>>> how many clients are we talking here? One idea is to
>>> manage your 2 ips one with normal DHCP and the other

>with
>>> reserved IP and set IP 1 for DHCP and set IP 2 for
>>> Reserved IPs
>>> But that could be not an optimal choice if you have

lots
>>> of clients... also not good for future expansion
>>> (subnetting or supperneting).
>>> >-----Original Message-----
>>> >I have a DC win2000 server with several w98-w2k
>>> workstations.
>>> >Win2000 server uses DHCP server to distribute IP
>>> addresses, in DHCP option
>>> >there are DNS value and ordinary gateway value (that i
>>> call IP 1).
>>> >I have to use a second gateway value (that i call IP

>2).
>>> >
>>> >I would like, by a policy or similar, to assign
>>> gateway=IP 1 on some
>>> >workstations, gateway=IP 2 on other workstations.
>>> >The option must be associated to workstation and not

to
>>> users.
>>> >Note workstation's users are local administrator of

>their
>>> machines. Users
>>> >must be disallowed to change gateway settings.
>>> >
>>> >Any help is appreciated.
>>> >Andy.
>>> >
>>> >--
>>> >Please remove NOSPAM to address

>bettati@NOSPAMinfinito.it
>>> >
>>> >
>>> >.
>>> >

>>
>>
>>.
>>

>.
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off