6 ธ.ค. 2021 เวลา 09:35 • วิทยาศาสตร์ & เทคโนโลยี
set a Raspberry Pi with a static ip
1. sudo nano /etc/dhcpcd.conf
2. add
interface eth0 // ## wlan0
static ip_address=192.168.0.4/24
static routers=192.168.1.1
static domain_name_servers=8.8.8.8 8.8.4.4
3. sudo reboot
โฆษณา