Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Kea Kea
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 556
    • Issues 556
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 66
    • Merge requests 66
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • KeaKea
  • Issues
  • #1986
Closed
Open
Issue created Jul 23, 2021 by Chuck Stearns@chuckDeveloper

1.9.8 ARM example suggests same port for control agent and HA+MT peers, which will result in port conflict

Log entry: 2021-07-21 00:13:43.385 ERROR [kea-dhcp4.packets/12631.140012750506176] DHCP4_PACKET_PROCESS_STD_EXCEPTION exception occurred during packet processing: CmdHttpListener::run failed:unable to setup TCP acceptor for listening to the incoming HTTP requests: bind: Address already in use

Examples:

From ARM 7.2:

"Control-agent": {
    "http-host": "10.20.30.40",
    "http-port": 8000,

From ARM 16.15.8:

"peers": [{
    "name": "server1",
    "url": "http://192.168.56.33:8000/",

The IPs are different in the text, obviously, but if these are run on the same server using the same IP address, then there will be a port conflict when http-dedicated-listener tries to bind to port 8000.

Edited Jul 23, 2021 by Chuck Stearns
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking