Search found 866 matches

by dimka88
07 Dec 2018, 19:47
Forum: PPPoE
Topic: PPPoE throughput
Replies: 7
Views: 3781

Re: PPPoE throughput

Hi, note to interrupts and enable RPS.
by dimka88
07 Dec 2018, 18:01
Forum: IPoE
Topic: DHCP ACK при REQUEST'е от того же клиента в другом VLAN'е
Replies: 3
Views: 3137

Re: DHCP ACK при REQUEST'е от того же клиента в другом VLAN'е

IMHO это одна из разновидностей темы с переключальщиками https://accel-ppp.org/forum/viewtopic.php?f=10&t=2154. Тут немного другое, accel шлет ACK на REQUEST клиента в старый VLAN, который переехал в другой vlan. Т.е. по факту это можно считать новым клиентом, но никак не отправлять ACK в стары...
by dimka88
07 Dec 2018, 13:06
Forum: IPoE
Topic: LUA in IPOE
Replies: 10
Views: 9995

Re: LUA in IPOE

try this for remove "-"

Code: Select all

function username(pkt)
	acid=pkt:agent_circuit_id()
	modAcid=string.gsub(acid, "-", "")
	return modAcid
end
by dimka88
07 Dec 2018, 12:50
Forum: IPoE
Topic: LUA in IPOE
Replies: 10
Views: 9995

Re: LUA in IPOE

show me more agent_circuit_id "LIKE 13/16 / PARKS- XXXXX" and result what are you need
by dimka88
06 Dec 2018, 20:59
Forum: IPoE
Topic: LUA in IPOE
Replies: 10
Views: 9995

Re: LUA in IPOE

Hi, try this function username(pkt) acid=pkt:agent_circuit_id() if(string.sub(acid, 5, 5) ~= "-") then modAcid=string.sub(acid, 0, 4) .. "-" .. string.sub(acid, 5) return modAcid else return acid end end OR function username(pkt) acid=pkt:agent_circuit_id() if(string.sub(acid, 5,...
by dimka88
06 Dec 2018, 10:12
Forum: L2TP
Topic: Проблема с osize too small!
Replies: 6
Views: 5410

Re: Проблема с osize too small!

accel-ppp.conf [log]level=5 потом accel-cmd reload, и давайте посмотрим логи accel.
by dimka88
06 Dec 2018, 08:56
Forum: L2TP
Topic: Проблема с osize too small!
Replies: 6
Views: 5410

Re: Проблема с osize too small!

А вы пробовали указывать?

Code: Select all

mtu=1420
mru=1420
by dimka88
05 Dec 2018, 05:01
Forum: IPoE
Topic: Проблема перетыкальщиков/mac change
Replies: 24
Views: 9020

Re: Проблема перетыкальщиков/mac change

Желательно понять почему падает. Есть возможность собрать с -DCMAKE_BUILD_TYPE=Debug и сделать корку?
А так же включить

Code: Select all

[log]
log-debug=/var/log/accel-ppp/debug.log
level=5
by dimka88
03 Dec 2018, 17:39
Forum: Shaper
Topic: Accel-ipoe Upload Problem
Replies: 4
Views: 4869

Re: Accel-ipoe Upload Problem

rodrigoselau wrote: 03 Dec 2018, 16:53 [shaper]
how do I do that ?
Like

Code: Select all

 thtool -K eth0 tso off gso off gro off tx off rx off rxvlan off txvlan off
set [log]level=5 and show part of log when session authenticate