Static ip on Axon
-
I can successfully set the static ip to 192.168.1.50 of eth0 interface but how can I choose another ip/netmask/gw/dns? I have checked the /etc/network/interfaces file and also /etc/dhcpcd.conf file but I can't find the static ip config.
-
Hi @roberts_lando!
It should be in /etc/network/if-eth0.conf, which is referenced from /etc/network/interfaces.
-
Oh I have missed that line, I was looking for "static" word in that file. Thanks :)