Search found 59 matches

by hugleo
08 Jul 2016, 23:42
Forum: PPPoE
Topic: pppoe client upload speed
Replies: 2
Views: 1960

Re: pppoe client upload speed

Did you tried to test without bandwidth control and also testing directly without using the accel-ppp tunnel?
by hugleo
04 Jul 2016, 15:32
Forum: PPPoE
Topic: accel-ppp locking, 200% cpu and fills logs until there's no space left.
Replies: 22
Views: 7675

Re: accel-ppp locking, 200% cpu and fills logs until there's no space left.

I'm running accel-ppp with debian backported kernel 4.4 and 4.5
I'm also using the 1.10.2 version.
No problems here.
Maybe the problem is with the git version?
by hugleo
27 Jun 2016, 00:37
Forum: Free for all
Topic: ixgbe intel 10 GB tx hang
Replies: 2
Views: 6633

ixgbe intel 10 GB tx hang

I'm using accel-ppp with a intel 10 GB card and sometimes the interface hangs and resets back to normal. I'd like to try somethings. Wich one is is better? update driver, try one older/newer kernel version, disable tx-checksumming, try another distribution? [2016-06-21 21:57:08] ixgbe 0000:05:00.0 e...
by hugleo
01 May 2016, 13:01
Forum: Feature requests
Topic: Read a specific radius attribute and pass to ip-up/ip-down scripts
Replies: 1
Views: 1799

Read a specific radius attribute and pass to ip-up/ip-down scripts

Read a radius attribute like Accel-Access-List = 'my-list-name' and pass to ip-up/ip-down scripts. I could do things like: ip-up ipset add Accel-Access-List Framed-IP-Address ip-down ipset del Accel-Access-List Framed-IP-Address So I could work with my-list-name and iptables to redirect to a payment...
by hugleo
21 Apr 2016, 12:09
Forum: Bugs
Topic: Kernel panic :(
Replies: 19
Views: 14719

Re: Kernel panic :(

And no more panic :D

Was the line or openvpn. Since I removed the openvpn from server too maybe I'm willing to try the line again (or a little variation of the line like --set-mss 1440).
by hugleo
19 Apr 2016, 02:38
Forum: Bugs
Topic: Kernel panic :(
Replies: 19
Views: 14719

Re: Kernel panic :(

accel-ppp upgraded, kernel upgraded, unit-cache=3000
And one more panic :(
I've removed the iptables line:
iptables -t mangle -D FORWARD -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu

Testing...
by hugleo
18 Apr 2016, 21:56
Forum: Bugs
Topic: Kernel panic :(
Replies: 19
Views: 14719

Re: Kernel panic :(

Now I not got the panic but accel-ppp service restarted. I just have the systemd logs: Apr 18 16:17:01 ths-yy-yy-yy-yy CRON[22157]: pam_unix(cron:session): session closed for user root Apr 18 16:59:43 ths-yy-yy-yy-yy ovpn-server[1282]: hh.hh.hh.hh:57789 TLS Error: TLS key negotiation failed to occur...
by hugleo
18 Apr 2016, 12:43
Forum: Bugs
Topic: Kernel panic :(
Replies: 19
Views: 14719

Re: Kernel panic :(

Thanks!

I was reading the following description:

viewtopic.php?f=4&t=13
" Thus (if unit-cache option is not zero) do not close unit file descriptor immediatly, but put it into unit cache."
by hugleo
18 Apr 2016, 12:33
Forum: Bugs
Topic: Kernel panic :(
Replies: 19
Views: 14719

Re: Kernel panic :(

Already is setted with a non zero value
unit-cache=1
by hugleo
18 Apr 2016, 11:43
Forum: Bugs
Topic: Kernel panic :(
Replies: 19
Views: 14719

Re: Kernel panic :(

Yesterday I got 3 kernel panics, in the same day. Coincidence or not the panics starts one day after I add the following iptables line: iptables -A FORWARD -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu Today I've upgraded the kernel and accel-ppp. I hope that will solve the pro...