ThomasVon2021 / blikvm

Open and cost-effective "KVM-over-IP". BliKVM comes in 4 different models, v1 CM4, v2 PCIe, v3 HAT and v4 Allwinner, based on Raspberry Pi and Allwinner SoC.
https://thomasvon2021.github.io/blikvm/
GNU General Public License v3.0
355 stars 30 forks source link

[documentation incorrect] Cannot set static IP as per doc, as file is not existing, doc needs update #147

Closed homeelab closed 4 months ago

homeelab commented 4 months ago

Hi,

Baught recently the v4 AllWinner version. It came with Develop-1.3.8 code version. Updated it to 1.4.0

Trying to set static IP accordingly to doc located here : https://wiki.blicube.com/blikvm/en/static_ip/ Doc is saying to edit the /etc/dhcpcd.conf, but this file is not existing. Please adapt the doc and give info on how to set a static IP properly. I prefer to wait for feedback before attempting something wrong and being ejected from the network Thanks.

PS: good product ! ;)

ThomasVon2021 commented 4 months ago

I will conduct testing, and I remember that this file does not exist. Just create it directly. The problem is actually how to set the static IP in the Armbian system.

ThomasVon2021 commented 4 months ago

https://github.com/ThomasVon2021/blikvm-site/commit/62076ba58a0bc9e0805752a1b021d9b38e7afc8d

Add how to set static ip on armbian. You can check wiki or this commit.

homeelab commented 4 months ago

I consulted the wiki : THANKS for the update ! appreciated.