I’m trying to configure a static IP address. But I can’t find any configuration files like /etc/network/interface or something else like other distributions. I got quite confused.
Could anyone tell me the method to configure a static IP address for this board?
I was able to set up a static IP address using nmcli (network manager command line interface). I can’t verify this is exactly how I did it but this is from some handwritten notes I took:
# nmcli connection show
(shows the connections)
# nmcli c edit "Wired connection 1"
> ?
(shows available commands)
> goto ipv4
> print
(shows the ipv4 settings of the connection)
> set method manual
> set addresses 192.168.1.25/24
> set gateway 192.168.1.1
> save
#