Skip to content

Program states mappings were migrated to Kea but they don't show up in the interface #11

@txcanyon

Description

@txcanyon

I followed your video and the program reports that my 21 mappings are migrated over, but when I go to the Kea DHCP section under reservations, there are none listed. I downloaded a new config xml and they are listed under the Kea section.

<Kea>
      <ctrl_agent version="0.0.1">
        <general>
          <enabled>0</enabled>
          <http_host>127.0.0.1</http_host>
          <http_port>8000</http_port>
        </general>
      </ctrl_agent>
      **<dhcp4 version="1.0.1">**
        <general>
          <enabled>0</enabled>
          <interfaces/>
          <valid_lifetime>4000</valid_lifetime>
          <fwrules>1</fwrules>
        </general>
        <ha>
          <enabled>0</enabled>
          <this_server_name/>
          <max_unacked_clients>2</max_unacked_clients>
        </ha>
        <subnets/>
        <reservations>
          <reservation uuid="0745d402-69d2-4a7d-ac7b-290bf095fa57">
            <subnet>8c111065-60e7-4688-ab3f-668094feaa21</subnet>
            <ip_address>192.168.2.2</ip_address>
            <hw_address>mac</hw_address>
            <hostname>Hawkeye</hostname>
            <description/>
          </reservation>

Edit: I had to take the changes and move them around in the config file to make them work as there were 2 sections in the config file after running the migrate program. Also the ** ** section above may also be part of the problem. In the OPNsense config it is version 1.0.3 whereas your program creates a section with the above version of 1.0.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions