配置RASPAP
更新 Raspbian
sudo apt-get update sudo apt-get dist-upgrade sudo reboot
快速安装
wget -q https://git.io/voEUQ -O /tmp/raspap && bash /tmp/raspap
配置DHCP
cat /etc/dhcpcd.conf
interface eth0 static ip_address=192.168.2.76/24 # RaspAP uap0 configuration interface uap0 static ip_address=192.168.50.1/24 nohook wpa_supplicant

浙公网安备 33010602011771号