Bug 25410 - DHCP Failover dokumentieren.
DHCP Failover dokumentieren.
Status: RESOLVED DUPLICATE of bug 2290
Product: UCS manual
Classification: Unclassified
Component: IP and network management (DHCP, DNS, firewall, proxy)
unspecified
Other Linux
: P5 normal (vote)
: ---
Assigned To: Bugzilla Mailingliste
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-12-09 18:00 CET by Felix Botner
Modified: 2011-12-12 09:01 CET (History)
1 user (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 Felix Botner univentionstaff 2011-12-09 18:00:03 CET
Im Wiki oder der SDB sollte das DHCP Failover dokumentiert werden.

Pool mit failover peer:

univention-ldapsearch cn=mypool -LLL
dn: cn=mypool,cn=10.200.7.0,cn=fpt.test,cn=dhcp,dc=fpt,dc=test
objectClass: top
objectClass: univentionDhcpPool
objectClass: univentionObject
univentionObjectType: dhcp/pool
dhcpRange: 10.200.7.30 10.200.7.40
cn: mypool
univentionDhcpFailoverPeer: dhcp-failover
dhcpPermitList: deny dynamic bootp clients

DHCP Konfig auf DHCP A erweitern:

failover peer "dhcp-failover" {
  primary; # declare this to be the primary server
  address 10.200.7.100;
  port 647;
  peer address 10.200.7.101;
  peer port 647;
  max-response-delay 30;
  max-unacked-updates 10;
  load balance max seconds 3;
  mclt 1800;
  split 128;
}

DHCP Konfig auf DHCP B erweitern:

failover peer "dhcp-failover" {
  secondary; # declare this to be the primary server
  address 10.200.7.101;
  port 647;
  peer address 10.200.7.100;
  peer port 647;
  max-response-delay 30;
  max-unacked-updates 10;
  load balance max seconds 3;
}

ACHTUNG: unvention-firewall Ausname für failover port!
Comment 1 Philipp Hahn univentionstaff 2011-12-12 09:01:47 CET

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