Search found 6 matches

by h3ll1
15 Nov 2024, 06:07
Forum: IPoE
Topic: Problem with sending username to radius - it is always Called interface
Replies: 3
Views: 53066

Re: Problem with sending username to radius - it is always Called interface

Managed to get it working. The problem was cmake key pointing to libraries in different folder. Older was /usr now is /usr/src.
by h3ll1
14 Nov 2024, 05:29
Forum: IPoE
Topic: Problem with sending username to radius - it is always Called interface
Replies: 3
Views: 53066

Re: Problem with sending username to radius - it is always Called interface

emerge log gives: ipoe: unknown username value 'lua:username' but compiler is OK: Already up to date. -- The C compiler identification is GNU 10.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile ...
by h3ll1
02 Nov 2024, 08:02
Forum: IPoE
Topic: Problem with sending username to radius - it is always Called interface
Replies: 3
Views: 53066

Problem with sending username to radius - it is always Called interface

Hello all, i have a problem changing username sent to radius (it is aways interface that packet is received). I need it to be MAC address of the client. That is a problem because IPOE session is terminated when more than 1 user tries to connect to same interface. my ipoe config is: [ipoe] verbose=1 ...
by h3ll1
08 May 2020, 05:58
Forum: PPTP
Topic: PPTP bind parameters
Replies: 1
Views: 13900

PPTP bind parameters

Hello,
is it possible to configure [pptp] module to bind to more than 1 IP address in config file: eg bind=10.0.0.1,10.0.1.1 etc...?
by h3ll1
25 Mar 2020, 06:36
Forum: General
Topic: Network interface GROUP on interface creation?
Replies: 2
Views: 5425

Re: Network interface GROUP on interface creation?

I use following scheme for traffic shaping: /sbin/ip li set $interface-out group 1 /sbin/ip li set $interface-in group 2 here i set interface groups (not default) so first one is for upload traffic and second is for download. Then in iptables i can redirrect traffic to IMQ device in the following wa...
by h3ll1
23 Mar 2020, 13:33
Forum: General
Topic: Network interface GROUP on interface creation?
Replies: 2
Views: 5425

Network interface GROUP on interface creation?

Is it possible to set interface group on PPPOE or any other interface that is created dynamically with accel-ppp?
If not, is it possible to add this feature in future releases?
It is very heplful - allows to greatly reduce the rules in iptables and load on the system.
Regards