Hi! I’m install Nethserver this morning, and i cant create a DHCP server for Vlans.
Maybe i’m wrong but I assume that DHCP settings must let me create a DCHP server for any green or blue interface, fisical or logical.
Is this a bug, or i’m losing of something?
2 Likes
Nas
(Artem Fedai)
August 7, 2015, 7:53am
2
yep it was little bug
so edit pls
/usr/share/nethesis/NethServer/Module/Dhcp/Configure.php
on line 128 insert
if ( ! in_array($record[‘type’], array(‘ethernet’, ‘bridge’, ‘bond’ ,‘vlan’))) {
and you should see your Vlan in DHCP page !
Have a nice day !
2 Likes
Nas
(Artem Fedai)
August 7, 2015, 7:53am
3
@alefattorini add this in Feature i’ll fork it on GIT
3 Likes
Good, go ahead! @davidep could you confirm such bug?
1 Like
davidep
(Davide Principi)
August 7, 2015, 1:36pm
6
“Configure DHCP on VLANs” sounds like an enhancement more than a bug. Anyway, did anybody tested @nas patch?
If dnmasq supports it and no other changes are required the job is done
1 Like
I tested @nas patch and it works. Merge in progress.
2 Likes
davidep
(Davide Principi)
August 7, 2015, 1:56pm
8
2 Likes
davidep
(Davide Principi)
August 7, 2015, 2:13pm
9
1 Like
Woah, I Love it when a plan comes together great work @Nas !
2 Likes
What is the process to merge a pull reuqest?
community discussion
new dev.nethserver.org issue
merge
Phase 1 could end with approval or rejection. We go to phase 2 only if approved.
Go and merge.
1 Like
davidep
(Davide Principi)
August 7, 2015, 2:45pm
12
Ok the patch is merged, now who can provide a test case?
1 Like
I’d prefer that @nas verify it, but I have a network available for testing.
davidep
(Davide Principi)
August 7, 2015, 3:05pm
14
The issue is lacking a test case. I can build the RPM for QA when we’ll have the test case
@nas @Carlos_Fernandez_S could you provide that?
1 Like
Nas
(Artem Fedai)
August 7, 2015, 7:02pm
16
Sorry for late response, i have test my path, before i fork it on GIT Sorry people i have bad day on work
1 Like
The updated package that implements this feature is on QA since last week.
Maybe @Carlos_Fernandez_S could verify it.
1 Like
alefattorini
(Alessio Fattorini)
September 2, 2015, 10:08am
18
Good news! @Carlos_Fernandez_S now reward @davidep ’s work is up to you
Feel free to ask help to our testing team: @fasttech , @medworthy , @vcc , @dz00te , @mabeleira
1 Like
Hi Sorry for the long time, i’m work with schools summer and class return are a big and stressfull pain in the ass.
First of all THANKS to all for the support
The work arround works very well i put it on production and is working ok, but in the last update all the GUI options of the vlans goes off.
This is my actual network deploy, is very similar to the last one but with more vlans.
and this is what happend when i go to DHCP section of GUI:
I think that if i made the work arround again, it will work fine. But now i’m in production and i must wait for a weekend or a school free day to test it.
Usualy I wil test it on VM but i had more work than time
2 Likes
giacomo
(Giacomo Sanchietti)
September 9, 2015, 12:36pm
21
Make sure to have the latest package released yesterday: nethserver-dnsmasq-1.5.1-1.ns6.noarch
See: http://dev.nethserver.org/issues/3238
2 Likes