The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::IP::Identifier::Plugin::Internal - identify Internal (non-routable) IP addresses

VERSION

version 0.111

SYNOPSIS

 use Net::IP::Identifier::Plugin::Internal;

DESCRIPTION

Net::IP::Identifier::Plugin::Internal identifies internal (non-routable) host IPs. These should all be hosts on your internal network. Communication between these hosts and the outside internet can only occur through a NAT (Network Address Translation) gateway or a proxy server.

Methods

new

Creates a new Net::IP::Identifier::Plugin::Internal object.

SEE ALSO

IP::Net
IP::Net::Identifier
IP::Net::Identifier_Role

AUTHOR

Reid Augustin <reid@hellosix.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Reid Augustin.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.