Page MenuHomeVyOS Platform

fernandolcx (Fernando Chaves)
User

Projects

User does not belong to any projects.

User Details

User Since
Apr 19 2020, 10:29 PM (205 w, 3 d)

Recent Activity

Feb 13 2023

fernandolcx created T5005: Skip user authentication for PPPoE Server with noauth option.
Feb 13 2023, 7:37 PM · VyOS 1.4 Sagitta
fernandolcx added a comment to T4971: Radius attribute "Framed-Pool" for PPPoE.

Everything just worked fine.

Feb 13 2023, 4:19 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
fernandolcx added a comment to T4971: Radius attribute "Framed-Pool" for PPPoE.
 service {
+    pppoe-server {
+        authentication {
+            mode radius
+            radius {
+                server 172.31.255.2 {
+                    key 123456
+                }
+            }
+        }
+        interface eth1 {
+        }
+    }
 }
Feb 13 2023, 3:51 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta

Feb 3 2023

fernandolcx added a comment to T4971: Radius attribute "Framed-Pool" for PPPoE.
### generated by accel_pppoe.py ###
[modules]
log_syslog
pppoe
shaper
radius
ippool
auth_pap
auth_chap_md5
auth_mschap_v1
auth_mschap_v2
Feb 3 2023, 1:57 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta

Jan 31 2023

fernandolcx created T4971: Radius attribute "Framed-Pool" for PPPoE.
Jan 31 2023, 5:38 PM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta