Chris, Thank you very much. I configured --with-snmp=no, make, make install and I got the server up and running right away.
I was under the impression that SMUX/SNMP was integral to the radius server. I am still unsure as to what functionality I just turned off. What does having SNMP (dis|en)abled on freeRadius mean for the radius server? What kind of functionality do I gain or lose? Sorry if these are newb questions, but I haven't found any docs or mail archive posts that explains that one to me yet. Does anyone know the answer or where I can find the answer? Thanks in advanced, Nathan Kufner > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Chris van Meerendonk > Sent: Tuesday, June 03, 2003 2:15 PM > To: [EMAIL PROTECTED] > Subject: Re: SMUX > > > If you don't need snmp support you can disable it in radius.cfg: > snmp = no > > Otherwise you need to configure your snmpd for smux. Smux is > used to pass information to your snmp daemon. In > /etc/raddb/snmp.conf: > smux_password = your_secret > > In /etc/snmp/snmpd.conf: > smuxpeer .1.3.6.1.4.1.3317.1.3.1 your_secret > > After that is configured you can read the radius values. F.e.: > Authentication requests: > snmpget localhost your_secret .1.3.6.1.2.1.67.1.1.1.1.5.0 > Accounting requests: snmpget localhost your_secret > .1.3.6.1.2.1.67.2.1.1.1.5.0 > > Use mrtg for some nice pictures... > > Chris - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
