Re: SNMP with 1.1.6 and Net-SNMP 5.3

2007-04-19 Thread Stefan Winter
> Sorry, those few things were all I could think of.  I don't have an
> openSUSE server lying around, so I can't even confirm it works at all. 
> Hopefully the source compile of net-snmp and freeradius will uncover the
> actual problem.

FWIW: I tried it on a non-prod system, compiled net-snmp 5.4 and started it 
from the command-line - worked. Then I started it with openSUSE's init 
script - authenticationFailure. Weird, appears to be SUSE-specific.

I didn't care enough to further investigate, I hope leaving this on the ML 
helps someone eventually.

Stefan

-- 
Stefan WINTER

Stiftung RESTENA - Réseau Téléinformatique de l'Education Nationale et de 
la Recherche
Ingenieur Forschung & Entwicklung

6, rue Richard Coudenhove-Kalergi
L-1359 Luxembourg
E-Mail: [EMAIL PROTECTED]     Tel.:     +352 424409-1
http://www.restena.lu                Fax:      +352 422473


pgpYgNmyL92Zb.pgp
Description: PGP signature
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: SNMP with 1.1.6 and Net-SNMP 5.3

2007-04-16 Thread Kevin Bonner
On Monday 16 April 2007 03:53:52 Stefan Winter wrote:
> Thanks for the tip. Looking up the net-snmp.spec file of openSUSE 10.2, it
> appears that ucd-snmp compat should be there... the compile
> switches --enable-local-smux and --enable-ucd-snmp-compatibility are there.
>
> Any other hints? Otherwise, I guess I'll need to source-compile net-snmp
> :-(
>
> Stefan

Sorry, those few things were all I could think of.  I don't have an openSUSE 
server lying around, so I can't even confirm it works at all.  Hopefully the 
source compile of net-snmp and freeradius will uncover the actual problem.

-Kevin


pgpbzO8AwkkDp.pgp
Description: PGP signature
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: SNMP with 1.1.6 and Net-SNMP 5.3

2007-04-16 Thread Stefan Winter
Hi,

> I receive the same broken pipe error when the smuxpeer pass and
> smux_password aren't the same, though there is probably a more complex
> cause.  Are there any non-standard characters in either config file?
>
> Is Net-SNMP configured with ucd-snmp compatibility?

Thanks for the tip. Looking up the net-snmp.spec file of openSUSE 10.2, it 
appears that ucd-snmp compat should be there... the compile 
switches --enable-local-smux and --enable-ucd-snmp-compatibility are there.

Any other hints? Otherwise, I guess I'll need to source-compile net-snmp :-(

Stefan


-- 
Stefan WINTER

Stiftung RESTENA - Réseau Téléinformatique de l'Education Nationale et de 
la Recherche
Ingenieur Forschung & Entwicklung

6, rue Richard Coudenhove-Kalergi
L-1359 Luxembourg
E-Mail: [EMAIL PROTECTED]     Tel.:     +352 424409-1
http://www.restena.lu                Fax:      +352 422473


pgpT7EfzFw0YP.pgp
Description: PGP signature
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: SNMP with 1.1.6 and Net-SNMP 5.3

2007-04-13 Thread Kevin Bonner
On Friday 13 April 2007 08:53:26 Stefan Winter wrote:
> Hi,
>
> trying for the first time to get SNMP working, and I have come to a point
> where I'm really startled why stuff doesn't work.
>
> I've configured FreeRADIUS 1.1.6 with SNMP, and it's printing out that it
> is starting up the SMUX connection. Then the snmpd refuses the SMUX
> connection.
>
> This would usually mean I screwed up the shared secret, but I'm very sure I
> haven't. I even verified with tcpdump that FR sends the correct secret on
> the loopback "wire".
>
> So the problem would appear to be that Net-SNMP is confused wrt the secret.
> But I configured it with the line
>
> smuxpeer .1.3.6.1.4.1.3317.1.3.1 verysecret
>
> (also without the leading dot, in my desperation, didn't help). The
> password *is* verysecret on the FR side.
>
> Debug output says:
>
> ...
> Module: Instantiated detail (nas_reply_log)
>  main: smux_password = "verysecret"
>  main: snmp_write_access = no
> SMUX connect try 1
> SMUX open oid: 1.3.6.1.4.1.3317.1.3.1
> SMUX open progname: radiusd
> SMUX open password: verysecret
> SMUX register oid: 1.3.6.1.2.1.67.1.1.1.1
> SMUX register priority: -1
> SMUX register operation: 1
> SMUX register oid: 1.3.6.1.2.1.67.2.1.1.1
> SMUX register priority: -1
> SMUX register operation: 1
> SMUX register message send failed: Broken pipe
> Listening on authentication *:1812
> Listening on accounting *:1813
> Ready to process requests.
>
> The broken pipe is because Net-SNMP closes the connection, it's log says:
>
> [smux_accept] accepted fd 9 from 127.0.0.1:4580
> refused smux peer: oid SNMPv2-SMI::enterprises.3317.1.3.1, descr radiusd
>
> and tcpdump reveals that the reason for refusing is authenticationFailure.
>
> Anyone else running a similar config? It's the version of Net-SNMP that
> came as RPM on SUSE 10.1. FR compiled freshly.
>
> Greetings,
>
> Stefan Winter

I receive the same broken pipe error when the smuxpeer pass and smux_password 
aren't the same, though there is probably a more complex cause.  Are there 
any non-standard characters in either config file?

Is Net-SNMP configured with ucd-snmp compatibility?

Kevin Bonner


pgpu99VoRvAtE.pgp
Description: PGP signature
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

SNMP with 1.1.6 and Net-SNMP 5.3

2007-04-13 Thread Stefan Winter
Hi,

trying for the first time to get SNMP working, and I have come to a point 
where I'm really startled why stuff doesn't work.

I've configured FreeRADIUS 1.1.6 with SNMP, and it's printing out that it is 
starting up the SMUX connection. Then the snmpd refuses the SMUX connection.

This would usually mean I screwed up the shared secret, but I'm very sure I 
haven't. I even verified with tcpdump that FR sends the correct secret on the 
loopback "wire".

So the problem would appear to be that Net-SNMP is confused wrt the secret. 
But I configured it with the line

smuxpeer .1.3.6.1.4.1.3317.1.3.1 verysecret

(also without the leading dot, in my desperation, didn't help). The password 
*is* verysecret on the FR side.

Debug output says:

...
Module: Instantiated detail (nas_reply_log)
 main: smux_password = "verysecret"
 main: snmp_write_access = no
SMUX connect try 1
SMUX open oid: 1.3.6.1.4.1.3317.1.3.1
SMUX open progname: radiusd
SMUX open password: verysecret
SMUX register oid: 1.3.6.1.2.1.67.1.1.1.1
SMUX register priority: -1
SMUX register operation: 1
SMUX register oid: 1.3.6.1.2.1.67.2.1.1.1
SMUX register priority: -1
SMUX register operation: 1
SMUX register message send failed: Broken pipe
Listening on authentication *:1812
Listening on accounting *:1813
Ready to process requests.

The broken pipe is because Net-SNMP closes the connection, it's log says:

[smux_accept] accepted fd 9 from 127.0.0.1:4580
refused smux peer: oid SNMPv2-SMI::enterprises.3317.1.3.1, descr radiusd

and tcpdump reveals that the reason for refusing is authenticationFailure.

Anyone else running a similar config? It's the version of Net-SNMP that came 
as RPM on SUSE 10.1. FR compiled freshly.

Greetings,

Stefan Winter

-- 
Stefan WINTER

Stiftung RESTENA - Réseau Téléinformatique de l'Education Nationale et de 
la Recherche
Ingenieur Forschung & Entwicklung

6, rue Richard Coudenhove-Kalergi
L-1359 Luxembourg
E-Mail: [EMAIL PROTECTED]     Tel.:     +352 424409-1
http://www.restena.lu                Fax:      +352 422473


pgp1J8vSgotq0.pgp
Description: PGP signature
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html