Gary St wrote:

With EigerStein the RH server had an IP address of
192.168.1.5 and with Bering it gets 192.168.1.1. I
might have hard coded 192.168.1.5 in somewhere, but I
haven't found it yet.
Thanks
Gary
edit /etc/dhcpd.conf

subnet 192.168.1.0 netmask 255.255.255.0 {
option routers 192.168.1.254;
option domain-name "private.network";
option domain-name-servers 192.168.1.254;
range 192.168.1.10 192.168.1.100;
host redhat {
hardware ethernet 00:c0:f0:57:2f:3e;
fixed-address 192.168.1.5;
}
host winbox2 {
hardware ethernet 00:48:53:61:27:73;
fixed-address 192.168.1.2;
}
)

change the range so that the fixed addresses you assign are outside of the dynamic range.
Then add as many hosts as you want. Put in the host name and the nic address. Now you have dhcp with fixed addresses for specific clients.

Don't forget to

svi dhcpd restart

and backup dhcpd


--
Victor McAllister



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html


Reply via email to