how to change dhcp ip address in debian code example
Example: static ip debian
#Add this to /etc/network/interfaces
iface eth0 inet static
address 192.xxx.xx.x
netmask 255.255.xxx.xxx
gateway 192.168.xx.xxx
#Add this to /etc/network/interfaces
iface eth0 inet static
address 192.xxx.xx.x
netmask 255.255.xxx.xxx
gateway 192.168.xx.xxx