davidblewett Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/222714518404f80b262763.jpg)
Joined: 15 Feb 2004 Posts: 274 Location: Indiana
|
Posted: Tue Sep 20, 2005 5:16 pm Post subject: |
|
|
Not sure about the alert part, but the DHCP part of dnsmasq is easy to setup. In /etc/dnsmasq.conf, uncomment or add the following line:
Code: | dhcp-range=192.168.0.2,192.168.0.250,255.255.255.0,192.168.0.255,infinite |
To give a specific IP to a specific MAC address add this:
Code: | # Always allocate the host with ethernet address 11:22:33:44:55:66
# The IP address 192.168.0.60
dhcp-host=00:E0:29:3C:A6:AF,arnor,192.168.0.2 |
_________________ No guilt in life, no fear in death
this is the power of Christ in me
From lifes first cry to final breath
Jesus commands my destiny
-- Newsboys, "In Christ Alone", "Adoration: The Worship Album" |
|