Abills with Accel-ppp ipoe vlan per client

manyax
Сообщения: 38
Зарегистрирован: Ср мар 29, 2017 12:22 pm

Abills with Accel-ppp ipoe vlan per client

Сообщение manyax »

Hi, where can I find information on how to configure Abills with accel-ppp for a vlan per client environment. I need radius to authenticate the client based on the qinq vlan interface, is that possible ?

~AsmodeuS~
Site Admin
Сообщения: 5746
Зарегистрирован: Пт янв 28, 2005 3:11 pm
Контактная информация:

Re: Abills with Accel-ppp ipoe vlan per client

Сообщение ~AsmodeuS~ »

manyax писал(а):Hi, where can I find information on how to configure Abills with accel-ppp for a vlan per client environment. I need radius to authenticate the client based on the qinq vlan interface, is that possible ?

Can you show radius access pairs ?

manyax
Сообщения: 38
Зарегистрирован: Ср мар 29, 2017 12:22 pm

Re: Abills with Accel-ppp ipoe vlan per client

Сообщение manyax »

Изображение
Something like this is what I want to achieve, I might need to authenticate based on Called-Station-ID + MAC, but MAC to be learned at the first connect.
Where can I found documentation about Abills? This most likely can be a standard setup.


manyax
Сообщения: 38
Зарегистрирован: Ср мар 29, 2017 12:22 pm

Re: Abills with Accel-ppp ipoe vlan per client

Сообщение manyax »

yes, but how to configure Abills to achieve what I need, authentication based on the segment or interface name, currently I am able to authenticate the user with MAC as username. only

~AsmodeuS~
Site Admin
Сообщения: 5746
Зарегистрирован: Пт янв 28, 2005 3:11 pm
Контактная информация:

Re: Abills with Accel-ppp ipoe vlan per client

Сообщение ~AsmodeuS~ »

you need configure $conf{AUTH_EXPR}='';

manyax
Сообщения: 38
Зарегистрирован: Ср мар 29, 2017 12:22 pm

Re: Abills with Accel-ppp ipoe vlan per client

Сообщение manyax »

make sense, can this be found in any example?

manyax
Сообщения: 38
Зарегистрирован: Ср мар 29, 2017 12:22 pm

Re: Abills with Accel-ppp ipoe vlan per client

Сообщение manyax »

Is there an option to define QinQ in Abills, I can find only vlans. How can I create the circuits I want?
client 1 ----> switch1 port 2 (vlan10) - qinq outer 100 ----> vlan_mon interface eth1.100. 2-10 in Accel-ppp
Is this possible in Abills ?

~AsmodeuS~
Site Admin
Сообщения: 5746
Зарегистрирован: Пт янв 28, 2005 3:11 pm
Контактная информация:

Re: Abills with Accel-ppp ipoe vlan per client

Сообщение ~AsmodeuS~ »

you need make all configuration describes in manual

add to

/usr/local/share/accel-ppp/radius/dictionary

lines

ATTRIBUTE DHCP-Router-IP-Address 241 ipaddr
ATTRIBUTE DHCP-Mask 242 integer
ATTRIBUTE L4-Redirect 243 integer
ATTRIBUTE L4-Redirect-ipset 244 string
ATTRIBUTE DHCP-Option82 245 octets

add

raddb/dictionary

ATTRIBUTE DHCP-Router-IP-Address 241 ipaddr
ATTRIBUTE DHCP-Mask 242 integer
ATTRIBUTE L4-Redirect 243 integer
ATTRIBUTE L4-Redirect-ipset 244 string
ATTRIBUTE DHCP-Option82 245 octets


and you will see on radius request options 82 params DHCP-Option82

then you must parse it using $conf{AUTH_EXPR}

manyax
Сообщения: 38
Зарегистрирован: Ср мар 29, 2017 12:22 pm

Re: Abills with Accel-ppp ipoe vlan per client

Сообщение manyax »

where can I get the manual?

~AsmodeuS~
Site Admin
Сообщения: 5746
Зарегистрирован: Пт янв 28, 2005 3:11 pm
Контактная информация:

Re: Abills with Accel-ppp ipoe vlan per client

Сообщение ~AsmodeuS~ »

manyax писал(а):where can I get the manual?

http://abills.net.ua/wiki/doku.php/abil ... el_ipoe:ru

manyax
Сообщения: 38
Зарегистрирован: Ср мар 29, 2017 12:22 pm

Re: Abills with Accel-ppp ipoe vlan per client

Сообщение manyax »

Is DHCP option 82 the only way I can make this work? QinQ vlan per client.

~AsmodeuS~
Site Admin
Сообщения: 5746
Зарегистрирован: Пт янв 28, 2005 3:11 pm
Контактная информация:

Re: Abills with Accel-ppp ipoe vlan per client

Сообщение ~AsmodeuS~ »

manyax писал(а):Is DHCP option 82 the only way I can make this work? QinQ vlan per client.
you can make q-in-q too

manyax
Сообщения: 38
Зарегистрирован: Ср мар 29, 2017 12:22 pm

Re: Abills with Accel-ppp ipoe vlan per client

Сообщение manyax »

I don't understand then how a circuit / sector will look like, in abills, I can't seem to find the logic in the configuration stepst. Where do I specify the outer and inner vlan? when I add a user I only have vlan. In Equipment I can only define the ports and ports numbers.
Can you point me to some example that can cover what I need, if it's possible

manyax
Сообщения: 38
Зарегистрирован: Ср мар 29, 2017 12:22 pm

Re: Abills with Accel-ppp ipoe vlan per client

Сообщение manyax »

Found the vlan module http://abills.net.ua/wiki/doku.php/abil ... []=modules. I guess I need it enabled.
It's very difficult to configure this without information in English.

Ответить