1# Copyright (C) 2021 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at
5#
6#     http://www.apache.org/licenses/LICENSE-2.0
7#
8# Unless required by applicable law or agreed to in writing, software
9# distributed under the License is distributed on an "AS IS" BASIS,
10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11# See the License for the specific language governing permissions and
12# limitations under the License.
13
14#################### default ####################
15# Server identifier.
16#serverId=192.168.150.200
17
18# Default subnet mask.
19#netmask=255.255.255.0
20
21# Default gateway.
22#gateway=192.168.150.254
23
24# Lease time value.
25leaseTime=43200
26# Renewal time value.
27#renewalTime=21600
28# Rebinding time value.
29#rebindingTime=34560
30
31# Address Range: {beginIp},{endIp}
32#pool=192.168.150.100,192.168.150.200
33
34# Domain name server IP address: <dns1> [,<dns2>] [,<dns3>] ...
35#dns=223.5.5.5,8.8.8.8
36
37#################### interface1 ####################
38# Network interface name, if this parameter is specified, the item is mandatory.(interface config)
39interface=wlan1
40# Server identifier, if this parameter is specified, the item is mandatory.
41server=192.168.150.200
42# Subnet mask, if this parameter is specified, the item is mandatory.
43netmask=255.255.255.0
44gateway=192.168.150.255
45
46#leaseTime=6000
47pool=192.168.150.100,192.168.150.200
48#dns=223.5.5.5,8.8.8.8
49
50#################### interface2 ####################
51# Network interface name, if this parameter is specified, the item is mandatory.
52#interface=wlan2
53# Server identifier, if this parameter is specified, the item is mandatory.
54#server=192.168.255.200
55# Subnet mask, if this parameter is specified, the item is mandatory.
56#netmask=255.255.255.0
57
58#gateway=192.168.255.255
59#leaseTime=8000
60#pool=192.168.255.2,192.168.255.254
61#dns=223.5.5.5,8.8.8.8
62