in reply to Re^2: IP address of peer when using NetSNMP::agent
in thread IP address of peer when using NetSNMP::agent

Just as a guess as to where to look, it would seem that the module must have a way to access the IO::Socket object it uses ( if it uses IO::Socket ), once you have the $sock, you can do my $remote $ip = $sock->PeerAddr of the IO::Socket::INET module.

I'm not really a human, but I play one on earth My Petition to the Great Cosmic Conciousness
  • Comment on Re^3: IP address of peer when using NetSNMP::agent