Search found 37 matches

by andlui9
13 Feb 2018, 19:01
Forum: General
Topic: Call Trace
Replies: 1
Views: 3283

Call Trace

Hi guys! I'm having a difficulty with accel on debian 8 (jessie), after compiling and starting the service, a call trace happens instantly, I am using the commit 54f225b10ddd13ad4a7e3e5359fdbd2bf927d130, which I believe is the most recent, I leave below some data of the problem. Feb 13 16:49:28 bras...
by andlui9
07 Feb 2018, 16:47
Forum: IPoE
Topic: Terminating session on lease-time reachs
Replies: 6
Views: 2893

Re: Terminating session on lease-time reachs

So, look, as I understood, CPE will use the renew-time value as a time parameter to request (that is, send a "DHCPv4 Request" type package to the ipoe server), or as I understand it, renew the session. With the values I posted before does not work, accel logs off. However, I did a second t...
by andlui9
07 Feb 2018, 14:08
Forum: IPoE
Topic: Terminating session on lease-time reachs
Replies: 6
Views: 2893

Re: Terminating session on lease-time reachs

HI,

So, I tried to leave with max-lease-time as you recommended, and even then the problem occurs, I'll leave below the modes I tested so you can analyze:

renew-time=180
lease-time=360
max-lease-time=540
by andlui9
07 Feb 2018, 12:12
Forum: IPoE
Topic: Terminating session on lease-time reachs
Replies: 6
Views: 2893

Terminating session on lease-time reachs

Hi guys, I'm testing IPoE in laboratory and... i encontered difficult when lease-time reachs, the problem is that the Accel terminate sessions before CPE send new request, is terminate with Lost-Carrier, well that's generate one issue, my radacct in radius is flooded. Is there any way to prevent the...
by andlui9
10 Jan 2018, 15:07
Forum: Feature requests
Topic: show sessions uptime format
Replies: 4
Views: 8281

Re: show sessions uptime format

Has anyone ever needed this? It's interesting, I've done a script that collects all output information from the "accel-cmd show sessions" command (I set it to display all the columns) and format as JSON, so you can collect everything and send it to a preview pane. But the format of the upt...
by andlui9
06 Jan 2018, 02:11
Forum: Feature requests
Topic: show sessions uptime format
Replies: 4
Views: 8281

show sessions uptime format

Is it possible to include an uptime display parameter in seconds?
by andlui9
05 Jan 2018, 17:06
Forum: PPPoE
Topic: PPPoE Dual Stack (IPv4 & IPv6) Server
Replies: 1
Views: 1572

Re: PPPoE Dual Stack (IPv4 & IPv6) Server + Client

Dear friend! The Accel-PPP is "Server Side" and has all the necessary resources to meet PPPoE / IPoE and etc. However who defines the resources that will use is you, based on your needs.

On the client side, you can use routers that accept PPPoE / DHCP / L2TP / PPTP.
by andlui9
05 Jan 2018, 16:37
Forum: General
Topic: Daemon Init
Replies: 4
Views: 3627

Re: Daemon Init

Hi, I use this: cmake -DCPACK_TYPE=Debian8 -DBUILD_IPOE_DRIVER=TRUE -DBUILD_VLAN_MON_DRIVER=TRUE -DCMAKE_BUILD_TYPE=Debug -DLUA=TRUE -DRADIUS=TRUE -DNETSNMP=TRUE -DCMAKE_INSTALL_PREFIX=/usr -DKDIR=/usr/src/linux-headers-$(uname -r) ../accel-ppp/ But when I install package on Debian 9 (Stretch) he co...
by andlui9
05 Jan 2018, 15:50
Forum: General
Topic: Not DROP session on radius timeout
Replies: 3
Views: 3056

Re: Not DROP session on radius timeout

Just a question, if the radius fails it will not disconnect the sessions? But when the radius works again, will it continue to send the "Interim-Updates"?
by andlui9
05 Jan 2018, 00:47
Forum: General
Topic: Not DROP session on radius timeout
Replies: 3
Views: 3056

Not DROP session on radius timeout

Hi, I'd like to suggest an option that would help me and maybe help other users of this wonderful software! The idea is not to "terminate" the session if the radius stops receiving accounting. Currently if the radius does not respond to the requests, for a certain time, the daemon terminat...