Difference between revisions of "Dhcpmanager"
Unnilennium (talk | contribs) (→Bugs) |
|||
Line 41: | Line 41: | ||
signal-event workgroup-update ; config set UnsavedChanges no | signal-event workgroup-update ; config set UnsavedChanges no | ||
Go to the dhcpd panel on Server Manager and activate all you settings. | Go to the dhcpd panel on Server Manager and activate all you settings. | ||
+ | |||
+ | {{Note box| If you use the Custom mode for specifying the DNS Server(s) and only add one server, then the system will add the local SME IP to the list. If you specify 2 or more then it won't. It always deletes any duplicated servers, so adding the same (non SME) server twice will mean that it leaves that one and does not add itself. }} | ||
+ | |||
===NetSend=== | ===NetSend=== |
Latest revision as of 10:15, 29 December 2022
Dhcpmanager for SME Server
Maintainer
Stéphane de Labrusse AKA Stephdl
Version
Description
This contribution for SME Server adds the abilities to manage your dhcp server on SME Server
features
- manage dhcpd.leases (remove one or all ip leases)
- perform a Wake on Lan when a host is not up
- scan your network to see how many devices are up
- you can send winpopup for compatible devices to netsend protocol
- start/stop your dhcp server
- set values to dhcp server (range of ip, wins server, custom dns server, custom gateway, default-lease-time)
Installation
yum --enablerepo=smecontribs install smeserver-dhcpmanager
You will then need to activate the database changes etc. The 'official' way is to perform
signal-event post-upgrade; signal-event reboot
But if you do not want to restart your server
signal-event workgroup-update ; config set UnsavedChanges no
Go to the dhcpd panel on Server Manager and activate all you settings.
NetSend
Netsend is used to Send messages to other users, computers, or messaging names on the network, but it is only compatible with windows XP. For W7 and after you must use 'msg' which is incompatible with the netsend protocol. However it is not available for all W7 versions. You can try Sent which needs to be installed on all windows clients.
With smeserver-dhcpmanager you can send Netsend message to one client or to all clients (think to install or allow in the firewall the netsend protocol or 'sent' on every windows client)
Uninstall
yum remove smeserver-dhcpmanager signal-event post-upgrade; signal-event reboot
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-dhcpmanager component or use this link .
ID | Product | Version | Status | Summary (5 tasks) ⇒ |
---|---|---|---|---|
12782 | SME Contribs | 11.0 | CONFIRMED | perl-CGI 'startform' and 'endform' are dropped in favor of 'start_form' and 'end_form' |
12216 | SME Contribs | 10.0 | UNCONFIRMED | network scan takes server off line (smeserver-dhcpmanager) |
10393 | SME Contribs | 9.2 | CONFIRMED | Lease Start Date (Time) wrong |
8112 | SME Contribs | 8.0 | CONFIRMED | NFR: Replacement for net send (msg.exe) |
8110 | SME Contribs | 8.0 | CONFIRMED | NFR: add a table of all fixed Ip of local network |
Changelog
Only versions released in smecontrib are listed here.
- Edit Menu entry to conform to new arrangements [SME: 12493]
- Fix JS error on load and typo in table class name [SME: 12468]
2023/12/30 Brian Read 2.0.4-15.sme
- Add more fixes for SM2 panels [SME: 11850]
2023/12/19 Brian Read 2.0.4-14.sme
- More fixes for SM2 panels [SME: 11850]
- Remove Winpopup facility (no longer supported by Windose)
2022/01/18 Brian Read 2.0.4-13.sme
- Add panels for SM2 [SME: 11850]