User's Manual

EnRoute50x/51x User’s Guide
TR0153 Rev. D2
43
Interface
Interface address
Broadcast address
Client address range
wlan1
subnet.1
subnet.127
subnet.2-126
wlan2
subnet.129
subnet.159
subnet.130-158
wlan3
subnet.161
subnet.191
subnet.162-190
wlan4
subnet.193
subnet.223
subnet.194-222
eth0
subnet.225
subnet.255
subnet.226-254
subnet = <id.lanprefix>.<id.mesh>.<id.node>
Table 6. Default subnet segmentation between interfaces
CLI
The LAN prefix is set with the „id.lanprefix‟ parameter in the „sys‟ interface as shown in the
example below.
> use sys
sys> id.lanprefix=10
Web GUI
The LAN prefix can be set via the web interface using the “System” tab on the “System
Parameters” page (see Figure 19).
6.6 DNS / Domain Settings
At least one DNS server must be specified for a node to be able to resolve host names. This
DNS server is also provided to client devices that acquire an IP address from the local DHCP
server on a node.
If a gateway node acquires DNS server information through DHCP, this DNS server
information will overwrite the „dns.servers‟ setting. Note that the DNS server settings will not be
passed to repeater nodes that are in the same mesh cluster that the gateway is serving you
will need to set this on each of the repeater nodes.
CLI
The DNS server(s) used by the node are specified with the „dns.servers‟ parameter in the „sys‟
interface. To specify multiple DNS servers, list them as a space-delimited string enclosed by
quotes as shown in the example below
> use sys
sys> set dns.servers =”10.5.0.5 192.168.5.5”