Ports Search

Results 211220 of 5,827 for /net-mgmt/.(0.004 seconds)
net/Net-CIDR-Set-0.13 (Score: 0.060390197)
Manipulate sets of IP addresses
Net::CIDR::Set represents sets of IP addresses and allows standard set operations (union, intersection, membership test etc) to be performed on them. In spite of the name it can work with sets consisting of arbitrary ranges of IP addresses - not just CIDR blocks. Both IPv4 and IPv6 addresses are handled - but they may not be mixed in the same set.
net/Net-DHCP-Watch-2.03 (Score: 0.060390197)
Class for monitoring a remote DHCPD server
Net::DHCP::Watch is a module to help monitor remote DHCP servers. It opens an UDP socket to send and receive responses to and from a DHCP server. It stores the last connection status information. This module can help to write some simple code to implement a reliable DHCP service over complex or simple networks.
net/Net-HTTP-Spore-0.06 (Score: 0.060390197)
SPORE client
Net::HTTP::Spore is an implementation of the SPORE specification. To use this client, you need to use or to write a SPORE specification of an API. A description of the SPORE specification format is available at [1]. [1] http://github.com/SPORE/specifications/blob/master/spore_description.pod
net/Net-LDAP-Server-0.43 (Score: 0.060390197)
Perl module for LDAP server side protocol handling
Net::LDAP::Server provides the protocol handling for an LDAP server. You can subclass it and implement the methods you need (see below). Then you just instantiate your subclass and call its handle method to establish a connection with the client.
net/Net-Traceroute-PurePerl-0.10 (Score: 0.060390197)
Traceroute(1) functionality in perl via raw sockets
Net::Traceroute::PurePerl implements traceroute(1) functionality for perl5. It allows you to trace the path IP packets take to a destination. It is implemented by using raw sockets to act just like the regular traceroute. You must also be root to use the raw sockets.
net/Net-Whois-ARIN-0.12 (Score: 0.060390197)
ARIN whois client
This module provides a Perl interface to the ARIN Whois server. The module takes care of connecting to an ARIN whois server, sending your whois requests, and parsing the whois output. The whois records are returned as lists of Net::Whois::ARIN::* instances.
net-mgmt/netdisco-mibs-1.5 (Score: 0.060354922)
Mibs for use with ports-mgmt/netdisco (and snmp)
Mibs for use with netdisco and SNMP in general
net/pynmsg-0.4.0 (Score: 0.059928976)
Python wrapper for net/nmsg
This is pynmsg, a Python extension module implemented in Cython for the nmsg C library.
Spore Middleware to add header on each request
Net::HTTP::Spore::Middleware::Header is a middleware that add header on each request. You can specify for exemple a Content-Type to pass.
dns/Net-DNSBL-MultiDaemon-0.39 (Score: 0.05923863)
Net::DNSBL::MultiDaemon - multi DNSBL prioritization
Net::DNSBL::MultiDaemon is the Perl module that implements the multi_dnsbl daemon. multi_dnsbl is a DNS emulator daemon that increases the efficacy of DNSBL look-ups in a mail system. multi_dnsbl may be used as a stand-alone DNSBL or as a plug-in for a standard BIND 9 installation. multi_dnsbl shares a common configuration file format with the Mail::SpamCannibal sc_BLcheck.pl script so that DNSBL's can be maintained in a common configuration file for an entire mail installation. Because DNSBL usefulness is dependent on the nature and source of spam sent to a specific site and because sometimes DNSBL's may provide intermittant service, multi_dnsbl interrogates them sorted in the order of greatest successful hits. DNSBL's that do not respond within the configured timeout period are not interrogated at all after 6 consecutive failures, and thereafter will be retried not more often than once every hour until they come back online. This eliminates the need to place DNSBL's in a particular order in your MTA's config file or periodically monitor the DNSBL statistics and/or update the MTA config file.