User Details
- User Since
- Nov 28 2018, 1:00 PM (328 w, 2 d)
Dec 1 2018
I tested the shaper, but it seems to me that the Cisco-AVPair library is missing, it may be missing from my Radius server
Nov 30 2018
will implement the shaper for bandwidth control? or should I configure manually?
it's not so important, just a suggestion, is better concentrate in functions of extreme importance, as ipoe
i found using the command man accel-ppp
you can to find it in this link
https://github.com/xebd/accel-ppp/blob/master/accel-pppd/accel-ppp.conf.5
when use value 1, in flag accept-any-service, the server will accept any service name in client side, generally is in blank in client side.
Nov 29 2018
the flag accept-any-service is interest to implement, to accept any service name from client side
problem exists when the client side is a mikrotik, when is a tp-link router, run fine
Nov 28 2018
vyos@vyos# show service pppoe-server
authentication {local-users { username treinamento01 { password 650598 static-ip 100.64.0.1 } } mode local}
client-ip-pool {start 100.64.0.1 stop 100.64.0.254}
dns-servers {server-1 179.109.80.19 server-2 179.109.80.20}
interface eth1
limits {
}
local-ip 179.109.80.55
mtu 1480
ppp-options {min-mtu 1480 mru 1480}
my client, disconnects continuously,
i don't need IPC6 at moment, it's only a test
do i need more configuration to do pppoe-server function?
tested with local authentication and radius
sorry for the inconvenience, i'm new to Vyos, and i want to help improve it.