Hi,

I've exactly the same problem here.
My ucarp interface doesn't come up.

Please find my configuration below :
# loopback

auto lo

iface lo inet loopback

auto eth2

iface eth2 inet manual

  up ethtool -G $IFACE rx 4096 || true

  up ethtool -G $IFACE tx 4096 || true

  up ip link set txqlen 10000 dev $IFACE

auto eth3

iface eth3 inet manual

  up ethtool -G $IFACE rx 4096 || true

  up ethtool -G $IFACE tx 4096 || true

  up ip link set txqlen 10000 dev $IFACE

auto bond0

iface bond0 inet manual

  bond_mode 802.3ad

  bond_xmit_hash_policy layer2+3

  slaves eth2 eth3

  up ip link set txqlen 10000 dev $IFACE

auto bond0.2015

iface bond0.2015 inet static

  vlan-raw-device bond0

  address 10.115.77.7

  netmask 255.255.0.0

  gateway 10.115.255.253

  ucarp-vid 77

  ucarp-vip 10.115.77.11

  ucarp-password mysecret

  ucarp-advskew 10

  ucarp-advbase 1

  ucar-master yes

  up ip link set txqlen 10000 dev $IFACE

iface bond0.2015:ucarp inet static

  vlan-raw-device bond0

  address 10.115.77.11

  netmask 255.255.0.0


When i try to bring up the interface i've the following error :

ifup bond0.2015:ucarp
RTNETLINK answers: Numerical result out of range
Failed to bring up bond0.2015:ucarp

Do you need more detail ? am i in the right thread ?

Regards,

--
Smaine Kahlouch - Engineer, Research & Engineering
Arkena | T: +33 1 5868 6196
27 Blvd Hippolyte Marquès, 94200 Ivry-sur-Seine, France
arkena.com


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to