当前位置:首页 > ASP教程 > 存储过程

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

  


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!