1518678f8Sopenharmony_ci# Copyright (C) 2021 Huawei Device Co., Ltd. 2518678f8Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 3518678f8Sopenharmony_ci# you may not use this file except in compliance with the License. 4518678f8Sopenharmony_ci# You may obtain a copy of the License at 5518678f8Sopenharmony_ci# 6518678f8Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 7518678f8Sopenharmony_ci# 8518678f8Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software 9518678f8Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 10518678f8Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11518678f8Sopenharmony_ci# See the License for the specific language governing permissions and 12518678f8Sopenharmony_ci# limitations under the License. 13518678f8Sopenharmony_ci 14518678f8Sopenharmony_ci#################### default #################### 15518678f8Sopenharmony_ci# Server identifier. 16518678f8Sopenharmony_ci#serverId=192.168.150.200 17518678f8Sopenharmony_ci 18518678f8Sopenharmony_ci# Default subnet mask. 19518678f8Sopenharmony_ci#netmask=255.255.255.0 20518678f8Sopenharmony_ci 21518678f8Sopenharmony_ci# Default gateway. 22518678f8Sopenharmony_ci#gateway=192.168.150.254 23518678f8Sopenharmony_ci 24518678f8Sopenharmony_ci# Lease time value. 25518678f8Sopenharmony_cileaseTime=43200 26518678f8Sopenharmony_ci# Renewal time value. 27518678f8Sopenharmony_ci#renewalTime=21600 28518678f8Sopenharmony_ci# Rebinding time value. 29518678f8Sopenharmony_ci#rebindingTime=34560 30518678f8Sopenharmony_ci 31518678f8Sopenharmony_ci# Address Range: {beginIp},{endIp} 32518678f8Sopenharmony_ci#pool=192.168.150.100,192.168.150.200 33518678f8Sopenharmony_ci 34518678f8Sopenharmony_ci# Domain name server IP address: <dns1> [,<dns2>] [,<dns3>] ... 35518678f8Sopenharmony_ci#dns=223.5.5.5,8.8.8.8 36518678f8Sopenharmony_ci 37518678f8Sopenharmony_ci#################### interface1 #################### 38518678f8Sopenharmony_ci# Network interface name, if this parameter is specified, the item is mandatory.(interface config) 39518678f8Sopenharmony_ciinterface=wlan1 40518678f8Sopenharmony_ci# Server identifier, if this parameter is specified, the item is mandatory. 41518678f8Sopenharmony_ciserver=192.168.150.200 42518678f8Sopenharmony_ci# Subnet mask, if this parameter is specified, the item is mandatory. 43518678f8Sopenharmony_cinetmask=255.255.255.0 44518678f8Sopenharmony_cigateway=192.168.150.255 45518678f8Sopenharmony_ci 46518678f8Sopenharmony_ci#leaseTime=6000 47518678f8Sopenharmony_cipool=192.168.150.100,192.168.150.200 48518678f8Sopenharmony_ci#dns=223.5.5.5,8.8.8.8 49518678f8Sopenharmony_ci 50518678f8Sopenharmony_ci#################### interface2 #################### 51518678f8Sopenharmony_ci# Network interface name, if this parameter is specified, the item is mandatory. 52518678f8Sopenharmony_ci#interface=wlan2 53518678f8Sopenharmony_ci# Server identifier, if this parameter is specified, the item is mandatory. 54518678f8Sopenharmony_ci#server=192.168.255.200 55518678f8Sopenharmony_ci# Subnet mask, if this parameter is specified, the item is mandatory. 56518678f8Sopenharmony_ci#netmask=255.255.255.0 57518678f8Sopenharmony_ci 58518678f8Sopenharmony_ci#gateway=192.168.255.255 59518678f8Sopenharmony_ci#leaseTime=8000 60518678f8Sopenharmony_ci#pool=192.168.255.2,192.168.255.254 61518678f8Sopenharmony_ci#dns=223.5.5.5,8.8.8.8 62