PC Review


Reply
Thread Tools Rate Thread

Gateway option

 
 
andy
Guest
Posts: n/a
 
      3rd Jul 2003
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 (E-Mail Removed)


 
Reply With Quote
 
 
 
 
Empire
Guest
Posts: n/a
 
      3rd Jul 2003
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 (E-Mail Removed)
>
>
>.
>

 
Reply With Quote
 
Gerry Hickman
Guest
Posts: n/a
 
      3rd Jul 2003
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
 
andy
Guest
Posts: n/a
 
      4th Jul 2003
About 40 clients.


"Empire" <(E-Mail Removed)> ha scritto nel messaggio
news:0a1901c3419f$d4334080$(E-Mail Removed)...
> 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 (E-Mail Removed)
> >
> >
> >.
> >



 
Reply With Quote
 
Empire
Guest
Posts: n/a
 
      4th Jul 2003
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" <(E-Mail Removed)> ha scritto nel messaggio
>news:0a1901c3419f$d4334080$(E-Mail Removed)...
>> 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

(E-Mail Removed)
>> >
>> >
>> >.
>> >

>
>
>.
>

 
Reply With Quote
 
Empire
Guest
Posts: n/a
 
      4th Jul 2003
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" <(E-Mail Removed)> ha scritto nel messaggio
>>news:0a1901c3419f$d4334080$(E-Mail Removed)...
>>> 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

>(E-Mail Removed)
>>> >
>>> >
>>> >.
>>> >

>>
>>
>>.
>>

>.
>

 
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

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
Default gateway unpingable, but can browse gateway IP over http?? jeffhenrichs@gmail.com Windows XP Networking 0 11th Oct 2005 04:40 AM
Forcing Default Gateway Option to be Unchecked Through Policy Russ Microsoft Windows 2000 RAS Routing 1 11th Nov 2004 12:45 AM
Use Deafult Gateway On Remote Computer option aaaa Microsoft Windows 2000 1 9th Sep 2003 02:16 AM
gateway to gateway protocol Raw Socket documentation or Example ??? SWJust Microsoft C# .NET 0 17th Jul 2003 10:53 AM
Quick Gateway-to-Gateway VPN Question LL Deja Microsoft Windows 2000 RAS Routing 1 2nd Jul 2003 03:47 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:38 PM.