Skip to navigation
How in void linux set static ip address after a dhcpd installation
01.07.26
## Disable dhcpcd ``` nano /etc/rc.conf ``` ``` # Network dhcpcd=NO ``` ## Set the static ip ``` echo "interface eno1 static ip_address=192.168.43.3/24 static routers=192.168.43.1 static domain_name_servers=8.8.8.8" > /etc/dhcpcd.conf ``` ### get your inface list eno1 ``` ip link show ```
Reply
Anonymous
Information Epoch 1784069947
Use software leverage to your advantage.
Home
Notebook
Contact us