Search found 866 matches

by dimka88
10 Jan 2019, 16:42
Forum: PPPoE
Topic: next pool not found
Replies: 7
Views: 4853

Re: next pool not found

i have another question for backup radius server? How to configure it? Hi, https://accel-ppp.org/accel-ppp.conf.html server=address,secret[,auth-port=1812][,acct-port=1813][,req-limit=0][,fail-timeout=0,max-fail=0,][,weight=1][,backup] Specifies IP address, secret, ports of RADIUS server. req-limit...
by dimka88
27 Dec 2018, 15:39
Forum: Radius
Topic: session-timeout update
Replies: 2
Views: 5104

Re: session-timeout update

Hi, yes. Use DM/CoA, I think only reconnect user. dae-server=x.x.x.x:port,secret Specifies IP address, port to bind and secret for Dynamic Authorization Extension server (DM/CoA). for example [radius] dae-server=100.64.0.1:3799,testing123 echo "Acct-Session-Id=55dd1a11e0546abc" | radclient...
by dimka88
12 Dec 2018, 11:07
Forum: IPoE
Topic: Specific router doesn't get renew_time on DHCP request
Replies: 3
Views: 1733

Re: Specific router doesn't get renew_time on DHCP request

Please capture dump (use isc-dhcp and Intelbras IWR3000N), lease update or no?
Send report to vendor Intelbras.
by dimka88
12 Dec 2018, 05:07
Forum: Shaper
Topic: Problem shaper/Upload blank
Replies: 4
Views: 5939

Re: Problem shaper/Upload blank

for speed greater than 100Mbps try use up-limiter=police. Set [shaper] verbose=1, set [shaper] up-limiter=police and run accel-cmd reload, speed apply for new connections
by dimka88
11 Dec 2018, 20:37
Forum: IPoE
Topic: Specific router doesn't get renew_time on DHCP request
Replies: 3
Views: 1733

Re: Specific router doesn't get renew_time on DHCP request

Hi, try use next [ipoe] lease-time=300 renew-time=150 max-lease-time=900 set max-lease-time = lease-time*3, by default SOHO router may use 1/2 or 7/8 lease time, by RFC DHCP SOHO routers may ignore renew-time I think you need test with netmask smaller than /16, as example /21, just try. And I see in...
by dimka88
10 Dec 2018, 21:53
Forum: PPPoE
Topic: PPPoE throughput
Replies: 7
Views: 3863

Re: PPPoE throughput

Also enable rps on you client VM and test pppoe speed again
by dimka88
10 Dec 2018, 11:21
Forum: PPPoE
Topic: interfaces in config
Replies: 3
Views: 1967

Re: interfaces in config

yanecisco wrote: 10 Dec 2018, 10:05 How hard is implement "dynamic" interfaces based on config reload? :-)
I don` know, Dmitry memberlist.php?mode=viewprofile&u=2 may answer for this question.
ps://Regex is powerful =)
by dimka88
10 Dec 2018, 11:17
Forum: PPPoE
Topic: PPPoE throughput
Replies: 7
Views: 3863

Re: PPPoE throughput

for nic
by dimka88
10 Dec 2018, 09:59
Forum: PPPoE
Topic: PPPoE throughput
Replies: 7
Views: 3863

Re: PPPoE throughput

I think SMP affinity use for L3 traffic (packet), you need and smp affinity
by dimka88
10 Dec 2018, 04:58
Forum: PPPoE
Topic: interfaces in config
Replies: 3
Views: 1967

Re: interfaces in config

Hi, use regular expression like

Code: Select all

[pppoe]
interface=re:^eth[0-9]$
or

Code: Select all

[pppoe]
interface=eth0
interface=eth1
interface=eth2
interface=eth3
accel-cmd reload for [pppoe] interface changes not implemented, only accel-cmd pppoe add/del ...