Edit your /etc/network/interfaces
This is what a static network setting will look like.
Make sure you comment out (prefix each line with a
# sign) the DHCP setting, don't just delete it.
Like so
Code:
# The primary network interface
#allow-hotplug eth0
#iface eth0 inet dhcp
Code:
#My static settings
auto eth0
iface eth0 inet static
address 192.168.xxx.xxx
netmask 255.255.255.0
broadcast 192.168.xxx.225
gateway 192.168.xxx.xxx
And then like has been stated edit your resolv.conf file and add your name-server.