42 Post Installation Tasks7 To specify the location of the file that you want to import into theLmhosts file, select Import LMHOSTS and then select the file in theOpen dialog box.8 Enable or disable NetBIOS over TCP/IP.If using Microsoft Windows Server 2008 Core Version, use the netshinterface command to configure the iSCSI ports on the host server.Linux Host SetupTo set up a Linux host network, you must configure the IP address andnetmask of each iSCSI port connected to the storage array. The specific stepsdepend on whether you are configuring TCP/IP using DHCP or configuringTCP/IP using a static IP address.NOTE: The server IP addresses must be configured for network communication tothe same IP subnet as the storage array management and iSCSI ports.Using DHCPIf you are using DHCP (root users only):1 Edit the /etc/sysconfig/network file:NETWORKING=yes HOSTNAME=mymachine.mycompany.com2 Edit the configuration file for the connection you want to configure, either/etc/sysconfig/network-scripts/ifcfg-ethX (for Red Hat Enterprise Linux)or /etc/sysconfig/network/ifcfg-eth-id-XX:XX:XX:XX:XX (for SUSEEnterprise Linux).BOOTPROTO=dhcpAlso, verify that an IP address and netmask are not defined.3 Restart network services using the following command:/etc/init.d/network restartUsing A Static IP AddressIf you are using a static IP address (root users only)1 Edit the /etc/sysconfig/network file as follows: