二、刷新好固件之后使用SecureCRT或者Putty等工具SSH登陆到mini上, 用户名是root,密码就是你所设置的WIFI密码 1、以下的@host[0]每次add dhcp host添加记录后都要递增1 2、以下的name=Samsung_Galaxy_S5替换为对应设备的名称 3、以下的mac=00:11:22:33:44:55替换为对应设备的MAC地址 4、以下的ip=192.168.168.128替换为对应设备要分配的IP地址 uci add dhcp host uci set dhcp.@host[0].name=Aziz_PC uci set dhcp.@host[0].mac=d4:3d:7e:f3:96:71 uci set dhcp.@host[0].ip=192.168.1.100 uci commit dhcp uci add dhcp host uci set dhcp.@host[1].name=AZIZ-MiBOX3 uci set dhcp.@host[1].mac=00:9e:c8:6a:74:c4 uci set dhcp.@host[1].ip=192.168.1.101 uci commit dhcp uci add dhcp host uci set dhcp.@host[2].name=Xin-iPad uci set dhcp.@host[2].mac=74:81:14:db:12:26 uci set dhcp.@host[2].ip=192.168.1.102 uci commit dhcp uci add dhcp host uci set dhcp.@host[3].name=Aziz-iphone uci set dhcp.@host[3].mac=d0:a6:37:24:2e:75 uci set dhcp.@host[3].ip=192.168.1.103 uci commit dhcp uci add dhcp host uci set dhcp.@host[4].name=Rong-iPhone uci set dhcp.@host[4].mac=00:f7:6f:8b:c4:7c uci set dhcp.@host[4].ip=192.168.1.104 uci commit dhcp uci add dhcp host uci set dhcp.@host[5].name=hdpfans uci set dhcp.@host[5].mac=00:11:22:33:44:55 uci set dhcp.@host[5].ip=192.168.1.108 uci commit dhcp uci add dhcp host uci set dhcp.@host[6].name=AZIZ_360wlan uci set dhcp.@host[6].mac=b0:d5:9d:6d:1c:00 uci set dhcp.@host[6].ip=192.168.1.109 uci commit dhcp uci add dhcp host uci set dhcp.@host[7].name=Rong_dellmini uci set dhcp.@host[7].mac=70:1a:04:ca:25:58 uci set dhcp.@host[7].ip=192.168.1.110 uci commit dhcp uci add dhcp host uci set dhcp.@host[1].name=service uci set dhcp.@host[1].mac=3c:97:0e:e0:0d:50 uci set dhcp.@host[1].ip=192.168.99.100 uci commit dhcp uci add dhcp host uci set dhcp.@host[0].name=ASUS_BIJIBEN uci set dhcp.@host[0].mac=82:51:f3:e3:f9:1b uci set dhcp.@host[0].ip=192.168.99.107 uci commit dhcp /etc/init.d/network restart