Search found 40 matches

by tj-19
Today, 09:43
Forum: L2TP
Topic: Failed to set IPv4 address: File exists
Replies: 3
Views: 124

Re: Failed to set IPv4 address: File exists

Hi @dimka88, Thank you for your reply. Regarding the Framed-Route, I moved to Accel-PPP from another platform where specifying a default route for each user was necessary. Are you saying this is not needed in this case? I must admit I was confused when looking at the forum earlier because it seemed ...
by tj-19
28 May 2024, 21:53
Forum: L2TP
Topic: Failed to set IPv4 address: File exists
Replies: 3
Views: 124

Re: Failed to set IPv4 address: File exists

Hi @dimka88, Further to my last post, I believe I have a serious issue with interfaces not being deleted correctly and would appreciate your input. I am redistributing kernel routes. Please see examples from my frr.log and accel-ppp.log. It looks like when an L2TP session drops, it is not removed co...
by tj-19
24 May 2024, 12:51
Forum: L2TP
Topic: L2TP LAC and LNS at the same time.
Replies: 1
Views: 108

L2TP LAC and LNS at the same time.

Hi Everyone, I'm currently working on configuring ACCEL-PPP to function in both LAC and LNS modes simultaneously. While I see that it's possible to set ACCEL-PPP to operate in LAC mode, my goal is to have a setup where it can dynamically handle sessions based on specific criteria. Here’s what I need...
by tj-19
24 May 2024, 12:39
Forum: L2TP
Topic: Failed to set IPv4 address: File exists
Replies: 3
Views: 124

Failed to set IPv4 address: File exists

Hi Everyone, I've been encountering a persistent issue with my ACCEL-PPP setup and would appreciate any insights or suggestions. Here’s the problem: When an L2TP session is terminated or drops, it appears that the IP address assigned to that session is not removed from the LNS. This leads to the fol...
by tj-19
19 Mar 2024, 18:04
Forum: L2TP
Topic: L2TP and TCP throughput
Replies: 1
Views: 4117

L2TP and TCP throughput

Hi Everyone, I'm hoping someone can guide me in resolving what seems to be a Buffer-bloat issue. I've been using tools such as 'https://devina.io/speed-test and have observed that TCP traffic through the L2TP tunnel, especially when loading websites, exhibits noticeable lag. Additionally, there have...
by tj-19
12 Mar 2024, 10:15
Forum: L2TP
Topic: ACCEL-PPP with FRR router
Replies: 7
Views: 2764

Re: ACCEL-PPP with FRR router

Hi @dimka88, Thank you once again for your guidance on configuring the gateway IP with ACCEL-PPP. Following your suggestion, I've set the gateway to one of the router's interfaces. However, this has made no difference. I am still observing a discrepancy in routing that I hope you can help me underst...
by tj-19
06 Mar 2024, 16:55
Forum: L2TP
Topic: ACCEL-PPP with FRR router
Replies: 7
Views: 2764

Re: ACCEL-PPP with FRR router

Hi @dimka88, thank you for your valuable insights. I've successfully configured the gateway IP address to be 10.0.0.1. However, I'm still encountering an issue where the gateway IP address appears in the traceroutes for outbound traffic. For incoming traffic, the routing table is respected, and the ...
by tj-19
24 Feb 2024, 15:59
Forum: L2TP
Topic: ACCEL-PPP with FRR router
Replies: 7
Views: 2764

Re: ACCEL-PPP with FRR router

Hello All, I've been delving into configuring my setup and examining the radius.c file on GitHub for Accel-PPP. It appears that when using the Framed_IP_Address for each user, it verifies through conf_gw_ip_address to ensure a gateway is defined. I attempted to employ the Framed-Route attribute spec...
by tj-19
22 Feb 2024, 17:45
Forum: L2TP
Topic: ACCEL-PPP with FRR router
Replies: 7
Views: 2764

Re: ACCEL-PPP with FRR router

Further to this, I've tried setting up a dummy interface.

ip link add name accel0 type dummy

ip addr add 10.0.0.1/24 dev accel0
by tj-19
22 Feb 2024, 16:45
Forum: L2TP
Topic: ACCEL-PPP with FRR router
Replies: 7
Views: 2764

ACCEL-PPP with FRR router

Hi Everyone, For a lab test, I decided to use ACCEL-PPP with L2TP directly on a router running FRR (BGP) I’m using Radius and Framed-IP-Address with FRR for L2TP and discovered I need to set the gw-ip-address interface address. Which is fine, if you are using ACCEL-PPP downstream of your BGP router ...