# # Wake On LAN # # # ルーター # # # LANインターフェースの設定 (LAN1ポートを使用) # ip lan1 address 192.168.0.1/24 # # DHCPの設定 # dhcp service server dhcp server rfc2131 compliant except remain-silent dhcp scope 1 192.168.0.2-192.168.0.191/24 # # ログインユーザの設定 # login user wol wol # # カスタムGUIの設定 # httpd custom-gui use on httpd custom-gui user wol directory=/ index=wol.html