Two 10 Gigabit SFP+ Dual Port (DPN TCK99) Direct connection

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

mkschaps

New Member
Jan 16, 2014
14
0
0
I currently have two 10 Gigabit SFP+ Dual Port (DPN TCK99) cards in Dell C6100s and have them directly connected with a 1 meter SFP+ twinax cable and cannot get any connectivity to go between the two. They are setup with 192.168.1.5 and 192.168.1.10 and they cannot ping each other, they have connection lights and show connected in the operating systems. I am currently using Openfiler and Xenserver but will be installing CentOS on both servers for more testing. Has anyone been able to get this to work with two FC cards directly connected to each other? Is there a special cable or special eth configuration that needs to be done? Thanks!
 

Patrick

Administrator
Staff member
Dec 21, 2010
12,513
5,804
113
What is the full network config for the two cards, subnet and etc? What about the rest of the network (assuming they are also on GigE or something.)
 

mkschaps

New Member
Jan 16, 2014
14
0
0
What is the full network config for the two cards, subnet and etc? What about the rest of the network (assuming they are also on GigE or something.)
Here are the public interfaces:

DEVICE=eth0
HWADDR=00:A0:D1:E3:D8:xx
TYPE=Ethernet
UUID=e62e42b4-4691-4f4a-8aa6-471c4289abbd
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=static
IPADDR=66.xx.xx.xx
NETMASK=255.255.255.128


DEVICE=eth0
HWADDR=00:a0:d1:e3:da:05
TYPE=Ethernet
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=static
IPADDR=66.xx.xx.xx
NETMASK=255.255.255.128


Here are the FC interfaces:

DEVICE=eth3
MTU=1500
USERCTL=no
ONBOOT=yes
BOOTPROTO=static
IPADDR=192.168.1.6
NETMASK=255.255.0.0


DEVICE=eth3
TYPE=Ethernet
UUID=8f71030f-4f48-42a9-8706-b3be7d63b64d
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=none
IPADDR=192.168.1.9
NETMASK=255.255.0.0
 

mkschaps

New Member
Jan 16, 2014
14
0
0
Looks ok. When you do ifconfig do the adapters show up?
Yes, adapters show up and say connected. Could my twinax cable just not allow this type of direct connection? I am loading centos on both boxes now and will test again..
 

mkschaps

New Member
Jan 16, 2014
14
0
0
Yes, adapters show up and say connected. Could my twinax cable just not allow this type of direct connection? I am loading centos on both boxes now and will test again..
This has been resolved... Xenserver configuration was done wrong, needed to use ifcfg-xenbr3 instead of ifcfg-eth3... Thanks