Bug 21720 - drakwizard dhcp ends always with "The IP range specified is not in server address range."
Summary: drakwizard dhcp ends always with "The IP range specified is not in server add...
Status: REOPENED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: All Linux
Priority: Normal major
Target Milestone: ---
Assignee: Mageia tools maintainers
QA Contact:
URL:
Whiteboard: MGA7TOO
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-16 23:09 CEST by papoteur
Modified: 2020-08-07 21:55 CEST (History)
1 user (show)

See Also:
Source RPM: drakwiard
CVE:
Status comment:


Attachments

Description papoteur 2017-09-16 23:09:03 CEST
Description of problem:
The check for the range of IP addresses of server and attributable addresses gives always a warning, and the wizard can't be finalized.

The check is done here :
http://gitweb.mageia.org/software/drakwizard/tree/dhcp_wizard/Dhcp.pm#n156
    if ($r1_trunc ne $s_trunc || $r2_trunc ne $s_trunc) {
	standalone::explanations("DHCP wizard : range not in network");
	return 'ip_range_warning';
    }

How reproducible:


Steps to Reproduce:
See our doc, points 5 and 6.
https://doc.mageia.org/mcc/6/en/content/drakwizard_dhcp.html#d4e506
papoteur 2017-09-16 23:09:29 CEST

Whiteboard: (none) => MGA5TOO

Comment 1 Aurelien Oudelet 2020-08-05 16:08:49 CEST
This message is a reminder that Mageia 6 is end of life.

Mageia stopped maintaining and issuing updates for Mageia 6. At that time this bug will be closed as OLD (EOL).

Package Maintainer: If you wish for this bug to remain open because you plan to 
fix it in a currently maintained version, simply change the 'version' to a later 
Mageia version prior to Mageia 6's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that we cannot 
be able to fix it before Mageia 6 was end of life.
If you would still like to see this bug fixed and are able to reproduce it against a later version of Mageia, you are encouraged to click on "Version" and change it against that version of Mageia.

Although we aim to fix as many bugs as possible during every release's lifetime, 
sometimes those efforts are overtaken by events. Often a more recent Mageia 
release includes newer upstream software that fixes bugs or makes them obsolete.

--
Mageia Bugsquad

Status: NEW => RESOLVED
CC: (none) => ouaurelien
Resolution: (none) => OLD

Comment 2 papoteur 2020-08-07 21:55:58 CEST
Hello,
This problem is still present in Mageia 7.
Perhaps it's a documentation problem, but nobody said how to overcome this problem.
The problem is major because this tool is broken.

Whiteboard: MGA5TOO => MGA7TOO
Version: 6 => Cauldron
Status: RESOLVED => REOPENED
Resolution: OLD => (none)
Severity: normal => major


Note You need to log in before you can comment on or make changes to this bug.