[Kea-users] Problem with installation and configuration

Franzi1199 meyer.franziska at fh-swf.de
Tue Apr 2 12:56:52 UTC 2019


First of all, that's my kea-dhcp4.conf:

{
"Dhcp4": {
    "interfaces-config": {
        "interfaces": [ "eth0/192.0.2.1"],
        "dhcp-socket-type": "udp"
    },

    "control-socket": {
        "socket-type": "unix",
        "socket-name": "/tmp/kea-dhcp4-ctrl.sock"
    },

    "lease-database": {
        "type": "memfile",
        "lfc-interval": 3600
    },


    "expired-leases-processing": {
        "reclaim-timer-wait-time": 10,
        "flush-reclaimed-timer-wait-time": 25,
        "hold-reclaimed-time": 3600,
        "max-reclaim-leases": 100,
        "max-reclaim-time": 250,
        "unwarned-reclaim-cycles": 5
    },

    "renew-timer": 900,
    "rebind-timer": 1800,
    "valid-lifetime": 3600,

    "subnet4": [
        {
            "subnet": "192.0.2.0/24",
            "pools": [ { "pool": "192.0.2.2 - 192.0.2.200" } ]
        }
    ]

},

"Logging": {
  "loggers": [
    {
        "name": "kea-dhcp4",
        "output_options": [
            {
		"output" : "syslog"




            }
        ],
        "severity": "DEBUG",

        "debuglevel": 99
    }
  ]
}
}




--
Sent from: http://kea-users.7364.n8.nabble.com/



More information about the Kea-users mailing list