Search found 59 matches

by hugleo
05 Apr 2017, 12:56
Forum: Installation
Topic: Debian 3.16.0-4-amd64, не находит unit
Replies: 7
Views: 3380

Re: Debian 3.16.0-4-amd64, не находит unit

Remove all files that you created. /etc/systemd/system/multi-user.target.wants/accel-ppp.service and do: cp accel-ppp.service /lib/systemd/system/accel-ppp.service systemctl enable accel-ppp.service my accel-ppp.service contents: [Unit] Description=Accel-PPP After=network.target [Service] ExecStart=...
by hugleo
06 Mar 2017, 02:01
Forum: IPoE
Topic: balance and failover
Replies: 1
Views: 1260

balance and failover

I can balacing into two servers creating a super vlan diferrent in each server and alocacte for the clientes like this: Server 1 eth0.10.1 eth0.10.2 eth0.10.3 ... Server 2 eth0.20.1 eth0.20.2 eth0.20.3 ... But in this way I need manually separate the clients into the two servers. Are this currently ...
by hugleo
04 Mar 2017, 23:34
Forum: Free for all
Topic: Accel-ppp is most used to PPPoE or IPoE
Replies: 1
Views: 4952

Accel-ppp is most used to PPPoE or IPoE

Di you guys use accel-ppp more for PPoE or IPoE?
Here I'm using more for pppoe. Trying IPoE in lab for now.
Would you like to share your experiences? My experience with PPPoE is the best!
by hugleo
02 Mar 2017, 22:39
Forum: Feature requests
Topic: Distribute ipv6 in descending order
Replies: 3
Views: 6010

Re: Distribute ipv6 in descending order

Never mind. Since ipv6 pool rotates is not guaranteed that the same user get a lower address. The correct solution would be use a delegated static prefix or tell microsoft to fix the problem. One solution that could be implemented in accel side would be save the delegated ipv6 prefix with a mac and ...
by hugleo
02 Mar 2017, 15:50
Forum: Feature requests
Topic: Distribute ipv6 in descending order
Replies: 3
Views: 6010

Re: Distribute ipv6 in descending order

edited accel-pppd/extra/ipv6pool.c file Lines: 127 e 128 list_add_tail(&a->entry, &it->it.prefix_list); list_add_tail(&it->entry, &dppool); Changed to: list_add(&a->entry, &it->it.prefix_list); list_add(&it->entry, &dppool); Will it work without any side effects?
by hugleo
02 Mar 2017, 13:19
Forum: Feature requests
Topic: Distribute ipv6 in descending order
Replies: 3
Views: 6010

Distribute ipv6 in descending order

Accel-ppp distribute ipv6 delegated pool in ascending order like: xxxx:xxx:3fe0:200::/56 xxxx:xxx:3fe0:300::/56 xxxx:xxx:3fe0:400::/56 My router will slaac/dhcp ipv6 for the clients in my network. Windows machines will get a ip like: xxxx:xxx:3fe0:200::xxx/64 The problem happened if pppoe session in...
by hugleo
28 Feb 2017, 12:03
Forum: Installation
Topic: не собирается 1.11.1/git под Debian c ядром 4.9
Replies: 8
Views: 3946

Re: не собирается 1.11.1/git под Debian c ядром 4.9

You can try the next new debian (debian strech - testing)

gcc version 6.3.0 20170124 (Debian 6.3.0-5)
kernel Debian 4.9.6

Compiled and running here with no problems.
by hugleo
03 Feb 2017, 18:21
Forum: General
Topic: IRQ process using 60% CPU
Replies: 12
Views: 3992

Re: IRQ process using 60% CPU

tryed 4.8 without hypertread and no progress ;-) In times of intense use: cpu 0 86.2% si goes to 100% 13.4% id goes to 0% ksoftirqd/0 14.6% process goes to 100% So the server start to lost packets and the latency increase ;-) 3000 users 1.6 Gb/s traffic Maybe is to much for this server. For now I re...
by hugleo
20 Jan 2017, 01:31
Forum: Feature requests
Topic: shapper change using percent
Replies: 0
Views: 2428

shapper change using percent

We can use shapper change like: shaper change all 1024/512 temp In this way all users speed are changed in the same way. Would be great a option to change speed using percentage by example: If real speed is 2048/1024 and we applied percentage like: shaper change all percent 50/80 temp now speed will...