Replies: 1 comment
-
SOLVED: The issue could be solved by myself. I found the following example on the net: sudo nmcli con add type ethernet con-name "static-ip" ifname enp0s3 ipv4.addresses 192.168.2.150/24 gw4 192.168.2.1 end0 could be used instead of the enp0s3 above. I could successfully add static address to my Orange pi one, Debian 13. I hope this information could solve the same issue someone else might encounter. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I could boot my Orange PI one with the newest Debian 13. It seems there is no /etc/network/interfaces. Currently, the system boot with DHCP address. How can I set static address?
Edit: The borard is Orange PI ZERO, sorry for my mistake.
Edit1: I searched solution on the net, and found ip, nmcli using approach.
ip addr shows the ether device is end0. nmcli con does not accept the name end0. No clue so far.
Beta Was this translation helpful? Give feedback.
All reactions