树莓派开启WLAN及静态IP

About

记录:

sudo nano /etc/network/interfaces

修改:

auto wlan0
allow-hotplug wlan0
iface wlan0 inet static
address 192.168.2.111
netmask 255.255.255.0
gateway 192.168.2.1
wpa-ssid @PHICOMM_E8_2G
wpa-passphrase xxxxxxxx

Author

前端美

笔者正在写的一个博客,每天更新一些关于前端的资讯,以及前端使用的资料,例如:比较新的wordpress模板,常用的苹果mockups文件,photoshop教程,常用的设计字体,华丽美观的网页设计作品等。

添加新评论