Skip to main content

Cornelis Technical Documentation

6.8.4. Example Configuration File

Edit the interface file to assign a static IP. It should have contents similar to this:

cat /etc/sysconfig/network-scripts/ifcfg-ib0 
TYPE=InfiniBand
DEVICE=ib0 
BOOTPROTO=static 
IPADDR=<your_ip_address> 
NETMASK=255.255.0.0 
ONBOOT=yes