Skip to Content.
Sympa Menu

rare-users - Re: [RARE-users] [freertr] RARE Freertr as PPPoe Server with Radius Auth ?

Subject: RARE user and assistance email list

List archive

Chronological Thread  
  • From: "Claude Rizkallah" <>
  • To: "mc36" <>,
  • Subject: Re: [RARE-users] [freertr] RARE Freertr as PPPoe Server with Radius Auth ?
  • Date: Wed, 30 Oct 2024 06:11:17 -0700

Thanks for the performance tips , will need to do that at a later stage for sure .
 
let me share my current config , maybe you can help figure out what did I miss !
 
this should be my radius definition :
aaa radius radppp
 secret $xxxxxxxxxxxxxxx==
 server 167.172.xxx.xxx
 exit
 
My dialin pool I suppose:
ipv4 pool dial1 10.100.100.10 0.0.0.1 240
 
my dialer interface :
interface dialer1
 encapsulation ppp
 ppp authentication radppp
 ppp ip4cp open
 vrf forwarding v1
 ipv4 address 10.100.101.1 255.255.255.0
 ipv4 pool dial1
 no shutdown
 no log-link-change
 exit
 
and my dial-in interface
interface sdn2.150
 mtu 1500
 p2poe server dialer1 delay 100
 no shutdown
 no log-link-change
 exit
!
 
and I am using a mikrotik router to dial into vlan.150 with any username and password since my radius server setup is configured to do so , so it should accept any dial in username and password combination .
 
but never the less I dont see any radius requests from freertr to my radius server which I think this should be my mistake somwhere in the config , what do you think ?
 
Clode.
 
 
 
 
_._,_._,_

Groups.io Links:

You receive all messages sent to this group.

View/Reply Online (#2300) | Reply to Group | Reply to Sender | Mute This Topic | New Topic
Your Subscription | Contact Group Owner | Unsubscribe []

_._,_._,_



Archive powered by MHonArc 2.6.24.

Top of Page