Giter Site home page Giter Site logo

isc-kea-dockerized's People

Contributors

serhiymakarenko avatar

Stargazers

 avatar

Watchers

 avatar

isc-kea-dockerized's Issues

Creating a raw LPF socket on Docker for isc-kea-dhcp4-server fails

For the life of me I cannot actually get the image to listen to a port:

2021-06-19 15:59:18.520 WARN  [kea-dhcp4.dhcpsrv/1.140686782257600] DHCPSRV_OPEN_SOCKET_FAIL failed to open socket: failed to open socket on interface eth0, reason: Failed to create raw LPF socket

Relevant config bit:

{       
  "Dhcp4": {
    "interfaces-config": {
        "interfaces": [ "eth0" ]
    },  
[...]

Changing the config to:

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

.. allows it to function:

2021-06-19 16:13:37.815 INFO  [kea-dhcp4.dhcpsrv/1.140528958781888] DHCPSRV_CFGMGR_SOCKET_TYPE_SELECT using socket type udp
2021-06-19 16:13:37.815 INFO  [kea-dhcp4.dhcpsrv/1.140528958781888] DHCPSRV_CFGMGR_ADD_IFACE listening on interface eth0

.. but of course without the crucial raw socket features. I've tried seccomp=unconfined & apparmor=unconfined but those didn't change anything. How are you running the image? Wondering if these raw LPF sockets are even feasible via Docker, or if there's something broken with my setup instead.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.