I am having trouble running rping and was wondering if anyone had any suggestions as to what is going wrong.  Here is my results from running rping on two nodes in my cluster:<br><br>Server Node (<a href="http://192.168.122.253">192.168.122.253</a>)-<br>
<br>$ rping -s -a <a href="http://127.0.0.1">127.0.0.1</a> -p 12345 -v -d -C 5<br>   count 5<br>   created cm_id 0x508190<br>   rdma_bind_addr successful<br>   rdma_listen<br><br>Client Node-<br><br>$ rping -c -a <a href="http://192.168.122.253">192.168.122.253</a> -p 12345 -v -d -C 5<br>
   count 5<br>   created cm_id 0x505b40<br>   cma_event type 1 cma_id 0x505b40 (parent)<br>   cma event 1, error -2<br>   waiting for addr/route resolution state 1<br>   Segmentation fault<br>$<br><br>Things to note:<br>When I first tried this, I attempted to bind the server to it's IP address (<a href="http://192.168.122.253">192.168.122.253</a>) rather than the loopback and received an error from the bind.   The  rping command works properly when I run the client and server on the same node as long as the client specifies the loopback address and not the nodes IP address.  Below I have included output from ifconfig.  I have just recently started working with this infiniband setup so it may be something I'm missing thats pretty obvious.<br>
<br>$ /sbin/ifconfig<br>eth0      Link encap:Ethernet  <br>          inet addr:<a href="http://192.168.122.253">192.168.122.253</a>  Bcast:<a href="http://192.168.255.255">192.168.255.255</a>  Mask:<a href="http://255.255.0.0">255.255.0.0</a><br>
          inet6 addr: fe80::219:b9ff:fee4:58f1/64 Scope:Link<br>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1<br>          RX packets:3424250 errors:0 dropped:0 overruns:0 frame:0<br>          TX packets:961642 errors:0 dropped:0 overruns:0 carrier:0<br>
          collisions:0 txqueuelen:1000 <br>          RX bytes:468558412 (446.8 MiB)  TX bytes:256364830 (244.4 MiB)<br>          Interrupt:169 Memory:f8000000-f8011100 <br><br>eth1      Link encap:Ethernet  <br>          inet addr:<a href="http://192.168.123.253">192.168.123.253</a>  Bcast:<a href="http://192.168.123.255">192.168.123.255</a>  Mask:<a href="http://255.255.255.0">255.255.255.0</a><br>
          inet6 addr: fe80::219:b9ff:fee4:58f3/64 Scope:Link<br>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1<br>          RX packets:126893725 errors:0 dropped:241 overruns:0 frame:0<br>          TX packets:133000489 errors:0 dropped:0 overruns:0 carrier:0<br>
          collisions:0 txqueuelen:1000 <br>          RX bytes:118522954308 (110.3 GiB)  TX bytes:129523439551 (120.6 GiB)<br>          Interrupt:169 Memory:f4000000-f4011100 <br><br>lo        Link encap:Local Loopback  <br>
          inet addr:<a href="http://127.0.0.1">127.0.0.1</a>  Mask:<a href="http://255.0.0.0">255.0.0.0</a><br>          inet6 addr: ::1/128 Scope:Host<br>          UP LOOPBACK RUNNING  MTU:16436  Metric:1<br>          RX packets:2209361 errors:0 dropped:0 overruns:0 frame:0<br>
          TX packets:2209361 errors:0 dropped:0 overruns:0 carrier:0<br>          collisions:0 txqueuelen:0 <br>          RX bytes:135356030 (129.0 MiB)  TX bytes:135356030 (129.0 MiB)<br><br>-Matt<br><br>