Home > Network > Clients
(Windows 95/98/Me)
The Windows 9x GUI does not accept having multiple IP addresses specified for a single network adapter. This tweak allows you to add additional IP addresses using the registry.
Open your registry and find the key below where the final four digits represents the network adapter. If you only have one adapter the digits will be 0000.
Within this key will be two values called "IPAddress" and "IPMask". To add additional IP addresses add the comma-separated IP and subnet mask values to both these keys respectively without using spaces.
Exit your registry and reboot for the changes to take effect.
 |  |  |  |  |
 |  | (Default) | REG_SZ | (value not set) |  |
 |  | IPAddress | REG_SZ | "," |  |
 |  | IPMask | REG_SZ | "," |  |
 |
 | HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\N... |  |
 |
| Registry Settings |
System Key: [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\NetTrans\0000]
Value Name: IPAddress, IPMask
Data Type: REG_SZ (String Value)
Value Data: Comma-separated IP and Subnet Masks
|
Disclaimer: Modifying the registry can cause serious problems that may require you to reinstall your operating system. We cannot guarantee that problems resulting from modifications to the registry can be solved. Use the information provided at your own risk.
Last Modified: April 4, 2002
|