Setting up DHCP wasn't really that difficult for the HDHR.  I'm running MythDora 4.0 (FC6 variant) and it's a simple config file that needs to be edited.  Set a static IP in a different subnet on your 2nd NIC than on your prime NIC.  Then in the config, you specify the broadcast range for DHCP.  My server is as follows:
<br><br>Prime NIC:&nbsp; <a href="http://10.0.0.24">10.0.0.24</a><br>Subnet:&nbsp; <a href="http://255.255.255.0">255.255.255.0</a><br><br>2nd NIC:&nbsp; <a href="http://192.168.1.1">192.168.1.1</a><br>Subnet:&nbsp; <a href="http://255.255.255.0">
255.255.255.0</a><br><br>Broadcast in config file:&nbsp; <a href="http://192.168.1.255">192.168.1.255</a><br><br>This tells DHCPd to only work on the 2nd NIC.&nbsp; There are some other settings that I didn&#39;t know about until I tried starting the dhcpd service (service dhcpd start) and it errored out.&nbsp; I checked out the /var/logs/message and it showed me the problems.&nbsp; I looked them up and fixed them fast.&nbsp; It&#39;s been working perfectly for about a month now.&nbsp; Love that Myth!
<br><br>PS:<br><br>I can&#39;t tell you exactly where the config file is because I&#39;m not in front of my machine right now.&nbsp; Sorry.<br><br>Joltman<br>