配置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

  

posted @ 2019-11-12 20:57  herman121  阅读(674)  评论(0)    收藏  举报