Configure Internet Connection Sharing (ICS) (Windows 98/Me) Category: Home > Network > Internet and Remote Access
Windows 98SE and Me include a feature called Internet Connection Sharing (ICS) which enables networked PCs to easily share a single Internet connection. These settings allow you to configure some ICS parameters.
Open your registry and find the key below.
Change the values from the table below according to your requirements:
- Enabled (DWORD) - "1" = enable ICS, "0" = disable
- EnabledDHCP (DWORD) - "1" = enable DHCP server, "0" = disable
- EnabledDNS (DWORD) - "1" = enable DNS server, "0" = disable
- IntranetInfo (String) - comma-separated IP address of ICS host and the subnet mask (e.g. "192.168.0.1,255.255.255.0").
Restart Windows for the changes to take effect.
 |  |  |  |  |
 |  | (Default) | REG_SZ | (value not set) |  |
 |  | Enabled | REG_DWORD | 0x00000001 (1) |  |
 |  | EnableDHCP | REG_DWORD | 0x00000001 (1) |  |
 |  | EnableDNS | REG_DWORD | 0x00000001 (1) |  |
 |  | IntranetInfo | REG_SZ | 192.168.0.1,255.255.255.0 |  |
 |
 | HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\ICSharing\Settings\... |  |
 |
Settings: |
System Key: [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\ICSharing\Settings\ General]
Name: Enabled, IntranetInfo, EnableDHCP, EnableDNS
|
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: February 6, 2003
|