yapsnmp port issues

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • k33rni@gmail.com

    #1

    yapsnmp port issues

    Hello c.l.py,

    Does anyone else have experience with that? I'm somewhat stuck.
    The problem is basically the same as here:

    that is, I can't force a Session object to connect to any other port
    than 161.
    And, you may have anticipated it, the solution given in the referenced
    thread doesn't work, all I get is a socket.gaierror : Name or service
    not known.

    Any thoughts on that?

    I also suspect that I might have messed something during compilation,
    because it didn't
    go smooth at all. That, hovewer, will probably be irrelevant, since
    yapsnmp is just a SWIG-generated wrapper plus some higher-level
    interfaces. And everything seems right in the source code...

  • k33rni@gmail.com

    #2
    Re: yapsnmp port issues

    Solved the problem all by myself. Patch (and rationale) available on
    sourceforge.

    Comment

    Working...