Source code of Windows XP (NT5)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<?xml version ="1.0"?> <NLB xmlns="x-schema:MicrosoftNLB.xml"> <Cluster Name="Microsoft.com" Text="My Favorite NLB Cluster"> <Properties> <IPAddress Type="Primary"> <Address>11.11.1.1</Address> <SubnetMask>255.0.0.0</SubnetMask> </IPAddress> <IPAddress Type="Secondary"> <Address>11.11.1.4</Address> <SubnetMask>255.255.0.0</SubnetMask> </IPAddress> <IPAddress Type="Secondary"> <Address>11.11.1.5</Address> <SubnetMask>255.255.0.0</SubnetMask> </IPAddress> <IPAddress Type="IGMP"> <Address>239.255.202.134</Address> </IPAddress> <DomainName>www.microsoft.com</DomainName> <Mode>IGMP</Mode> <NetworkAddress>02-BF-0B-0B-01-01</NetworkAddress> <RemoteControl Enabled="Yes"> <Password>PEZHead</Password> </RemoteControl> </Properties> <Hosts> <Host Name="Test2" HostID="21" Text="Bench 3, Seat 4" State="Suspended"> <Adapter> <Name>Intel 10/100 Pro Server Adapter #2</Name> </Adapter> <IPAddress Type="Dedicated"> <Address>192.12.6.132</Address> <SubnetMask>255.255.248.0</SubnetMask> </IPAddress> </Host> <Host Name="Test1" HostID="3" Text="The little host that could"> <HostName>shouse-test1.corp.microsoft.com</HostName> <IPAddress Type="Dedicated"> <Address>12.12.4.13</Address> <SubnetMask>255.0.0.0</SubnetMask> </IPAddress> <IPAddress Type="Connection"> <Address>192.121.43.128</Address> <SubnetMask>255.255.0.0</SubnetMask> <Adapter> <GUID>f5460169-2e75-4e03-b9af-eef89bff1cca</GUID> </Adapter> </IPAddress> </Host> </Hosts> </Cluster> <Cluster Name="www.msn.com"> </Cluster> </NLB>
|