Search found 870 matches

by dimka88
01 Nov 2022, 12:56
Forum: IPoE
Topic: ipoe start=up mac
Replies: 4
Views: 7181

Re: ipoe start=up mac

Hi folks, as you know, these filds getting from DHCP packets headers. To get HWADDR from any packet try to use pkt:hwaddr() #!lua function if_mac(pkt) return pkt:hwaddr() end It is described here https://accel-ppp.readthedocs.io/en/latest/examples/lua_examples.html?highlight=lua#lua-examples hdr(nam...
by dimka88
01 Nov 2022, 12:52
Forum: Installation
Topic: Installation on Rocky 9
Replies: 1
Views: 3211

Re: Installation on Rocky 9

Hi marco, sure. As for new GCC version compilition warnig ,it is already fixed.
by dimka88
26 Oct 2022, 07:45
Forum: General
Topic: vlan mon for 2 interfaces
Replies: 3
Views: 5441

Re: vlan mon for 2 interfaces

Hi @hashbang, it should works. What can you see in logs?
Show you [pppoe] or [ipoe] config section
by dimka88
19 Sep 2022, 16:03
Forum: General
Topic: why thread-active is always 1 in stats
Replies: 1
Views: 3657

Re: why thread-active is always 1 in stats

Hi @hashbang. If Accel-PPP uses only 1 thread it is normal. It think that one core enough for this tasks. Try to check how match threads will be active on mass users connect.
by dimka88
19 Sep 2022, 15:59
Forum: General
Topic: Phabricator registration
Replies: 1
Views: 3347

Re: Phabricator registration

Hi @marco, we moved our phabricator to another data center. Sorry for disturb you.
by dimka88
12 Aug 2022, 16:13
Forum: PPTP
Topic: how can i set the pptp and pppoe use different network segments
Replies: 1
Views: 10693

Re: how can i set the pptp and pppoe use different network segments

As you know, pptp, l2tp and pppoe are ppp protocols, so it is p2p and clients have /32. GW can be not from the same IP segment. If you want different GW for different protocols, you can run multiple daemons with configured protocol pr daemon.
by dimka88
12 Aug 2022, 14:35
Forum: Feature requests
Topic: IPoEV6
Replies: 1
Views: 17553

Re: IPoEV6

It is work like dual stack
by dimka88
14 Jul 2022, 08:23
Forum: L2TP
Topic: L2TP, пропадание связи и множественные LCP ProtoRej
Replies: 9
Views: 14516

Re: L2TP, пропадание связи и множественные LCP ProtoRej

Недавно встречалась подобная ситуация, выяснился момент с CCP, как раз уменьшение MTU до 1300 или выключение [ppp]ccp=0 стабилизирует работоспособность.
by dimka88
09 Jul 2022, 10:35
Forum: General
Topic: Packet loss when using bird with large internet tables and accel-pppd.
Replies: 1
Views: 4287

Re: Packet loss when using bird with large internet tables and accel-pppd.

Hi @ kompex, did you apply modification to reduce systemd ifquery? https://accel-ppp.readthedocs.io/en/latest/guides/BRAS_tuning.html#hotplug-optimization https://accel-ppp.readthedocs.io/en/latest/guides/BRAS_tuning.html#systemd-udev-optimizations Try to increase in bird config protocol device scan...
by dimka88
05 Jul 2022, 07:10
Forum: PPPoE
Topic: lots of disconnects with user-request terminate cause
Replies: 2
Views: 8881

Re: lots of disconnects with user-request terminate cause

Hi @hashbang, could you share more log lines for this session?
Regarding RFC2139, it can be

Code: Select all

User Request         User requested termination of service, for
                           example with LCP Terminate or by logging out.