Search found 23 matches

by haniaro
28 Jun 2021, 06:50
Forum: PPPoE
Topic: Accel-ppp does not work with all ADSL routes types
Replies: 11
Views: 10033

Re: Accel-ppp does not work with all ADSL routes types

Hello, Solved by adding the following code to ignore the error: static int ppp_chan_read(struct triton_md_handler_t *h){ ... while (1){ ... //2021-06-13: ignore miss configuration sent by Netis and Ibaa routers. if ((ppp_h->proto != proto) && (proto == 0xc223)) goto cont; //-----------------...
by haniaro
10 May 2021, 06:08
Forum: PPPoE
Topic: Accel-ppp does not work with all ADSL routes types
Replies: 11
Views: 10033

Re: Accel-ppp does not work with all ADSL routes types

Hellow,
Sorry for error in previous post:
"when check disabled the connection failed."
the connection succeeded.

So I need to disable magic number check in Accel-PPP
Any help please?
by haniaro
09 Feb 2021, 08:09
Forum: PPPoE
Topic: Accel-ppp does not work with all ADSL routes types
Replies: 11
Views: 10033

Re: Accel-ppp does not work with all ADSL routes types

Hello, I did not found anything related to magic number in documentation. I tested another LNS software has the option of enabling and disabling magic number check, when the check is enabled the connection failed as Accel-PPP case, when check disabled the connection succeed. So the problem became cl...
by haniaro
09 Jan 2021, 06:38
Forum: PPPoE
Topic: Accel-ppp does not work with all ADSL routes types
Replies: 11
Views: 10033

Re: Accel-ppp does not work with all ADSL routes types

Hello,
One more question please:
Is there an option to disable magic number check in L2TP connection establishment?
Thank you.
by haniaro
06 Dec 2020, 12:28
Forum: PPPoE
Topic: Accel-ppp does not work with all ADSL routes types
Replies: 11
Views: 10033

Re: Accel-ppp does not work with all ADSL routes types

Hello, Debugging the code show us that the ProtoRej happened at this function "ppp_chan_read" Can you tell me what may cause the reject at this point? Also we found at Juniper site article about magic number it seems that describe our case of missing configuration request from LAC/Router t...
by haniaro
26 Nov 2020, 07:08
Forum: PPPoE
Topic: Accel-ppp does not work with all ADSL routes types
Replies: 11
Views: 10033

Re: Accel-ppp does not work with all ADSL routes types

Do you have a chance to change auth on your Netis device to pap or chap_md5. Yes, I test with PAP and chap and auto: same result Maybe Cisco LAC doing something with authtypes? Netis working well with other LNS vendors, like Mikrotik, opensource L2TPNS Note: add to [modules] section the following p...
by haniaro
21 Nov 2020, 11:44
Forum: PPPoE
Topic: Accel-ppp does not work with all ADSL routes types
Replies: 11
Views: 10033

Re: Accel-ppp does not work with all ADSL routes types

Hello @dimka88 We noticed in tcpdump file that for working routers (eg: Linksys) there is PPP-CHAP challenge sent from Accel-PPP LNS to LAC and LAC response PPP-CHAP response, But when try to connect from not working routers (eg: Netis), tcpdump showed only LAC response PPP-CHAP, not PPP-CHAP challe...
by haniaro
18 Nov 2020, 06:29
Forum: PPPoE
Topic: Accel-ppp does not work with all ADSL routes types
Replies: 11
Views: 10033

Re: Accel-ppp does not work with all ADSL routes types

Hello @dimka88,
Yes, I have auth_chap_md5 in [modules]
I did the test with all auth modules in [modules] section at same time, and each one alone, same result.
These types of routers connect to Cisco LNS normally.
I attached accel-ppp config file.

Thank you.
by haniaro
14 Nov 2020, 11:10
Forum: PPPoE
Topic: Accel-ppp does not work with all ADSL routes types
Replies: 11
Views: 10033

Accel-ppp does not work with all ADSL routes types

Our Accel-ppp LNS does not establish PPPoE connection with all ADSL routers types, for example: DLink DSL-2740u Netis DL4323, firmware version RTK v2.1.1 it return ProtoRej after auth_chap_md5 attempt. We test all supported authentication protocols and got same result. Attached two log files Linksys...
by haniaro
14 Nov 2020, 10:56
Forum: Radius
Topic: Destination based IP accounting
Replies: 2
Views: 3783

Re: Destination based IP accounting

Thank you.