View Single Post
  #3   (View Single Post)  
Old 8th February 2009
terryd terryd is offline
Port Guard
 
Join Date: Nov 2008
Posts: 22
Default

To run a dhcpd in my jail I had to use a custom devfs

[devfsrules_jail_dhcp=5]
add include $devfsrules_hide_all
add include $devfsrules_unhide_basic
add include $devfsrules_unhide_login
add path 'bpf*' unhide
add path net unhide
add path 'net/*' unhide
Reply With Quote