|
@@ -2200,7 +2200,8 @@ should include options from the isc option space:
|
|
<command>dhcp4o6-port</command> which specifies the first of the
|
|
<command>dhcp4o6-port</command> which specifies the first of the
|
|
two consecutive ports of the UDP sockets used for the communication
|
|
two consecutive ports of the UDP sockets used for the communication
|
|
between the DHCPv6 and DHCPv4 servers (the DHCPv6 server is bound
|
|
between the DHCPv6 and DHCPv4 servers (the DHCPv6 server is bound
|
|
- to ::1 on port and connected to ::1 on port + 1).
|
|
|
|
|
|
+ to ::1 on <command>port</command> and connected to ::1 on
|
|
|
|
+ <command>port</command> + 1).
|
|
</para>
|
|
</para>
|
|
<para>
|
|
<para>
|
|
Two other configuration entries are in general required: unicast traffic
|
|
Two other configuration entries are in general required: unicast traffic
|
|
@@ -2213,54 +2214,49 @@ should include options from the isc option space:
|
|
{
|
|
{
|
|
|
|
|
|
# DHCPv6 conf
|
|
# DHCPv6 conf
|
|
-"Dhcp6":
|
|
|
|
-{
|
|
|
|
- "interfaces-config": {
|
|
|
|
- "interfaces": [ "eno33554984/2001:db8:1:1::1" ]
|
|
|
|
- },
|
|
|
|
-
|
|
|
|
- "lease-database": {
|
|
|
|
- "type": "memfile",
|
|
|
|
- "name": "leases6"
|
|
|
|
- },
|
|
|
|
-
|
|
|
|
- "preferred-lifetime": 3000,
|
|
|
|
- "valid-lifetime": 4000,
|
|
|
|
- "renew-timer": 1000,
|
|
|
|
- "rebind-timer": 2000,
|
|
|
|
-
|
|
|
|
- "subnet6": [
|
|
|
|
- { "subnet": "2001:db8:1:1::/64",
|
|
|
|
- "interface": "eno33554984",
|
|
|
|
- "pools": [ { "pool": "2001:db8:1:1::1:0/112" } ] }
|
|
|
|
- ],
|
|
|
|
-
|
|
|
|
- <userinput>"dhcp4o6-port": 6767,
|
|
|
|
-
|
|
|
|
- "option-data": [
|
|
|
|
- { "name": "dhcp4o6-server-addr",
|
|
|
|
- "code": 88,
|
|
|
|
- "space": "dhcp6",
|
|
|
|
- "csv-format": true,
|
|
|
|
- "data": "2001:db8:1:1::1" }
|
|
|
|
- ]
|
|
|
|
|
|
+"Dhcp6": {
|
|
|
|
+
|
|
|
|
+ "interfaces-config": {
|
|
|
|
+ "interfaces": [ "eno33554984/2001:db8:1:1::1" ]
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+ "lease-database": {
|
|
|
|
+ "type": "memfile",
|
|
|
|
+ "name": "leases6"
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+ "preferred-lifetime": 3000,
|
|
|
|
+ "valid-lifetime": 4000,
|
|
|
|
+ "renew-timer": 1000,
|
|
|
|
+ "rebind-timer": 2000,
|
|
|
|
+
|
|
|
|
+ "subnet6": [ {
|
|
|
|
+ "subnet": "2001:db8:1:1::/64",
|
|
|
|
+ "interface": "eno33554984",
|
|
|
|
+ "pools": [ { "pool": "2001:db8:1:1::1:0/112" } ]
|
|
|
|
+ } ],
|
|
|
|
+
|
|
|
|
+ <userinput>"dhcp4o6-port": 6767,
|
|
|
|
+
|
|
|
|
+ "option-data": [ {
|
|
|
|
+ "name": "dhcp4o6-server-addr",
|
|
|
|
+ "code": 88,
|
|
|
|
+ "space": "dhcp6",
|
|
|
|
+ "csv-format": true,
|
|
|
|
+ "data": "2001:db8:1:1::1"
|
|
|
|
+ } ]
|
|
</userinput>
|
|
</userinput>
|
|
},
|
|
},
|
|
|
|
|
|
-"Logging":
|
|
|
|
-{
|
|
|
|
- "loggers": [
|
|
|
|
- {
|
|
|
|
- "name": "kea-dhcp6",
|
|
|
|
- "output_options": [
|
|
|
|
- {
|
|
|
|
|
|
+"Logging": {
|
|
|
|
+ "loggers": [ {
|
|
|
|
+ "name": "kea-dhcp6",
|
|
|
|
+ "output_options": [ {
|
|
"output": "/tmp/kea-dhcp6.log"
|
|
"output": "/tmp/kea-dhcp6.log"
|
|
- }
|
|
|
|
- ],
|
|
|
|
- "severity": "DEBUG",
|
|
|
|
- "debuglevel": 0
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
|
|
+ } ],
|
|
|
|
+ "severity": "DEBUG",
|
|
|
|
+ "debuglevel": 0
|
|
|
|
+ } ]
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|