The address range is set with the <code><address></code>
subelements and <code>start</code> and <code>stop</code>
attributes:
+ </p>
<pre>
...
<forward mode='nat'>
<address start='1.2.3.4' end='1.2.3.10'/>
</nat>
</forward>
-...
- </pre>
+...</pre>
+ <p>
An singe IPv4 address can be set by setting
<code>start</code> and <code>end</code> attributes to
the same value.
<p>
The port range to be used for the <code><nat></code> can
be set via the subelement <code><port></code>:
+ </p>
<pre>
...
<forward mode='nat'>
<port start='500' end='1000'/>
</nat>
</forward>
-...
- </pre>
- </p>
+...</pre>
</dd>
<dt><code>route</code></dt>