Re: Incorrect arp reply when bonding and 3rd interface are on same LAN.

2016-04-15 Thread Mimiko
On 15.04.2016 13:37, Sven Hartge wrote: >All interfaces are connected to 3 different switches which are on same >LAN (switches are interconnected). This is bad. Well, I need the eth0 for administration, as bond I can disconnect, connect restart and will lose connection. > This is the way

Re: Incorrect arp reply when bonding and 3rd interface are on same LAN.

2016-04-15 Thread Sven Hartge
Mimiko wrote: > A server has 3 interfaces: eth0, eth1, eth2. I've setup a bond12 with > mode adaptive-alb with eth1 and eth2. Now interfaces have: > iface eth0 inet static > address x.x.x.1 > netmask 255.255.255.0 > iface bond12 inet static > address x.x.x.2 > netmask

Re: Incorrect arp reply when bonding and 3rd interface are on same LAN.

2016-04-15 Thread Mimiko
On 15.04.2016 11:33, Mimiko wrote: Hello. A server has 3 interfaces: eth0, eth1, eth2. I've setup a bond12 with mode adaptive-alb with eth1 and eth2. Now interfaces have: auto eth0 iface eth0 inet static address x.x.x.1 netmask 255.255.255.0 auto eth1 iface eth1 inet manual auto eth2 iface

Incorrect arp reply when bonding and 3rd interface are on same LAN.

2016-04-15 Thread Mimiko
Hello. A server has 3 interfaces: eth0, eth1, eth2. I've setup a bond12 with mode adaptive-alb with eth1 and eth2. Now interfaces have: auto eth0 iface eth0 inet static address x.x.x.1 netmask 255.255.255.0 auto eth1 iface eth1 inet manual auto eth2 iface eth2 inet manual auto bond12 iface