Bug 26131 - DHCP Pools, Shared (Networks|Subnets)
DHCP Pools, Shared (Networks|Subnets)
Status: RESOLVED DUPLICATE of bug 42177
Product: UCS
Classification: Unclassified
Component: UMC - DHCP
UCS 3.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
:
: 14017 (view as bug list)
Depends on:
Blocks: 31518
  Show dependency treegraph
 
Reported: 2012-02-14 08:14 CET by Andreas Büsching
Modified: 2018-04-13 13:29 CEST (History)
4 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Büsching univentionstaff 2012-02-14 08:14:49 CET
Es sollte folgendes geprüft werden:

- inwieweit werden DHCP Pool benötigt?
- Müssen diese auch unterhalb von Shared Subnets angelegt werden?
- kann evtl. auf diese Objekte komplett verzichtet werden?

Weitere Informationen siehe Bug #25387
Comment 1 Moritz Muehlenhoff univentionstaff 2012-02-14 08:31:54 CET
(In reply to comment #0)
> Es sollte folgendes geprüft werden:
> 
> - inwieweit werden DHCP Pool benötigt?

Pools werden benötigt, um für unterschiedliche IP-Bereiche unterschiedliche DHCP-Einstellungen zu konfigurieren. Beispiel: Ein Gastnetz, in dem auch unbekannte MAC-Adressen zugelassen sind. Außerdem werden DHCP-Pools für DHCP-Failover benötigt.
Comment 2 Philipp Hahn univentionstaff 2013-05-03 20:22:54 CEST
(In reply to comment #0)
> - Müssen diese auch unterhalb von Shared Subnets angelegt werden?

Ja.

> - kann evtl. auf diese Objekte komplett verzichtet werden?

Nein:
- Unterschiedliche Pools für unterschiedliche Host-Typen
- Failover
Comment 3 Philipp Hahn univentionstaff 2013-05-06 08:36:42 CEST
Man man den Pool dennoch per UDM-CLI anlegt, ist danach UDM kaputt:
$ udm dhcp/pool create \
 --position "cn=10.200.17.0,cn=br0,cn=phahn.dev,cn=dhcp,$ldap_base" \
 --superordinate "cn=10.200.17.0,cn=br0,cn=phahn.dev,cn=dhcp,$ldap_base" \
 --set name=PHahn \
 --set range="10.200.17.200 10.200.17.249"
$ udm dhcp/pool list
Information provided is not sufficient: superordinate object not present

Und UMC stuckt folgenden (nutzlosen) Traceback aus:
  File "/usr/lib/pymodules/python2.6/notifier/threads.py", line 82, in _run
    tmp = self._function()
  File "/usr/lib/pymodules/python2.6/notifier/__init__.py", line 104, in __call__
    return self._function( *tmp, **self._kwargs )
  File "/usr/lib/pymodules/python2.6/univention/management/console/modules/udm/__init__.py", line 965, in _thread
    obj = module.get( object_dn )
  File "/usr/lib/pymodules/python2.6/univention/management/console/modules/udm/udm_ldap.py", line 155, in wrapper_func
    ret = func( *args, **kwargs )
  File "/usr/lib/pymodules/python2.6/univention/management/console/modules/udm/udm_ldap.py", line 459, in get
    raise UDM_Error( get_exception_msg( e ) )

UDM_Error: Die angegebenen Informationen reichen nicht aus. superordinate object not present
Comment 4 Alexander Kläser univentionstaff 2013-11-22 18:12:25 CET
*** Bug 14017 has been marked as a duplicate of this bug. ***
Comment 5 Florian Best univentionstaff 2014-07-14 09:23:48 CEST
Is Bug #34764 a duplicate?
Comment 6 Philipp Hahn univentionstaff 2014-07-14 09:42:52 CEST
(In reply to Florian Best from comment #5)
> Is Bug #34764 a duplicate?

Similar, but not exact: Both relate to the super-/sub-ordinate relation, but this bug is about subnet/pools and the other bug is about service/server.
Comment 7 Florian Best univentionstaff 2016-10-11 18:07:38 CEST

*** This bug has been marked as a duplicate of bug 42177 ***