View Single Post
  #2   (View Single Post)  
Old 1st July 2010
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

If you want dhcpd to hand out addresses on only one subnet, start dhcpd so that it only listens on that one subnet. For example, you could add the following to /etc/rc.conf.local:
Code:
dhcpd_flags="xl2"
Reply With Quote