Page126) To enable use of the Lmhosts file to resolve remote NetBIOS names, select Enable LMHOSTSlookup.7) To specify the location of the file that you want to import into the Lmhosts file, select ImportLMHOSTS and then select the file in the Open dialog box8) Enable or disable NetBIOS over TCP/IP.If using Windows 2008 Core VersionOn a server running Windows 2008 Core version, use the netsh interface command to configure theiSCSI ports on the host server.Linux Host SetupIf you are using a Linux host network, the following section provides a framework for preparing yournetwork for iSCSI.To set up a Linux host network, you must configure the IP address and netmask of each iSCSI portconnected to the .The specific steps depend on whether you are configuring TCP/IP using Dynamic HostConfiguration Protocol (DHCP) or configuring TCP/IP using a static IP address.Network Configuration GuidelinesNOTE: The server IP addresses must be configured for network communication to the same IP subnet as the iSCSIto SAS bridge management and iSCSI ports.Configuring TCP/IP on Linux using DHCP (root users only)1) Edit the /etc/sysconfig/network file as follows:NETWORKING=yesHOSTNAME=mymachine.mycompany.com2) Edit the configuration file for the connection you want to configure, either/etc/sysconfig/networkscripts/ifcfg-ethX (for RHEL) or /etc/sysconfig/network/ifcfg-eth-id-XX:XX:XX:XX:XX (for SUSE). BOOTPROTO=dhcpAlso, verify that an IP address and netmask are not defined.3) Restart network services using the following command:/etc/init.d/network restartConfiguring TCP/IP on Linux using a Static IP address (root users only)1) Edit the /etc/sysconfig/network file as follows:NETWORKING=yesHOSTNAME=mymachine.mycompany.comGATEWAY=255.255.255.02) Edit the configuration file for the connection you want to configure, either/etc/sysconfig/networkscripts/ifcfg-ethX (for RHEL) or /etc/sysconfig/network/ifcfg-eth-id-XX:XX:XX:XX:XX (for SUSE).BOOTPROTO=staticBROADCAST=192.168.1.255IPADDR=192.168.1.100NETMASK=255.255.255.0NETWORK=192.168.1.0ONBOOT=yesTYPE=EthernetHWADDR=XX:XX:XX:XX:XX:XXGATEWAY=192.168.1.13) Restart network services using the following command:/etc/init.d/network restartAvoiding duplicate iSCSI devices discovered by RH5To kill the unwanted sessions on the duplicate devices, do the following: