DUO change IP ADDRESS

Hi,
How to change the IP address.
I found the “interfaces” files but i do not see an IP address.

Best regards
Georges

1 Like

auto eth0
iface eth0 inet static
address 192.168.x.x
netmask 255.255.255.0
gateway 192.168.x.1

3 Likes

Changing the interfaces file with ip address and mask does not seem to work.
Looks like it always goes to DHCP on power on

1 Like

You need to disable DHCP deamon. Go to /etc/init.d then do: chmod -x S41dhcpcd

1 Like