<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Yes, the DHCP server starts just fine.  The hardware address was pulled
from the output of ifconfig on the client. Even if the hardware address
was wrong, or I didn't list the host at all, the 'range' setting should
ensure that an address is provided from the open pool.<br>
<br>
There is output in the logs to indicate that there is no subnet listing
for ib1 and eth0, and that it won't be listening on those interfaces. 
This implies that it is working on eth1 (where DHCP is tested working)
and ib0 (where no log references to DHCPDISCOVER are made, even though
the client is sending them).<br>
<br>
That said, am I barking up the wrong tree entirely by even trying to
make this work?  There are a few references to this being possible when
I google for 'infiniband dhcp', and this is where I got the
'always-broadcast on' setting from.  Apparently this is necessary.  But
I couldn't find anything further to help me.<br>
<br>
Thanks,<br>
<br>
Steven Truelove<br>
<br>
<br>
<br>
Doug Ledford wrote:
<blockquote cite="mid:1220665308.7801.45.camel@firewall.xsintricity.com"
 type="cite">
  <pre wrap="">On Fri, 2008-09-05 at 16:09 -0400, Steven Truelove wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Okay, thanks, I have run opensm and I have gotten IPoIB working as
well, although there is a problem.  IPoIB works fine with static IPs,
but I can't get DHCP to work.  The logs suggest that the DHCP server
simply isn't seeing the DHCPDISCOVERs from the client.  Here is the
relevant chunk of dhcpd.conf:

subnet 192.168.200.0 netmask 255.255.255.0 {

  always-broadcast on;

  range 192.168.200.10 192.168.200.50;

  option broadcast-address 192.168.200.255;
}


host sappsu4-ib {
  hardware ethernet 80:00:04:04:FE:80:00:00:00:00:00:00:00:00:00:00;
  fixed-address 192.168.200.104;
}


Does this have any chance of working?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Will your dhcp server even start up with that hardware ethernet line in
it?  None of the patches for the dhcp server that I've seen enable dhcp
to parse that big of an ethernet definition.

  </pre>
  <blockquote type="cite">
    <pre wrap="">Thanks,

Steven Truelove




Sasha Khapyorsky wrote: 
    </pre>
    <blockquote type="cite">
      <pre wrap="">On 16:39 Fri 05 Sep     , Bernd Schubert wrote:
  
      </pre>
      <blockquote type="cite">
        <pre wrap="">We just didn't have the time yet to complete all the packaging and to push 
it upstream to Debian, here is what we have so far

# Etchy packages, but also should work for hardy
deb <a class="moz-txt-link-freetext" href="http://www.pci.uni-heidelberg.de/tc/usr/bernd/downloads/infiniband/etch">http://www.pci.uni-heidelberg.de/tc/usr/bernd/downloads/infiniband/etch</a> ./

# Hardy packages, but not recently maintained (only for my workstation)
deb <a class="moz-txt-link-freetext" href="http://www.pci.uni-heidelberg.de/tc/usr/bernd/downloads/infiniband/hardy/">http://www.pci.uni-heidelberg.de/tc/usr/bernd/downloads/infiniband/hardy/</a> ./
    
        </pre>
      </blockquote>
      <pre wrap="">Great!

Sasha

  
      </pre>
    </blockquote>
    <pre wrap="">-- 
Steven Truelove
Array Systems Computing, Inc.
1120 Finch Avenue West, 7th Floor
Toronto, Ontario
M3J 3H7
CANADA
<a class="moz-txt-link-freetext" href="http://www.array.ca">http://www.array.ca</a>
<a class="moz-txt-link-abbreviated" href="mailto:truelove@array.ca">truelove@array.ca</a>
Phone: (416) 736-0900 x307
Fax: (416) 736-4715
_______________________________________________
general mailing list
<a class="moz-txt-link-abbreviated" href="mailto:general@lists.openfabrics.org">general@lists.openfabrics.org</a>
<a class="moz-txt-link-freetext" href="http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general">http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general</a>

To unsubscribe, please visit <a class="moz-txt-link-freetext" href="http://openib.org/mailman/listinfo/openib-general">http://openib.org/mailman/listinfo/openib-general</a>
    </pre>
  </blockquote>
</blockquote>
</body>
</html>