<VirtualHost *:443>
# For URLs such as https://kea.example.org/kea, forward the requests
- # to http://127.0.0.1:8080
- ProxyPass /kea http://127.0.0.1:8080/
- ProxyPassReverse /kea http://127.0.0.1:8080/
+ # to http://127.0.0.1:8000
+ ProxyPass /kea http://127.0.0.1:8000/
+ ProxyPassReverse /kea http://127.0.0.1:8000/
# Disable connection keep alive between the proxy and Kea because
# Kea doesn't support this mechanism.
// Control Agent must run along with our DHCPv4 server
// instance and the "http-host" and "http-port" must be
// set to the corresponding values.
- "url": "http://192.168.56.33:8080/",
+ "url": "http://192.168.56.33:8000/",
// This server is primary. The other one must be
// secondary.
"role": "primary"
// channel can be reached. The Control Agent is required
// to run on the partner's machine with "http-host" and
// "http-port" values set to the corresponding values.
- "url": "http://192.168.56.66:8080/",
+ "url": "http://192.168.56.66:8000/",
// The partner is a secondary. Our is primary.
"role": "secondary"
}
// channel can be reached. The Control Agent is required
// to run on the partner's machine with "http-host" and
// "http-port" values set to the corresponding values.
- "url": "http://192.168.56.33:8080/",
+ "url": "http://192.168.56.33:8000/",
// Th partner is primary. Our is standby.
"role": "primary"
},
// Control Agent must run along with our DHCPv6 server
// instance and the "http-host" and "http-port" must be
// set to the corresponding values.
- "url": "http://192.168.56.66:8080/",
+ "url": "http://192.168.56.66:8000/",
// Out server is standby. The partner is primary.
"role": "standby"
}
{
"Control-agent": {
"http-host": "10.20.30.40",
- "http-port": 8080,
+ "http-port": 8000,
"control-sockets": {
"dhcp4": {
The ``http-host`` and ``http-port`` parameters specify an IP address and
port to which HTTP service will be bound. In the example configuration
provided above, the RESTful service will be available under the URL of
-``http://10.20.30.40:8080/``. If these parameters are not specified, the
+``http://10.20.30.40:8000/``. If these parameters are not specified, the
default URL is ``http://127.0.0.1:8000/``.
As mentioned in :ref:`agent-overview`, the CA can forward
ssl_verify_client on;
# For URLs such as https://kea.example.org/kea, forward the
- # requests to http://127.0.0.1:8080.
+ # requests to http://127.0.0.1:8000.
location /kea {
- proxy_pass http://127.0.0.1:8080;
+ proxy_pass http://127.0.0.1:8000;
}
}
}
"max-unacked-clients": 5,
"peers": [{
"name": "server1",
- "url": "http://192.168.56.33:8080/",
+ "url": "http://192.168.56.33:8000/",
"role": "primary",
"auto-failover": true
}, {
"name": "server2",
- "url": "http://192.168.56.66:8080/",
+ "url": "http://192.168.56.66:8000/",
"role": "secondary",
"auto-failover": true
}, {
"name": "server3",
- "url": "http://192.168.56.99:8080/",
+ "url": "http://192.168.56.99:8000/",
"role": "backup",
"auto-failover": false
}]
"max-unacked-clients": 5,
"peers": [{
"name": "server1",
- "url": "http://192.168.56.33:8080/",
+ "url": "http://192.168.56.33:8000/",
"role": "primary",
"auto-failover": true
}, {
"name": "server2",
- "url": "http://192.168.56.66:8080/",
+ "url": "http://192.168.56.66:8000/",
"role": "standby",
"auto-failover": true
}, {
"name": "server3",
- "url": "http://192.168.56.99:8080/",
+ "url": "http://192.168.56.99:8000/",
"role": "backup",
"auto-failover": false
}]
"peers": [
{
"name": "server1",
- "url": "http://192.168.56.33:8080/",
+ "url": "http://192.168.56.33:8000/",
"role": "primary"
},
{
"name": "server2",
- "url": "http://192.168.56.66:8080/",
+ "url": "http://192.168.56.66:8000/",
"role": "secondary"
}
]
"peers": [
{
"name": "server1",
- "url": "http://192.168.56.33:8080/",
+ "url": "http://192.168.56.33:8000/",
"role": "primary"
},
{
"name": "server2",
- "url": "http://192.168.56.66:8080/",
+ "url": "http://192.168.56.66:8000/",
"role": "secondary"
}
]
"peers": [
{
"name": "server1",
- "url": "http://192.168.56.33:8080/",
+ "url": "http://192.168.56.33:8000/",
"role": "primary"
},
{
"name": "server2",
- "url": "http://192.168.56.66:8080/",
+ "url": "http://192.168.56.66:8000/",
"role": "secondary"
}
],
"peers": [
{
"name": "server1",
- "url": "http://192.168.56.33:8080/",
+ "url": "http://192.168.56.33:8000/",
"role": "primary"
},
{
"name": "server2",
- "url": "http://192.168.56.66:8080/",
+ "url": "http://192.168.56.66:8000/",
"role": "secondary"
}
],
{
"Control-agent": {
"http-host": "192.168.56.33",
- "http-port": 8080,
+ "http-port": 8000,
"control-sockets": {
"dhcp4": {
{
// This is a basic configuration for the Kea Control Agent.
-// RESTful interface to be available at http://127.0.0.1:8080/
+// RESTful interface to be available at http://127.0.0.1:8000/
"Control-agent": {
"http-host": "127.0.0.1",
- "http-port": 8080,
+ "http-port": 8000,
// Specify location of the files to which the Control Agent
// should connect to forward commands to the DHCPv4, DHCPv6