<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>True - especially about not using IP to connect - I had problems for ages because I did that - somewhere between for seconds and 5 minutes in, the recording would just cut off.</div><div><br></div><div>Is the self-assigned address consistent? &nbsp;Otherwise you'll need nmap to find it (for firmware upgrades etc).</div><div><br></div><div>I got a bit wrapped up in my own little world - I serve dhcp from my myth box because it allows local DNS and PXE booting which my internet router doesn't. When work laptops &nbsp;come home, they PXE boot mythbuntu off the network and run as frontends - no need for USB keys or to touch the laptops' hard disks. &nbsp;That also works well off even just 100mbit links. &nbsp;</div><div><br></div><div>If you're not doing DHCP/DNS however, adding dhcp might be more trouble than its worth.</div><div>--</div><div><br></div><div><div><div>On 13/08/2012, at 2:01 AM, Joseph Fry wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; "><div style="word-wrap:break-word"><div><br></div><div>I'd stick the HDHR box on its own 100meg cable/nic without a switch straight into the myth backend. You save gig ports and its more robust as you can reboot your switch without affecting recordings. &nbsp; With myth controlling the box, there's little reason to keep it on your main network. &nbsp;Just set your myth box to server dhcp (fix the address) to the HDHR segment and you should be fine.</div>

</div></blockquote><div><br></div><div>Yes, direct cabling the HDHR to a cheap PCI nic works great.&nbsp;</div><div><br></div><div>However, you do NOT need to have the backend serve DHCP to the HDHR. &nbsp;Just set the dedicated NIC to a static 169.254.x.x address with a 255.255.0.0 netmask (no gateway or dns). &nbsp;The HDHR gets a link local address (169.254.x.x) almost immediately after it boots. &nbsp;Sure it pulls a different address on every boot, but you should never configure the backend to connect it by IP anyway, so it doesn't matter if it changes every time the HDHR starts.</div>

<div><br></div><div>My /etc/network/interfaces file looks like this, no other config necessary for the HDHR segment:</div><div><br></div><div>--------------------------------------------------</div><div># primary NIC</div>

<div>auto eth0</div><div>iface eth0 inet static</div><div>&nbsp; &nbsp;address 192.168.15.100</div><div>&nbsp; &nbsp;gateway 192.168.15.1</div><div>&nbsp; &nbsp;netmask 255.255.255.0</div><div><br></div><div># HDHR</div><div>auto eth1</div><div>iface eth1 inet static</div>

<div>&nbsp; &nbsp;address 169.254.15.100</div><div>&nbsp; &nbsp;netmask 255.255.0.0</div><div>--------------------------------------------------</div><div><br></div></div>
_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://www.mythtv.org/mailman/listinfo/mythtv-users">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br></blockquote></div><br></div></body></html>