Hay guys,
I will explains how to configure static IP address on linux debian
oke guys follow as line bellow
root@cyber:~# nano /etc/network/interfaces
Edit as script under line
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.5
netmask 255.255.255.0
network 192.168.1.0
gateway 192.168.1.1
Restart Interfaces Network
root@cyber:~# /etc/init.d/networking restart