-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vlan with PPPoE not working / Vlan not created with vlan_mon #120
Comments
Do you have |
no, only ens34 interface. but i was also try like vlan-mon=ens34,1-4000... |
Try next
See also log with level debug |
tried this, debug with level=5, seen debug log, but its not shows any thing about the pppoe interface OR vlan interface or something. |
Maybe you need also add |
It is already verbose=1 in those both sections. also tried after restarting daemon. But nothing happen, all logs like accel-ppp.log/core.log/emerg.log/auth-fail.log nothing shows about vlan. infact also checked syslog. :-) |
|
vlan-mon=ens34,1-4000 this configuration is ok for vlan in pppoe. |
i was already loaded vlan_mon driver in kernel its shows in list module, after that vlan_mon not working and not create vlan interfaces. I was tried on ubuntu 14.x and also on ubuntu 16.x.
My running configuration of pppoe module is
[pppoe]
verbose=1
#max-starting=0
#ac-name=xxx
#service-name=yyy
#pado-delay=0
#pado-delay=0,100:100,200:200,-1:500
called-sid=mac
#tr101=1
#padi-limit=0
#ip-pool=pppoe
ipv6-pool=pppoe-v6
ipv6-pool-delegate=pppoe-v6-pd
#ifname=pppoe%d
#sid-uppercase=0
vlan-mon=ens34.1,1-4000
#vlan-timeout=60
vlan-name=%I.%N
#interface=eth1,padi-limit=1000,net=accel-dp
interface=re:ens34.
interface=ens34
The text was updated successfully, but these errors were encountered: