View Single Post
  #2  
Old March 1st, 2002, 02:25 PM
kilowatt's Avatar
kilowatt kilowatt is offline
mach-o mach-o man
 
Join Date: Mar 2001
Location: irc.lfnet.net #kilonet
Posts: 984
Thanks: 0
Thanked 0 Times in 0 Posts
kilowatt is on a distinguished road
updates:

1) every /etc/dhcpd.conf file on the internet is wrong - type mine *exactly* as it appears caus dhcpd is very picky apparently. Especially important is the semi-colin

2) To start the dhcpd server on an interface other than your default gateway (which is highly desireable on dual-interface configurations used as an internet gateway), start dhcpd like this:
Code:
sudo dhcpd en1
see ifconfig -a for a list of interfaces.

3) the man page for dhcpd (man dhcpd) is wonderful. Stop by there before you search yahoo or google.

enjoy the dhcp server, please ask if you have any questions.

Oh, and btw, adjust the config file to your preferences - if you don't have a dns server at 192.168.1.140, for example, don't say you have one (but put your isp's dns server there).

Last edited by kilowatt; March 1st, 2002 at 03:27 PM.
Reply With Quote