Change static IP address on PYNQ board

I want to change the static IP address on my PYNQ board. In the FAQ it says:

How do I set/change the static IP address on the board?

The Static IP address is set in /etc/dhcp/dhclient.conf - you can modify the board’s static IP here.

However, I do not see the static IP address being set in this file.

Thanks!

Not sure what board you are using, but for z1/z2, you can modify: /etc/network/interfaces.d/eth0. The default address shown there is

address 192.168.2.99

For the documentation, we will fix it in the next release.

1 Like