User's Manual

EnRoute500 User’s Guide
TR0149 Rev. C5
52
The address segment size and start address must be chosen such that the address
segment does not cross a netmask boundary. Table 8 lists allowed combinations.
The address spaces for enabled interfaces must start at different addresses.
The address spaces for enabled interfaces should not overlap.
ip.size.requested
ip.start.requested
31 63 127 255
1 Yes Yes Yes Yes
33 Yes No No No
65 Yes Yes No No
97 Yes No No No
129 Yes Yes Yes No
161 Yes No No No
193 Yes Yes No No
225 Yes No No No
Table 8. Allowed 'ip.start.requested'/'ip.size.requested' combinations
In the first example below, the Ethernet interface is set to use the entire class C address space
(this requires that all the other client interfaces, wlan1-4, are disabled). In the second example,
the Ethernet interface is set to use the top half of the class C address space.
> use eth0
eth0> set ip.start.requested=1
eth0> set ip.size.requested=255
> use eth0
eth0> set ip.start.requested=129
eth0> set ip.size.requested=127
The eth0 ‘ip.start.requested’ and ‘ip.size.requested’ values can be set via the web interface
using the “DHCP” sub-tab on the “DHCP” tab on the “System Parameters” page (see Figure
30).