11. Network Settings on workstations

The values that need to be set on your workstations are,

	static IP address   : 192.168.1.2 to 192.168.2.max-hosts
	subnet Mask 	    : 255.255.255.0
	Default gateway     : 192.168.1.1
	Primary DNS Server  : <primary dns server as given by your ISP>
	Secondary DNS Server: <secondary dns server as given by your ISP>

If you are linux clients, configure your network settings file. The file would be /etc/network/interfaces for Debian and /etc/sysconfig/network/ifcfg-eth0 for RedHat systems.

If you are using Windows clients, go to control panel, network settings, Properties, TCP-IP settings, static values to enter these values.