On Mon, Jun 13, 2016, at 06:09 AM, Alberto Lopez wrote: 
> We have two HP G5 servers connected by two crossover cables (we tried
> also with cisco switch) and we have them sharing (or trying) BGPd,
> OSPFd and CARP packets, but they don't even share ARP traffic. We have
> both bnx0 interfaces connected and bnx1 interfaces connected between
> them through crossover cables as we said. Then we have VLAN 820 over
> bnx0 and VLAN824 over bnx1, and finally CARP1 over VLAN820 and CARP2
> over VLAN824. We can't even ping from one server to the other, but
> CARP seems to be running OK on the top of VLAN, as if we do a tcpdump
> on one VLAN interface, it receives all CARP protocol packets. On the
> physical interface, using tcpdump we don't receive anything.
 
This message should be on misc@, not bugs@, but the most obvious issue
is that bnx0 and bnx1 are not up.
 
echo "up" > /etc/hostname.bnx0
echo "up" > /etc/hostname.bnx1
sh /etc/netstart bnx0
sh /etc/netstart bnx1
 
That should bring the physical interfaces up and on first boot as
well. No traffic will pass on the interface if the interface is not
marked as up.
 
Bryan

Reply via email to