Koozali.org: home of the SME Server

DHCP manager

Offline Isterklister

  • *
  • 15
  • +0/-0
DHCP manager
« 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

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Re: DHCP manager
« Reply #1 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.

Offline Isterklister

  • *
  • 15
  • +0/-0
Re: DHCP manager
« Reply #2 on: August 29, 2007, 04:15:15 PM »
 :) Great, where can I get it from?

/Pelle

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Re: DHCP manager
« Reply #3 on: August 29, 2007, 04:20:16 PM »
It's there already, did you install SME7?

Offline Isterklister

  • *
  • 15
  • +0/-0
Re: DHCP manager
« Reply #4 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

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Re: DHCP manager
« Reply #5 on: August 29, 2007, 04:34:42 PM »
Hostnames and Addresses

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: DHCP manager
« Reply #6 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.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline Isterklister

  • *
  • 15
  • +0/-0
Re: DHCP manager
« Reply #7 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

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: DHCP manager
« Reply #8 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
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline Isterklister

  • *
  • 15
  • +0/-0
Re: DHCP manager
« Reply #9 on: August 30, 2007, 12:29:28 PM »
Thanks! Great! Exactly what I needed.  :grin:

/Pelle

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: DHCP manager
« Reply #10 on: August 30, 2007, 12:36:08 PM »
Thanks! Great! Exactly what I needed.  :grin:

/Pelle
I already guessed so! You're welcome!
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline Franco

  • *
  • 1,171
  • +0/-0
    • http://contribs.org
Re: DHCP manager
« Reply #11 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.

Offline axessit

  • *****
  • 213
  • +0/-0
Re: DHCP manager
« Reply #12 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