PPPoE on Bonding Interface

Hi,

I’m using latest version 1.3-rolling. I can’t pppoe-server make run on bonding interface.

Someone can help me?

Hi @netocarvalho, all works, tested in our LAB.
At first check bonding connectivity and the check logs.

My configs

Bonding config

bonding bond1 {
hash-policy layer2
member {
interface eth2
interface eth3
}
mode 802.3ad
mtu 1518
vif 19 {
}
}

PPPoE Config

access-concentrator vyos-pppoe
authentication {
mode radius
protocols pap
radius {
rate-limit {
enable
}
server ********* {
key ********
}
}
}
client-ip-pool {
start 100.64.32.0
stop 100.64.39.255
}
interface bond1.19 {
}
local-ip 172.30.0.10
name-server ******
name-server ******
ppp-options {
min-mtu 1492
mru 1492
}

Remember that when config in ethernet interface all works.

Log result

Jul 27 17:57:50 slz-elo-rt04-pppoe accel-pppoe: bond1.19: recv [PPPoE PADI 08:00:27:5a:b3:68 => ff:ff:ff:ff:ff:ff sid=0000 <Host-Uniq 0a0000000000000012000000>]
Jul 27 17:57:50 slz-elo-rt04-pppoe accel-pppoe: bond1.19: send [PPPoE PADO 00:08:54:47:d0:4c => 08:00:27:5a:b3:68 sid=0000 <AC-Cookie 94c1843b7c89adfaad54197c8a2a154ee513e7755e39b489> <Host-Uniq 0a0000000000000012000000>]
Jul 27 17:57:51 slz-elo-rt04-pppoe accel-pppoe: bond1.19:: send [LCP ConfReq id=b1 <mru 1492> <magic 4fecec56>]
Jul 27 17:57:54 slz-elo-rt04-pppoe accel-pppoe: bond1.19:: send [LCP ConfReq id=b1 <mru 1492> <magic 4fecec56>]
Jul 27 17:57:57 slz-elo-rt04-pppoe accel-pppoe: bond1.19:: send [LCP ConfReq id=b1 <mru 1492> <magic 4fecec56>]
Jul 27 17:58:00 slz-elo-rt04-pppoe accel-pppoe: bond1.19:: send [LCP ConfReq id=b1 <mru 1492> <magic 4fecec56>]
Jul 27 17:58:03 slz-elo-rt04-pppoe accel-pppoe: bond1.19:: send [LCP ConfReq id=b1 <mru 1492> <magic 4fecec56>]
Jul 27 17:58:06 slz-elo-rt04-pppoe accel-pppoe: bond1.19:: send [LCP ConfReq id=b1 <mru 1492> <magic 4fecec56>]

Changed bonding mode to xor-hash and all works. I think that some thing in my switch config.

1 Like

@netocarvalho Thanks for coming back and posting how you fixed it.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.