Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
443aa70c
Commit
443aa70c
authored
Dec 18, 2014
by
Marcin Siodelski
Browse files
[3539] Updated user guide with the info about address selection on iface.
parent
48bc8a7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/guide/dhcp4-srv.xml
View file @
443aa70c
...
...
@@ -348,9 +348,20 @@ url="http://jsonviewer.stack.hu/"/>.
with explicit interface names:
<screen>
"Dhcp4": {
<userinput>
"interfaces": [ "eth1", "eth3", "*" ]
</userinput>
, ... }
</screen>
It is anticipated that this
will
form of usage only be used whe
re
it is desired to
It is anticipated that this form of usage
will
only be used whe
n
it is desired to
temporarily override a list of interface names and listen on all interfaces.
</para>
<para>
Some deployments of the DHCP servers require that the servers listen
on the interfaces with multiple IPv4 addresses configured. In some cases,
multiple instances of the DHCP servers are running concurrently and each
instance should be bound to a different address on the particular interface.
The administrator must be able to select this address for each instance.
This can be achieved by appending an IPv4 address to the interface
name using the following notation:
<screen>
"Dhcp4": {
<userinput>
"interfaces": [ "eth1/10.0.0.1", "eth3/192.0.2.3" ]
</userinput>
, ... }
</screen>
Note that it is not allowed to specify more than one address for an interface.
</para>
</section>
<section
id=
"ipv4-subnet-id"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment