[casper] Netbooting ROACH and ROACH2 from same server

2013-06-19 Thread Gary, Dale E.
Hi All, I would like to get a ROACH1 to netboot on the same network as our ROACH2s, but I am not sure how to specify two different directories from which to serve uImages to different machines. Is it possible? I am using the Ubuntu tftp server, whose config file (/etc/xinetd.d/tftp) specifies

Re: [casper] Netbooting ROACH and ROACH2 from same server

2013-06-19 Thread Tom Kuiper
On 06/19/2013 05:16 PM, Gary, Dale E. wrote: I would like to get a ROACH1 to netboot on the same network as our ROACH2s, but I am not sure how to specify two different directories from which to serve uImages to different machines. Is it possible? I am using the Ubuntu tftp server, whose

Re: [casper] Netbooting ROACH and ROACH2 from same server

2013-06-19 Thread Mark Wagner
Hi Dale, I set this up in the dnsmasq configuration given the ROACH1 and 2 have differing MAC address families. For example, in my dnsmasq.conf file I have the lines: dhcp-mac=roach2,02:*:01:*:*:* dhcp-mac=roach1,*:6D:*:*:*:* dhcp-option=tag:roach2,17,192.168.40.1:/home/nfs/roach2/current

Re: [casper] Netbooting ROACH and ROACH2 from same server

2013-06-19 Thread David MacMahon
Hi, Dale, Here's yet another example of using dnsmasq to boot both ROACH1s and ROACH2s. In addition to the usual dnsmasq configuration details, you'll need to add/modify the following lines to match your setup: # How to differentiate between roach1 and roach2 dhcp-mac=roach1,02:*:00:*:*:*