Displaying 1 result from an estimated 1 matches for "ib_net".
Did you mean:
ib_get
2010 Apr 07
6
using ipoib with xcp
....0
gateway=10.1.2.33 mode=static
ping 10.1.2.2 --> reply
ping 10.1.2.3 --> reply
ping 10.1.2.22 --> reply
ping 10.1.2.33 --> reply
This is very well, but when I add a VIF on the IB network to a VM it is not
able to communicate through it:
xe vif-create device=2 mac=random network-uuid=IB_NET vm-uuid=NODE1_IBVM
ifconfig eth2 10.1.2.122 netmask 255.255.255.0
xe vif-create device=2 mac=random network-uuid=IB_NET vm-uuid=NODE2_IBVM
ifconfig eth2 10.1.2.133 netmask 255.255.255.0
ping 10.1.2.122 --> reply
ping 10.1.2.22 --> destination host unavailable
ping 10.1.2.2 --> destination...