How to enable pppoe-server vlan-range in 1.2.8?

Hi!
I built a 1.2.8 iso and installed it (no problems). However, while the vlan_mon driver is present in the system, it’s not loaded and I cannot create vlan-range configuration under the “set service pppoe-server interface” section. It’s not present. I can’t find any info in the docs on how to enable the missing configuration section. How do I do it? Thanks!

Here’s how it looks in my case:

vlan@str-bras3# set service pppoe-server interface 
Possible completions:
   <text>       interface(s) to listen on
   eth0         
   eth1         
   eth2         
   eth2.61      
   eth3         
   lo
      
[edit]
vlan@str-bras3# set service pppoe-server interface

vlan@str-bras3:~$ lsmod|grep vlan
vlan@str-bras3:~$
vlan@str-bras3:~$ sudo find /lib -type f -name vlan_mon.ko
/lib/live/mount/rootfs/1.2.8.squashfs/lib/modules/4.19.195-amd64-vyos/extra/vlan_mon.ko
/lib/modules/4.19.195-amd64-vyos/extra/vlan_mon.ko
vlan@str-bras3:~$

You need to specify the range on the appropriate interface eg
set service pppoe-server interface eth0 vlan-range ‘2-4000’

See PPPoE Server — VyOS 1.3.x (equuleus) documentation for the documentation.

It won’t offer me the range option:

vlan@str-bras3# set service pppoe-server interface eth3 ?
Possible completions:
  <Enter>       Execute the current command
      
[edit]
vlan@str-bras3# set service pppoe-server interface eth3

Command "set service pppoe-server interface ethX [vlan-id | vlan-range] " is not available on 1.2.X version.
Those commands are available on 1.3 and 1.4 versions

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