On clients with multiple Network Interface Cards (NICs), only one IP or IPX address is selected as the address that the Wuser or Wuser32 agent will listen on. The address selected is the first IP or IPX address in the registry. To explicitly specify the IP address that the Remote Control Agent will listen on, you must make an addition to the registry.
The following procedures describe how to explicitly specify the IP listening address on Windows NT, Windows 95, Windows 98, and Win16 clients if multiple NICs are present. Note that this functionality only exists for dual-carded computers that use the TCP/IP protocol for Remote Tools sessions. This feature is not available for dual-carded computers that are configured to use IPX as their listening protocol.
To specify a specific IP listening address for Windows NT, Windows 95, and Windows 98 clients
Value Name: Subnet; Data Type: REG_SZ; String: (for example, 192.168.121.0)
Value Name: SubnetMask; Data Type: REG_SZ; String: (for example, 255.255.255.0)
To specify a specific IP listening address for Win16 clients
[Protocol]Subnet=192.168.121.0SubnetMask=255.255.255.0
MULTINIC S=192.168.121.0 M=255.255.255.0
where
S = subnet or listening Wuser32 agent
M = subnet Mask (for example, 255.255.255.0)
If (S)ubnet is specified, but (M)ask is not, 255.255.255.0 is assumed for M. “S” and “M” must be typed in capital letters because Multinic.exe is case-sensitive.