Networking Forums

Networking Forums > Computer Networking > Windows Networking > Disabling Auto IP Generation

Reply
Thread Tools Display Modes

Disabling Auto IP Generation

 
 
Mehboob
Guest
Posts: n/a

 
      09-13-2003, 02:34 AM
Hi,

We have a big and growing network with Win-XP/2K/ and 98
OS. As we use mostly Novell services I want to disable
DHCP capabilities on these machines. For XP/2K/NT, I can
stop the dhcp client(the easy&dump way though).. but on
Win98 I tried adding a DWORD under.....
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\VxD\DH
CP.. added... IPAutoconfigurationEnabled :0
But still the PC is receiving the DHCP address. Any
Suggestions..?

Thanks in advance
Mehboob


 
Reply With Quote
 
 
 
 
Steve Winograd [MVP]
Guest
Posts: n/a

 
      09-13-2003, 05:04 AM
In article <071f01c3799f$90965c80$(E-Mail Removed)>, "Mehboob"
<(E-Mail Removed)> wrote:
>Hi,
>
> We have a big and growing network with Win-XP/2K/ and 98
>OS. As we use mostly Novell services I want to disable
>DHCP capabilities on these machines. For XP/2K/NT, I can
>stop the dhcp client(the easy&dump way though).. but on
>Win98 I tried adding a DWORD under.....
>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servi ces\VxD\DH
>CP.. added... IPAutoconfigurationEnabled :0
>But still the PC is receiving the DHCP address. Any
>Suggestions..?
>
>Thanks in advance
>Mehboob


That registry key doesn't stop the computer from being a DHCP client.
It stops the computer from assigning itself an automatic private IP
address when there's no DHCP server available. It's documented here:

Automatic Windows 98/Me TCP/IP Addressing Without a DHCP Server
http://support.microsoft.com/?scid=kb;en-us;220874

If a computer doesn't use TCP/IP, un-install the protocol. If TCP/IP
needs to be installed for some reason, assign a static IP address in a
private IP subnet that the network doesn't use.
--
Best Wishes,
Steve Winograd, MS-MVP (Windows Networking)

Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.

Microsoft Most Valuable Professional - Windows Networking
http://mvp.support.microsoft.com

Steve Winograd's Networking FAQ
http://www.bcmaven.com/networking/faq.htm
 
Reply With Quote
 
Mehboob
Guest
Posts: n/a

 
      09-13-2003, 01:24 PM
Hi Steve,

Thanks alot for the reply.Removing the TCP/IP totally
makes it a real good solution, but incase infuture if we
want to assign a IP again we have to install and basically
its a hospital evironment having lots of PCs and my
manager (he is kind of hard to agree on good solutions)
want them to be having same kind of protocols and drivers
loaded(uniform)-so for me this may not be feasible
solution.
So secondly is there any way to disable or adding a
keyword somewhere in the registry so that that particular
machine(Win98) will not get an IP from DHCP server when
others do..?

Thanks a Mil.
Mehboob



>-----Original Message-----
>In article <071f01c3799f$90965c80

$(E-Mail Removed)>, "Mehboob"
><(E-Mail Removed)> wrote:
>>Hi,
>>
>> We have a big and growing network with Win-XP/2K/ and

98
>>OS. As we use mostly Novell services I want to disable
>>DHCP capabilities on these machines. For XP/2K/NT, I can
>>stop the dhcp client(the easy&dump way though).. but on
>>Win98 I tried adding a DWORD under.....
>>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Serv ices\VxD\

DH
>>CP.. added... IPAutoconfigurationEnabled :0
>>But still the PC is receiving the DHCP address. Any
>>Suggestions..?
>>
>>Thanks in advance
>>Mehboob

>
>That registry key doesn't stop the computer from being a

DHCP client.
>It stops the computer from assigning itself an automatic

private IP
>address when there's no DHCP server available. It's

documented here:
>
>Automatic Windows 98/Me TCP/IP Addressing Without a DHCP

Server
>http://support.microsoft.com/?scid=kb;en-us;220874
>
>If a computer doesn't use TCP/IP, un-install the

protocol. If TCP/IP
>needs to be installed for some reason, assign a static IP

address in a
>private IP subnet that the network doesn't use.
>--
>Best Wishes,
>Steve Winograd, MS-MVP (Windows Networking)
>
>Please post any reply as a follow-up message in the news

group
>for everyone to see. I'm sorry, but I don't answer

questions
>addressed directly to me in E-mail or news groups.
>
>Microsoft Most Valuable Professional - Windows Networking
>http://mvp.support.microsoft.com
>
>Steve Winograd's Networking FAQ
>http://www.bcmaven.com/networking/faq.htm
>.
>

 
Reply With Quote
 
Steve Winograd [MVP]
Guest
Posts: n/a

 
      09-14-2003, 08:31 PM
In article <02ba01c379fa$6035f680$(E-Mail Removed)>, "Mehboob"
<(E-Mail Removed)> wrote:
>>> We have a big and growing network with Win-XP/2K/ and 98
>>>OS. As we use mostly Novell services I want to disable
>>>DHCP capabilities on these machines. For XP/2K/NT, I can
>>>stop the dhcp client(the easy&dump way though).. but on
>>>Win98 I tried adding a DWORD under.....
>>>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Ser vices\VxD\DH
>>>CP.. added... IPAutoconfigurationEnabled :0
>>>But still the PC is receiving the DHCP address. Any
>>>Suggestions..?

>>
>>That registry key doesn't stop the computer from being a DHCP client.
>>It stops the computer from assigning itself an automatic private IP
>>address when there's no DHCP server available. It's documented here:
>>
>>Automatic Windows 98/Me TCP/IP Addressing Without a DHCP Server
>>http://support.microsoft.com/?scid=kb;en-us;220874
>>
>>If a computer doesn't use TCP/IP, un-install the protocol. If TCP/IP
>>needs to be installed for some reason, assign a static IP address in a
>>private IP subnet that the network doesn't use.

>
>Hi Steve,
>
> Thanks alot for the reply.Removing the TCP/IP totally
>makes it a real good solution, but incase infuture if we
>want to assign a IP again we have to install and basically
>its a hospital evironment having lots of PCs and my
>manager (he is kind of hard to agree on good solutions)
>want them to be having same kind of protocols and drivers
>loaded(uniform)-so for me this may not be feasible
>solution.
>So secondly is there any way to disable or adding a
>keyword somewhere in the registry so that that particular
>machine(Win98) will not get an IP from DHCP server when
>others do..?
>
>Thanks a Mil.
>Mehboob


You're welcome, Mehboob. I'm not aware of any such registry setting.
If you configure a network card's TCP/IP properties to obtain an IP
address automatically, it will do exactly that.

You might be able to configure the DHCP server to ignore certain
computers, possibly based on the MAC addresses of their network cards.
--
Best Wishes,
Steve Winograd, MS-MVP (Windows Networking)

Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.

Microsoft Most Valuable Professional - Windows Networking
http://mvp.support.microsoft.com

Steve Winograd's Networking FAQ
http://www.bcmaven.com/networking/faq.htm
 
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
Auto Shipping Auto Shipping Scheduling:car moving auto transport linkswanted Wireless Internet 0 02-16-2008 01:40 AM
SBR DH-key generation. sachin Wireless Internet 0 01-11-2007 07:48 AM
BT's Next Generation Consumer Strategy Sunil Sood Broadband 4 12-28-2005 11:30 AM
auto-crossover - auto-MDI/X capability of ethernet NIC ttsp Linux Networking 3 03-04-2004 03:33 AM
Key Generation John F Kappler Wireless Internet 4 03-04-2004 01:39 AM



1 2 3 4 5 6 7 8 9 10 11