Project

General

Profile

Actions

Bug #3625

closed

It is not possible to add several nodes sharing the same IP from their private network interface

Added by Dennis Cabooter almost 11 years ago. Updated almost 11 years ago.

Status:
Released
Priority:
1
Category:
Web - Nodes & inventories
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

There is already a node with IP '169.254.254.1' or '169.254.254.2' in database. You can not add it again.

Multiple servers have that ip adresses, used for DRDB. However, they have also a public address. Now I can't add these two nodes to Rudder, which is a serious problem.

Actions #1

Updated by Dennis Cabooter almost 11 years ago

There is no way to see if an ip-address is local. E.G.

server1 : 10.0.0.2 and 169.254.254.1
server2 : 10.0.0.3 and 169.254.254.2
server3 : 10.0.0.4 and 169.254.254.1
Server4 : 10.0.0.5 and 169.254.254.2

Proposal: Use something that is really unique, like a mac address. :)

Actions #2

Updated by Vincent MEMBRÉ almost 11 years ago

This bug happens in 2.4 too.

We forbid all nodes to share any ip addresses.

We should only forbid the ip duplication in the authorized networks.

Actions #3

Updated by Vincent MEMBRÉ almost 11 years ago

  • Priority changed from N/A to 1
  • Target version changed from 2.6.2 to 2.4.6
Actions #4

Updated by François ARMAND almost 11 years ago

  • Project changed from 24 to Rudder
  • Category set to Web - Nodes & inventories
  • Assignee set to François ARMAND

Vincent proposal seems good: we can't accept two nodes with the same IP used to talk with the CFEngine server, because it needs to resolv the name of the machine to know if it is authorised to connect. Before that check, errors ensued because of CFEngine trying to resolve VM names based on these IP, and that didn't work (for several flavors of work: either we not always get the same authorized machine, or none, or only one).

The main use case was to forbid easy error with clones of VM, where several VM may have the same IP.

Actions #5

Updated by Dennis Cabooter almost 11 years ago

How can I add these two nodes now? They ip addresses talking to the outside are unique. The peer-to-peer addresses talking internally DRBD aren't. I don't want to change the internal DRBD addresses, because the machines are in production.

Actions #6

Updated by François ARMAND almost 11 years ago

  • Status changed from New to Pending technical review
  • Assignee changed from François ARMAND to Nicolas CHARLES
Actions #7

Updated by François ARMAND almost 11 years ago

  • Pull Request set to https://github.com/Normation/rudder/pull/224

Dennis Cabooter wrote:

How can I add these two nodes now? They ip addresses talking to the outside are unique. The peer-to-peer addresses talking internally DRBD aren't. I don't want to change the internal DRBD addresses, because the machines are in production.

I have a very hacky solution: with the LDAP browser, go to "Pending Inventories -> Nodes", and for each node, remove the faulty "ipHostNumber" value (the local one). That will allows to accept the nodes. Then, on the next inventories, the IP will be restaured (but as the nodes are already accepted, that won't matter).

And the bug will be in the next 2.6, probably really soon published.

Actions #8

Updated by François ARMAND almost 11 years ago

  • Status changed from Pending technical review to Pending release
  • % Done changed from 0 to 100
Actions #10

Updated by Nicolas PERRON almost 11 years ago

  • Subject changed from There is already a node with IP '169.254.254.1' or '169.254.254.2' in database. You can not add it again. to It is not possible to add several nodes sharing the same IP from their private network interface
Actions #11

Updated by Nicolas PERRON almost 11 years ago

  • Status changed from Pending release to Released
Actions

Also available in: Atom PDF