Infiniband Setup: 40Gbs speed on the cheap!


[et_pb_section admin_label=”section” background_color=”#2ea3f2″ inner_shadow=”off” parallax=”on”][et_pb_row admin_label=”row”][et_pb_column type=”4_4″][et_pb_blurb admin_label=”Blurb” url_new_window=”off” image=”http://elegantthemesimages.com/images/premade/d2-300px.png” animation=”bottom” background_layout=”light” text_orientation=”center” use_icon=”off” icon_color=”#45c4ec” use_circle=”off” circle_color=”#45c4ec” use_circle_border=”off” circle_border_color=”#45c4ec” icon_placement=”top” title=”I wanted fast Ethernet, I found Infiniband” use_icon_font_size=”off” use_border_color=”off” border_color=”#ffffff” border_style=”solid”] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=”row”][et_pb_column type=”4_4″][et_pb_text admin_label=”Text” background_layout=”dark” text_orientation=”center” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]

Infiniband Setup

Setup Infiniband 40Gbs IPoIB on Ubuntu/Debian/Proxmox

Load missing modules

nano /etc/modules
  mlx4_ib
  mlx4_en
  ib_umad
  ib_ipoib

nano /etc/network/interfaces

auto ib0

 iface ib0 inet static
 address 192.168.10.35
 netmask 255.255.255.0
 post-up echo connected > /sys/class/net/ib0/mode
 post-up /sbin/ifconfig $IFACE mtu 65520

shutdown -r now

ifconfig (or add -a option)




[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]

, ,