ip
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1097
ipsort
ipsort script sorts a STDIN of IP addresses to STDOUT. more>>
ipsort script sorts a STDIN of IP addresses to STDOUT. It sorts by the first octet, then by the second, the third and the fourth.
Usage: Takes Standard in or a file or list of files. So ipsort < file1 > < file2 > or cat < file > | ipsort
Its quite clever and looks for an IP address on each line, rejecting if it doesnt find one
Options:
-c or --commas Separate the list by space-separated commas, rather than one IP per line.
-u or --unique Uniquely sort the list as well, to avoid duplicate IPs.
-s or --string Use this string to separate the IPs. Eg. -s :
-m or --multiple Search for multiple IP addresses per line.
-h or --help Display this usage message.
<<lessUsage: Takes Standard in or a file or list of files. So ipsort < file1 > < file2 > or cat < file > | ipsort
Its quite clever and looks for an IP address on each line, rejecting if it doesnt find one
Options:
-c or --commas Separate the list by space-separated commas, rather than one IP per line.
-u or --unique Uniquely sort the list as well, to avoid duplicate IPs.
-s or --string Use this string to separate the IPs. Eg. -s :
-m or --multiple Search for multiple IP addresses per line.
-h or --help Display this usage message.
Download (MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
934 downloads
IPy 0.55
IPy are a Python class and tools for handling of IPv4 and IPv6 addresses and networks. more>>
IPy is a Python class and tools for handling of IPv4 and IPv6 addresses and networks. The script is similar to the Net::IP Perl module.
The IP class allows a comfortable parsing and handling for most notations in use for IPv4 and IPv6 Addresses and Networks. It was greatly inspired bei RIPEs Perl module NET::IPs interface but doesnt share the Implementation. It doesnt share non-CIDR netmasks, so funky stuff lixe a netmask 0xffffff0f cant be done here.
>>> from IPy import IP
>>> ip = IP(127.0.0.0/30)
>>> for x in ip:
... print x
...
127.0.0.0
127.0.0.1
127.0.0.2
127.0.0.3
>>> ip2 = IP(0x7f000000/30)
>>> ip == ip2
1
>>> ip.reverseNames()
[0.0.0.127.in-addr.arpa., 1.0.0.127.in-addr.arpa.,
2.0.0.127.in-addr.arpa., 3.0.0.127.in-addr.arpa.]
>>> ip.reverseName()
0-3.0.0.127.in-addr.arpa.
>>> ip.iptype()
PRIVATE
Enhancements:
- This release is able to parse any IPv4 and IPv6 address in many formats with or without netmask.
<<lessThe IP class allows a comfortable parsing and handling for most notations in use for IPv4 and IPv6 Addresses and Networks. It was greatly inspired bei RIPEs Perl module NET::IPs interface but doesnt share the Implementation. It doesnt share non-CIDR netmasks, so funky stuff lixe a netmask 0xffffff0f cant be done here.
>>> from IPy import IP
>>> ip = IP(127.0.0.0/30)
>>> for x in ip:
... print x
...
127.0.0.0
127.0.0.1
127.0.0.2
127.0.0.3
>>> ip2 = IP(0x7f000000/30)
>>> ip == ip2
1
>>> ip.reverseNames()
[0.0.0.127.in-addr.arpa., 1.0.0.127.in-addr.arpa.,
2.0.0.127.in-addr.arpa., 3.0.0.127.in-addr.arpa.]
>>> ip.reverseName()
0-3.0.0.127.in-addr.arpa.
>>> ip.iptype()
PRIVATE
Enhancements:
- This release is able to parse any IPv4 and IPv6 address in many formats with or without netmask.
Download (0.031MB)
Added: 2007-08-22 License: BSD License Price:
794 downloads
Pol-IP 1.1
Pol-IP is a complete traffic control system for a Linux NAT box with multiplataform clients. more>>
Pol-IP is a complete traffic control system for a Linux NAT box with multiplataform clients. It has a user-friendly wizard to config the system in which you can add, delete or chage, clients or groups bandwith, in a hierarchical structure. The clients get clean statistics about their actual speed and their bandwith.
Polipd runs a server application on a masquerading server. It has two basic functions, config the kernel 2.4 series traffic control functions and mantain a statistics services of the clients bandwiths on a multicast address. The multiplataforms clients get the statistics from the multicast address and display them in a progress bar.
In /ini.d-scripts is the scripts for redhat services
In /config is polip.conf.sample
To complie, the usual
make clean
make
make install
you will need
newt
newt-devel
slang
slang-devel
that you can get from rpmfind.net
<<lessPolipd runs a server application on a masquerading server. It has two basic functions, config the kernel 2.4 series traffic control functions and mantain a statistics services of the clients bandwiths on a multicast address. The multiplataforms clients get the statistics from the multicast address and display them in a progress bar.
In /ini.d-scripts is the scripts for redhat services
In /config is polip.conf.sample
To complie, the usual
make clean
make
make install
you will need
newt
newt-devel
slang
slang-devel
that you can get from rpmfind.net
Download (0.021MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1207 downloads
IPlib 1.0
IPlib is a Python module to convert between many different IP address notations and to manage address/netmask pairs. more>>
IPlib is a Python module to convert between many different IP address notations and to manage netmask/address pairs in the CIDR notation.
Some example scripts ("ipconv", "nmconv", and "cidrinfo") are included.
<<lessSome example scripts ("ipconv", "nmconv", and "cidrinfo") are included.
Download (0.018MB)
Added: 2006-05-23 License: GPL (GNU General Public License) Price:
1253 downloads
IPTool 1.1
IPTool provides an IP block database tool. more>>
IPTool provides an IP block database tool.
IPtool is a MySQL Database interface that can help you organize IP space.
This is good for ISPs or really big companies that allocate a lot of different IP blocks throughout different locations in their network, and need a useful way to keep track of them.
<<lessIPtool is a MySQL Database interface that can help you organize IP space.
This is good for ISPs or really big companies that allocate a lot of different IP blocks throughout different locations in their network, and need a useful way to keep track of them.
Download (0.015MB)
Added: 2007-03-28 License: GPL (GNU General Public License) Price:
615 downloads
CIPE 1.6.0
CIPE is a Crypto IP Encapsulation. more>>
CIPE is a Crypto IP Encapsulation.
This is an ongoing project to build encrypting IP routers. It works by tunneling IP packets in encrypted UDP packets. The protocol is designed to be lightweight and simple. Special care has been taken to make this work over dynamic addresses, NAT and SOCKS proxies.
Implementations are currently available for Linux and Windows.
Enhancements:
- This supports Linux 2.6 and the kernel crypto API.
<<lessThis is an ongoing project to build encrypting IP routers. It works by tunneling IP packets in encrypted UDP packets. The protocol is designed to be lightweight and simple. Special care has been taken to make this work over dynamic addresses, NAT and SOCKS proxies.
Implementations are currently available for Linux and Windows.
Enhancements:
- This supports Linux 2.6 and the kernel crypto API.
Download (0.13MB)
Added: 2007-01-25 License: Public Domain Price:
1005 downloads
IP-Atlas 1.0
IP-Atlas tries to plot your location or any other host on the internet using the NetGeo data. more>>
IP-Atlas tries to plot your location or any other host on the internet using the NetGeo data. It finds the latitude and longitude coordinates of the host and plots it on an image for you.It finds the latitude and longitude coordinates of the host and plots it on an image for you. You can try the demo and/or download it (91k). IP-Atlas needs PHP and optionally the GD library.
Put these files somewhere on your webserver, and point your browser to plot.php
Note: You can symlink "ln -s plot.php index.php" if you need to. If you have any problems running it, send an email to ivan@xpenguin.com
<<lessPut these files somewhere on your webserver, and point your browser to plot.php
Note: You can symlink "ln -s plot.php index.php" if you need to. If you have any problems running it, send an email to ivan@xpenguin.com
Download (0.091MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1231 downloads
external IP 0.9.9
external IP shows your current external IP in the browsers statusbar. more>>
external IP shows your current external IP in the browsers statusbar.
External IP is set to check your IP address once every hour.
<<lessExternal IP is set to check your IP address once every hour.
Download (0.004MB)
Added: 2007-07-23 License: MPL (Mozilla Public License) Price:
846 downloads
Ipanto 3.0.1a
Ipanto Lite is a powerful IP address management (IPAM) tool. more>>
Ipanto Lite is a powerful IP address management (IPAM) tool. The Ipanto project can be used to administer all IP addresses, subnets, and locations within a single repository.
It manages up to 5000 devices, offers reporting, and gives access to other IT staff in read-only mode. Ipanto Lite will help administrators to list and manage all the subnets and IP addresses of their network thanks to its single repository.
Enhancements:
- Discovery no longer deletes names manually created in the DB.
<<lessIt manages up to 5000 devices, offers reporting, and gives access to other IT staff in read-only mode. Ipanto Lite will help administrators to list and manage all the subnets and IP addresses of their network thanks to its single repository.
Enhancements:
- Discovery no longer deletes names manually created in the DB.
Download (68.9MB)
Added: 2007-01-25 License: Freeware Price:
1007 downloads
ShowIP 0.8.05
ShowIP is a Firefox extension that can show the IP address of the current page in the status bar. more>>
ShowIP is a Firefox extension that can show the IP address of the current page in the status bar.
It also allows querying custom services by IP (right mouse button) and Hostname (left mouse button), like whois, netcraft. Additionally you can copy the IP address to the clipboard. This extension was formerly known as ipv6ident.
<<lessIt also allows querying custom services by IP (right mouse button) and Hostname (left mouse button), like whois, netcraft. Additionally you can copy the IP address to the clipboard. This extension was formerly known as ipv6ident.
Download (0.013MB)
Added: 2007-07-30 License: MPL (Mozilla Public License) Price:
827 downloads
IPoCAN 0.10.0
IPoCAN provides IP over CAN Linux support. more>>
IPoCAN provides IP over CAN Linux support.
IPoCAN adds the ability to the Linux kernel to send/receive IP packets over a CAN bus network.
The IP over CAN support, by using this package you can easily use your preferred IP applications on a CAN bus network.
In order to compile the package and its documentation simply give the following command:
$ make ; cd doc ; make
I suggest you to compile and read the documents into the "doc" directory to have a more detailed documentation.
Enhancements:
- Autogeneration of the ChangeLog file added.
- Invalid patch replaced.
- Documentation checked and updated
- Invalid building for PDF documentation file fixed.
- Code restyling.
<<lessIPoCAN adds the ability to the Linux kernel to send/receive IP packets over a CAN bus network.
The IP over CAN support, by using this package you can easily use your preferred IP applications on a CAN bus network.
In order to compile the package and its documentation simply give the following command:
$ make ; cd doc ; make
I suggest you to compile and read the documents into the "doc" directory to have a more detailed documentation.
Enhancements:
- Autogeneration of the ChangeLog file added.
- Invalid patch replaced.
- Documentation checked and updated
- Invalid building for PDF documentation file fixed.
- Code restyling.
Download (0.050MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
922 downloads
IP::Country 2.23
IP::Country is a tool for fast lookup of country codes from IP addresses. more>>
IP::Country is a tool for fast lookup of country codes from IP addresses. Finding out the country of a client using only the IP address can be difficult.
Looking up the domain name associated with that address can provide some help, but many IP address are not reverse mapped to any useful domain, and the most common domain (.com) offers no help when looking for country.
IP::Country module comes bundled with a database of countries where various IP addresses have been assigned. Although the country of assignment will probably be the country associated with a large ISP rather than the client herself, this is probably good enough for most log analysis applications, and under test has proved to be as accurate as reverse-DNS and WHOIS lookup.
<<lessLooking up the domain name associated with that address can provide some help, but many IP address are not reverse mapped to any useful domain, and the most common domain (.com) offers no help when looking for country.
IP::Country module comes bundled with a database of countries where various IP addresses have been assigned. Although the country of assignment will probably be the country associated with a large ISP rather than the client herself, this is probably good enough for most log analysis applications, and under test has proved to be as accurate as reverse-DNS and WHOIS lookup.
Download (0.16MB)
Added: 2007-02-07 License: Perl Artistic License Price:
994 downloads
IPmonitor 0.5b
IPmonitor just a simple IP or url monitor, using PING command to check if the given addresses are alive. more>>
IPmonitor just a simple IP or url monitor, using PING command to check if the given addresses are alive.
<<less Download (0.017MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1225 downloads
Download (0.070MB)
Added: 2006-08-20 License: GPL (GNU General Public License) Price:
1162 downloads
IP Accounter 1.31
IPAC-NG is the iptables/ipchains based IP accounting package for Linux. more>>
IPAC-NG is the iptables/ipchains based IP accounting package for Linux.
It collects, summarizes, and nicely displays IP accounting data. Its output can be a simple ASCII table, or graph images. Ipchains and iptables are supported. Logs are stored in files, gdbm, or PostgreSQL database.
ipac consists of one perl script and one C program:
- fetchipac, executed from cron once in a while, reads the current ip accounting data assembled by the kernel and stores it into a database
- ipacsum summarizes the data from a set of records from the database and, optionally,
replaces these records by one. It displays the values as a simple table containing the sums, as png graph pictures or as ascii graph pictures.
<<lessIt collects, summarizes, and nicely displays IP accounting data. Its output can be a simple ASCII table, or graph images. Ipchains and iptables are supported. Logs are stored in files, gdbm, or PostgreSQL database.
ipac consists of one perl script and one C program:
- fetchipac, executed from cron once in a while, reads the current ip accounting data assembled by the kernel and stores it into a database
- ipacsum summarizes the data from a set of records from the database and, optionally,
replaces these records by one. It displays the values as a simple table containing the sums, as png graph pictures or as ascii graph pictures.
Download (0.19MB)
Added: 2005-09-19 License: GPL (GNU General Public License) Price:
1499 downloads
Other version of IP Accounter
License:GPL (GNU General Public License)
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above ip search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed