Raspberry Pi DHCP Server
Setting up a Raspberry Pi as a DHCP server sudo bash # Set static IP in file /etc/dhcpcd.conf static value interface eth0 static ip_address=192.168.20.1/24 static …
by CWNE88
linux dhcp server
Setting up a Raspberry Pi as a DHCP server sudo bash # Set static IP in file /etc/dhcpcd.conf static value interface eth0 static ip_address=192.168.20.1/24 static …
by CWNE88
linux dhcp server