Search found 27 matches

by mlemaitre
30 Jan 2017, 13:49
Forum: Shaper
Topic: custom attributes
Replies: 5
Views: 6138

Re: custom attributes

well, it looks good :

info: ppp0: shaper: installed shaper 6144/256 (Kbit)

but I found that I have an other problem:

warn: shaper: requested 'htb' upstream limiter, but no 'ifb' specified, falling back to police...

and if I try to uncomment ifb=ifb0, then the daemon doesn't start at all.
by mlemaitre
30 Jan 2017, 12:27
Forum: Shaper
Topic: custom attributes
Replies: 5
Views: 6138

Re: custom attributes

hi,

nope.
I just tried, and the message is gone.
However, how can I check if the shaper is in place ?
I tried "tc qdisc show dev ppp0", but it only shows a fifo, is it attached to an other interface ?

thanks,
by mlemaitre
30 Jan 2017, 11:18
Forum: Shaper
Topic: custom attributes
Replies: 5
Views: 6138

custom attributes

Hi, I'm trying to use the build-in shaper with custom attributes WISPr-Bandwidth-Max-Down and WISPr-Bandwidth-Max-Up from freeradius wisp dictionary. In accel-ppp.conf, I set attr-down to WISPr-Bandwidth-Max-Down and attr-up to WISPr-Bandwidth-Max-Up, as in the wiki, but when I restart the daemon, I...
by mlemaitre
26 Jan 2017, 14:59
Forum: General
Topic: multiple radius dictionnary paths ?
Replies: 2
Views: 1084

Re: multiple radius dictionnary paths ?

ok, thank you :)
by mlemaitre
26 Jan 2017, 13:20
Forum: General
Topic: multiple radius dictionnary paths ?
Replies: 2
Views: 1084

multiple radius dictionnary paths ?

Hi,

As accel-ppp now support freeradictionnaries, is it possible to support multiple dictionnaries paths ?
something like:

dictionary=/usr/share/accel-ppp/radius/ , /usr/share/freeradius/

thanks

Mat
by mlemaitre
04 Oct 2016, 07:45
Forum: Radius
Topic: radius max-fail
Replies: 2
Views: 2455

Re: radius max-fail

Hi Indeed, this one works. I just don't know why. In the source code, I found this opt1 = conf_get_opt("radius", "max-fail"); if (opt1) conf_max_fail = atoi(opt1); else conf_max_fail = conf_req_limit + conf_max_try; I probably don't understand well, but for me it's like max-fail ...
by mlemaitre
03 Oct 2016, 12:52
Forum: Radius
Topic: radius max-fail
Replies: 2
Views: 2455

radius max-fail

Hi, I tried to use the max-fail radius option today, but it doesn't seem to work on my config. I used "fail-timeout=0,max-fail=5", but it always tries 3 times on the first server, then tries on the backup one. I have the same behavior if the option is not set at all. Is it the correct beha...
by mlemaitre
16 Sep 2015, 08:46
Forum: PPPoE
Topic: SIGHUP causes some sessions to be closed
Replies: 4
Views: 1707

Re: SIGHUP causes some sessions to be closed

that's exactly what I've done, and I have no more "NAS-Error".
Thanks for your help
by mlemaitre
14 Sep 2015, 15:53
Forum: PPPoE
Topic: SIGHUP causes some sessions to be closed
Replies: 4
Views: 1707

Re: SIGHUP causes some sessions to be closed

Hi Dmitry, Thank you for your answer. I have made further investigation, and I've found this message in the log file: warn: ppp16: radius: server(1) not responding I think an other cronjob on my radius server, at the exact same time of the SIGHUP, makes it unavailable for a few seconds, causing the ...
by mlemaitre
11 Sep 2015, 12:36
Forum: PPPoE
Topic: SIGHUP causes some sessions to be closed
Replies: 4
Views: 1707

SIGHUP causes some sessions to be closed

Hi, Each day, I send a SIGHUP to accel-pppd in order to reload its configuration, after logrotate has moved the log files. Today, I noticed that some of my pppoe sessions, but not all, are closed at this time, with the "NAS-Error" message. Is there a better way to reload accel-ppp to avoid...