Hi,
How to change the IP address.
I found the “interfaces” files but i do not see an IP address.
Best regards
Georges
Hi,
How to change the IP address.
I found the “interfaces” files but i do not see an IP address.
Best regards
Georges
auto eth0
iface eth0 inet static
address 192.168.x.x
netmask 255.255.255.0
gateway 192.168.x.1
Changing the interfaces file with ip address and mask does not seem to work.
Looks like it always goes to DHCP on power on
You need to disable DHCP deamon. Go to /etc/init.d then do: chmod -x S41dhcpcd