Koozali.org: home of the SME Server

Obsolete Releases => SME 7.x Contribs => Topic started by: Isterklister on August 28, 2007, 10:12:16 PM

Title: DHCP manager
Post by: Isterklister on August 28, 2007, 10:12:16 PM
Hello,
I wonder if there are a DHCP manager (plugin) for SME 7.x?
I have it for SME 6 and think it is a nice thing.

/Pelle
Title: Re: DHCP manager
Post by: Franco on August 29, 2007, 03:47:23 PM
yes, there is such a "plugin", same thing as SME6 (Hostnames and Addressess), but it has more features.
Title: Re: DHCP manager
Post by: Isterklister on August 29, 2007, 04:15:15 PM
 :) Great, where can I get it from?

/Pelle
Title: Re: DHCP manager
Post by: Franco on August 29, 2007, 04:20:16 PM
It's there already, did you install SME7?
Title: Re: DHCP manager
Post by: Isterklister on August 29, 2007, 04:27:38 PM
Yes. Where can I see this information? Under which menu?

I have searched everywhere (probably not).

/Pelle
Title: Re: DHCP manager
Post by: Franco on August 29, 2007, 04:34:42 PM
Hostnames and Addresses
Title: Re: DHCP manager
Post by: cactus on August 29, 2007, 10:29:38 PM
Hostnames and Addresses
I believe OP used the DHCP manager because it had some extra features like showing the dynamically assigned IP's as well. Unfortunately I do not believe there is a SME Server 7 port of this contrib.
Title: Re: DHCP manager
Post by: Isterklister on August 30, 2007, 11:35:13 AM
OK. It was a list over dynamically assigned IP's I wanted.
I will wait and someone maybe will fix this or I have to do it myself when I get some time left.

/Pelle
Title: Re: DHCP manager
Post by: cactus on August 30, 2007, 12:24:16 PM
OK. It was a list over dynamically assigned IP's I wanted.
I will wait and someone maybe will fix this or I have to do it myself when I get some time left.

/Pelle
Perhaps this might help (run from a SME Server shell):
Code: [Select]
grep -ih 'DHCPACK' /var/log/dhcpd/* | tai64nlocal
Title: Re: DHCP manager
Post by: Isterklister on August 30, 2007, 12:29:28 PM
Thanks! Great! Exactly what I needed.  :grin:

/Pelle
Title: Re: DHCP manager
Post by: cactus on August 30, 2007, 12:36:08 PM
Thanks! Great! Exactly what I needed.  :grin:

/Pelle
I already guessed so! You're welcome!
Title: Re: DHCP manager
Post by: Franco on August 30, 2007, 02:01:18 PM
In that case take a look at this thread http://forums.contribs.org/index.php?topic=35975.0 and you'll find a script dhcpactiv.sh that will nicely list them for you.
Title: Re: DHCP manager
Post by: axessit on December 07, 2007, 05:37:28 PM
After spending all night on this, I have modified the dhcpd cgi perl file and got it working. I still get an error when deleting, but it still deletes the record.

I have sent an email with the changes to the original developer.

 :-P