gnutella hosts
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1487
gtk-gnutella 0.96.4
gtk-gnutella is a GTK+ Gnutella clone. more>>
Gtk-Gnutella is a server/client for Gnutella. It runs on every Unix-like system which supports GTK+ (1.2 or above) and libxml. Gnome is not required.
It is currently developed and tested under Linux (Debian 2.2) and is known to run at least on Linux, FreeBSD, NetBSD, OpenBSD, Darwin, Solaris, Tru64 UNIX (OSF/1), SGI IRIX, BeOS whereas CPU architectures include x86, AMD64, PowerPC, SPARC, MIPS.
gtk-gnutella project is released under the GNU General Public License (GPL).
Gtk-Gnutella is not finished yet, but it is fully functional: you may share, search, and download. And it is stable too, users usually just leave it run unattended for days.
Main features:
- Share files on the gnutella network (Limewire, BearShare, Xolox, Gnucleus, Shareaza, Morpheus ...)
- Compressed GNet connections
- Simultaneous downloading of files from multiple hosts (swarming)
- Passive searches
- Searching by urn:sha1: and magnet:
- Automatic aquisition of additional sources via download mesh and watching searches
- Powerful filtering engine
- Bandwidth management/limiting
- A lot of settings
- A lot of statistics
Enhancements:
- Features include server-side support for Tigertree hashes and THEX, improved spam filters, paused downloads, and a query syntax for easier creation of result filters.
- There were also many bugfixes and other changes.
<<lessIt is currently developed and tested under Linux (Debian 2.2) and is known to run at least on Linux, FreeBSD, NetBSD, OpenBSD, Darwin, Solaris, Tru64 UNIX (OSF/1), SGI IRIX, BeOS whereas CPU architectures include x86, AMD64, PowerPC, SPARC, MIPS.
gtk-gnutella project is released under the GNU General Public License (GPL).
Gtk-Gnutella is not finished yet, but it is fully functional: you may share, search, and download. And it is stable too, users usually just leave it run unattended for days.
Main features:
- Share files on the gnutella network (Limewire, BearShare, Xolox, Gnucleus, Shareaza, Morpheus ...)
- Compressed GNet connections
- Simultaneous downloading of files from multiple hosts (swarming)
- Passive searches
- Searching by urn:sha1: and magnet:
- Automatic aquisition of additional sources via download mesh and watching searches
- Powerful filtering engine
- Bandwidth management/limiting
- A lot of settings
- A lot of statistics
Enhancements:
- Features include server-side support for Tigertree hashes and THEX, improved spam filters, paused downloads, and a query syntax for easier creation of result filters.
- There were also many bugfixes and other changes.
Download (2.1MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
848 downloads
Qtella 0.6.5
Qtella is a peer-to-peer client using Gnutella protocol. more>>
Qtella is a peer-to-peer client using Gnutella protocol.
Sharing files over decentralized networks (peer-to-peer) has become very popular. The Gnutella network (Gnet) is one of these p2p networks which is an open network. The advantage of a decentralized network is that no server exists, which could be a single point of failure. Instead, every client acts as client and server at the same time. Due to this fact these clients are often called Servents. But using decentralized networks has also disadvanteges. The main drawback of missing central servers is that connecting to the net takes longer.
Qtella is one of these servents for Linux for the Gnutella network with many useful features. Most of these features are taken from the comments and suggestions of Qtella users. I want to thank all of these users. Qtella is written in C++ and uses the Qt libraries. It is available for Linux/Unix. Also a developer version for the Sharp Zaurus exists. A Win32 version is currently in progress (an alpha version is already available but its very unstable). [cCOPYRIGHT=1]
Main features:
- display incoming searches
- logging of errors, warnings and infos
- rename files
- move downloads into different directories
- statistics of connections and session
- select different styles
- select different fonts
- show download status in download tab by colored balls
- block specified hosts
- fast connection mechanism
- multiple search
- continue interrupted downloads
- uploads
- limit number of downloads and uploads
- limit upload bandwidth
- separate unfinished downloads from finished ones
- download of several files at once
- test whether file allready exists
- identification of download server
- automatic retry if error, busy, closed
- auto connect list
- KDE integration
- save host list
- handle extended gnutella protocol
- status lines and statistics
- accecpt incoming connections
- download from firewalled hosts
- pong cache to reduce network traffic
- advanced search: "+" word must exist, "-" word must not exist
- resume interrupted downloads
<<lessSharing files over decentralized networks (peer-to-peer) has become very popular. The Gnutella network (Gnet) is one of these p2p networks which is an open network. The advantage of a decentralized network is that no server exists, which could be a single point of failure. Instead, every client acts as client and server at the same time. Due to this fact these clients are often called Servents. But using decentralized networks has also disadvanteges. The main drawback of missing central servers is that connecting to the net takes longer.
Qtella is one of these servents for Linux for the Gnutella network with many useful features. Most of these features are taken from the comments and suggestions of Qtella users. I want to thank all of these users. Qtella is written in C++ and uses the Qt libraries. It is available for Linux/Unix. Also a developer version for the Sharp Zaurus exists. A Win32 version is currently in progress (an alpha version is already available but its very unstable). [cCOPYRIGHT=1]
Main features:
- display incoming searches
- logging of errors, warnings and infos
- rename files
- move downloads into different directories
- statistics of connections and session
- select different styles
- select different fonts
- show download status in download tab by colored balls
- block specified hosts
- fast connection mechanism
- multiple search
- continue interrupted downloads
- uploads
- limit number of downloads and uploads
- limit upload bandwidth
- separate unfinished downloads from finished ones
- download of several files at once
- test whether file allready exists
- identification of download server
- automatic retry if error, busy, closed
- auto connect list
- KDE integration
- save host list
- handle extended gnutella protocol
- status lines and statistics
- accecpt incoming connections
- download from firewalled hosts
- pong cache to reduce network traffic
- advanced search: "+" word must exist, "-" word must not exist
- resume interrupted downloads
Download (0.53MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1223 downloads
LSF::Hosts 0.01
LSF::Hosts is a Perl module to retrieve information about LSF hosts. more>>
LSF::Hosts is a Perl module to retrieve information about LSF hosts.
SYNOPSIS
use LSF::Hosts;
use LSF::Hosts RaiseError => 0, PrintError => 1, PrintOutput => 0;
($hinfo) = LSF::Hosts->new( [HOST_NAME] );
@hosts = LSF::Hosts->new();
LSF::Hosts is a wrapper arround the LSF bhosts command used to obtain information about lsf hosts. The hash keys of the object are LSF bhosts header values. See the bhosts man page for more information.
CONSTRUCTOR
new( [ [HOST_NAME] ] );
With a valid hostname, creates a new LSF::Hosts object. Without a hostname returns a list of LSF::Hosts objects for all the hosts in the system. Takes no arguments (jet).
<<lessSYNOPSIS
use LSF::Hosts;
use LSF::Hosts RaiseError => 0, PrintError => 1, PrintOutput => 0;
($hinfo) = LSF::Hosts->new( [HOST_NAME] );
@hosts = LSF::Hosts->new();
LSF::Hosts is a wrapper arround the LSF bhosts command used to obtain information about lsf hosts. The hash keys of the object are LSF bhosts header values. See the bhosts man page for more information.
CONSTRUCTOR
new( [ [HOST_NAME] ] );
With a valid hostname, creates a new LSF::Hosts object. Without a hostname returns a list of LSF::Hosts objects for all the hosts in the system. Takes no arguments (jet).
Download (0.003MB)
Added: 2007-04-17 License: Perl Artistic License Price:
920 downloads
ECSHostMon 0.1
ECSHostMon is a network monitoring software which monitors IP addresses by pinging them every five minutes. more>>
ECSHostMon is a network monitoring software which monitors IP addresses by pinging them every five minutes.
It manages a downtime log and generates reports. ECSHostMon also has the ability to mark the hosts as firewall enabled or "admin down", which means you can change the status of hosts manually.
It uses MySQL in the background to manage logs. It has a very light user interface. It can notify using alarms or by sending email.
<<lessIt manages a downtime log and generates reports. ECSHostMon also has the ability to mark the hosts as firewall enabled or "admin down", which means you can change the status of hosts manually.
It uses MySQL in the background to manage logs. It has a very light user interface. It can notify using alarms or by sending email.
Download (0.070MB)
Added: 2006-02-08 License: GPL (GNU General Public License) Price:
1353 downloads
PHP Big Brother Hosts Configurator 0.3
PHP Big Brother Hosts Configurator is a collection of PHP scripts to configure hosts for the Big Brother network. more>>
PHP Big Brother Hosts Configurator (phpBBHC) is a collection of PHP scripts and one C program to configure hosts
for the Big Brother network monitoring software. It doesnt cover all the possible settings for Big Brothers hosts file but it should be enough for
most demands.
Ammendment: Big Brother has been pretty much replaced by Hobbit. I havent got around to using Hobbit yet but Ive heard its pretty backwards compatible with Big Brothers configuration and scripts. Ive heard of successful stories
of phpBBHC being used to configure Hobbit.
<<lessfor the Big Brother network monitoring software. It doesnt cover all the possible settings for Big Brothers hosts file but it should be enough for
most demands.
Ammendment: Big Brother has been pretty much replaced by Hobbit. I havent got around to using Hobbit yet but Ive heard its pretty backwards compatible with Big Brothers configuration and scripts. Ive heard of successful stories
of phpBBHC being used to configure Hobbit.
Download (0.011MB)
Added: 2007-02-22 License: Freely Distributable Price:
975 downloads
Easy Hosting Control Panel 0.21
Easy Hosting Control Panel is designed for hosting multiple domains on a single machine. more>>
Easy Hosting Control Panel is designed for hosting multiple domains on a single machine. It uses LAMP (Linux/Apache/MySQL/PHP).
Easy Hosting Control Panel aims to be easy to install and use, simple, and functional.
Enhancements:
- The installer was improved.
- Known bugs were fixed.
<<lessEasy Hosting Control Panel aims to be easy to install and use, simple, and functional.
Enhancements:
- The installer was improved.
- Known bugs were fixed.
Download (0.49MB)
Added: 2007-06-06 License: GPL (GNU General Public License) Price:
881 downloads
radclass r72
radclass is a PHP4 class that handles the administration of multiple IC-Radius servers. more>>
radclass is a PHP4 class that handles the administration of multiple IC-Radius servers.
radclass can add, delete, and update users and groups on foreign radius hosts, and it can modify their check items. radclass was designed in the PHP4 OO model to be a portable solution.
<<lessradclass can add, delete, and update users and groups on foreign radius hosts, and it can modify their check items. radclass was designed in the PHP4 OO model to be a portable solution.
Download (0.044MB)
Added: 2005-11-17 License: GPL (GNU General Public License) Price:
1436 downloads
6tunnel 0.11
6tunnel allows you to use services provided by IPv6 hosts with IPv4-only applications and vice-versa. more>>
6tunnel allows you to use services provided by IPv6 hosts with IPv4-only applications and vice-versa. It can bind to any of your IPv4 (default) or IPv6 addresses and forward all data to IPv4 or IPv6 (default) host.
Enhancements:
- changed license to GPL version 2. There was no license information before which caused confusion. The missing features have been rewritten from scratch. If any offending code is still here, please let me know. Ive done my best, but I havent used any version control 5 years ago.
- changed e-mail address.
- fixed source mapping bug,
- SIGHUP reloads map file.
<<lessEnhancements:
- changed license to GPL version 2. There was no license information before which caused confusion. The missing features have been rewritten from scratch. If any offending code is still here, please let me know. Ive done my best, but I havent used any version control 5 years ago.
- changed e-mail address.
- fixed source mapping bug,
- SIGHUP reloads map file.
Download (0.017MB)
Added: 2005-09-21 License: GPL (GNU General Public License) Price:
1495 downloads
Distributed Multi-User Compilation System 0.5
Distributed Multi-User Compilation System is a system that allows a group of users to share a compilation farm. more>>
Distributed Multi-User Compilation System is a system that allows a group of users to share a compilation farm. Each compilation request from each user will be sent to the fastest available machine, every time.
Main features:
- Supports multiple users compiling simultaneously, and scales well to handle the new loads.
- Supports multiple operating systems in the compilation farm.
- Uses all processors of a multi-processor compilation host.
- Makes best use of compilation hosts with widely differing CPU speeds.
- Guarantees that a compilation host will not be overloaded by compilations.
- Takes into account the load on a host caused by non-compilation tasks.
- Supports the dynamic addition and removal of hosts to the compilation farm.
- Works with distcc, which need not be altered in any way.
DMUCS consists of these (main) programs:
- dmucs: the "host-server". This application reads a configuration file indicating the number of CPUs and the "power" of each potential host in the compilation farm. It then receives over the network:
- load average information from each compilation host.
- host requests from compile tasks that need remote hosts on which to run.
- information requests from monitoring applications.
- status requests from an administrator.
- dmucs maintains the database of hosts in the compilation farm, and assigns hosts to compilation tasks, giving out the best host/cpu available when the compilation task asks.
- gethost: a compilation task uses gethost get a host/cpu from the dmucs server. In general, a makefile will perform a compilation this way:
- gethost distcc gcc ...
- gethost contacts the server to get a host, which it puts into the environment variable DISTCC_HOSTS. gethost then calls the program given to it. After that program ends, gethost releases the assigned host back to the dmucs server.
- loadavg: the administrator of the compilation farm must start this application on each compilation host. loadavg sends the load average of the compilation host to the dmucs server periodically. The dmucs server will "downgrade" a compilation host if the hosts load averages goes too high.
- monitor: the administrator (or anyone) may use this program to monitor the busy-ness of the compilation farm. It displays which hosts/cpus are available in the compilation farm, which hosts/cpus have compilation tasks assigned to them, which hosts have been made administratively unavailable, and which hosts are "silent" - i.e., the dmucs server has not received a load average message from the compilation host for a while.
<<lessMain features:
- Supports multiple users compiling simultaneously, and scales well to handle the new loads.
- Supports multiple operating systems in the compilation farm.
- Uses all processors of a multi-processor compilation host.
- Makes best use of compilation hosts with widely differing CPU speeds.
- Guarantees that a compilation host will not be overloaded by compilations.
- Takes into account the load on a host caused by non-compilation tasks.
- Supports the dynamic addition and removal of hosts to the compilation farm.
- Works with distcc, which need not be altered in any way.
DMUCS consists of these (main) programs:
- dmucs: the "host-server". This application reads a configuration file indicating the number of CPUs and the "power" of each potential host in the compilation farm. It then receives over the network:
- load average information from each compilation host.
- host requests from compile tasks that need remote hosts on which to run.
- information requests from monitoring applications.
- status requests from an administrator.
- dmucs maintains the database of hosts in the compilation farm, and assigns hosts to compilation tasks, giving out the best host/cpu available when the compilation task asks.
- gethost: a compilation task uses gethost get a host/cpu from the dmucs server. In general, a makefile will perform a compilation this way:
- gethost distcc gcc ...
- gethost contacts the server to get a host, which it puts into the environment variable DISTCC_HOSTS. gethost then calls the program given to it. After that program ends, gethost releases the assigned host back to the dmucs server.
- loadavg: the administrator of the compilation farm must start this application on each compilation host. loadavg sends the load average of the compilation host to the dmucs server periodically. The dmucs server will "downgrade" a compilation host if the hosts load averages goes too high.
- monitor: the administrator (or anyone) may use this program to monitor the busy-ness of the compilation farm. It displays which hosts/cpus are available in the compilation farm, which hosts/cpus have compilation tasks assigned to them, which hosts have been made administratively unavailable, and which hosts are "silent" - i.e., the dmucs server has not received a load average message from the compilation host for a while.
Download (0.35MB)
Added: 2006-03-20 License: GPL (GNU General Public License) Price:
1315 downloads
dyndnsupdate 0.1.28
dyndnsupdate is a tool for keeping dynamic DNS hosts up to date. more>>
dyndnsupdate is a tool for keeping dynamic DNS hosts up to date. It simply processes the URLs in dyndns.hosts config file (sends a HEAD request via HTTP). No biggie, but it works.
Put dyndns.hosts in /etc and run dyndnsupdate from an init-script. That way youll be sure that your dyndns hosts are up to date within minutes after rebooting and perhaps changing IP address.
On my Debian box Ive put dyndns.hosts in /etc and linked to dyndnsupdate from etc/rc2.d, like this:
ln -s /usr/bin/dyndnsupdate /etc/rc2.d/S91dyndnsupdate
That will make sure that dyndnsupdate is up and run when rebooting.
Furthermore, it can be encouraged to run dyndnsupdate as a cron-job as well, in case your server should be up for more than a month, since most dyndns providers requires you to update at least once a month.
This can be done by adding the following line to your crontab:
15 5 */25 * * dyndnsupdate -s
Thatll make cron run dyndnsupdate every 25 days at 5:15AM and -s makes the script output nothing (unless errors are encountered) so youll be rid of the annoying exit status mails from cron.
Enhancements:
- Added win32/ for windows builds with exerb.
- added win32/LICENSE
- added win32/README
<<lessPut dyndns.hosts in /etc and run dyndnsupdate from an init-script. That way youll be sure that your dyndns hosts are up to date within minutes after rebooting and perhaps changing IP address.
On my Debian box Ive put dyndns.hosts in /etc and linked to dyndnsupdate from etc/rc2.d, like this:
ln -s /usr/bin/dyndnsupdate /etc/rc2.d/S91dyndnsupdate
That will make sure that dyndnsupdate is up and run when rebooting.
Furthermore, it can be encouraged to run dyndnsupdate as a cron-job as well, in case your server should be up for more than a month, since most dyndns providers requires you to update at least once a month.
This can be done by adding the following line to your crontab:
15 5 */25 * * dyndnsupdate -s
Thatll make cron run dyndnsupdate every 25 days at 5:15AM and -s makes the script output nothing (unless errors are encountered) so youll be rid of the annoying exit status mails from cron.
Enhancements:
- Added win32/ for windows builds with exerb.
- added win32/LICENSE
- added win32/README
Download (0.011MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1213 downloads
Subnet Mask Calculator 0.2
Subnet Mask Calculator is a simple PHP script that will return the subnet mask and slash-notated mask for a given number of host more>>
Subnet Mask Calculator is a simple PHP script that will return the subnet mask and slash-notated mask for a given number of hosts.
Subnet Mask Calculators purpose of this program is to help people calculate subnets for networks based on the number of hosts (computers).
Installation:
Step 1 - copy subnetmaskcalculator.php into a directory accessible from your web server (/var/www/html/ for example).
Step 2 - Visit http://yourhost.domain.tld/subnetmaskcalculator.php
Step 3 - Enjoy
If you have any trouble, support can be obtained by posts to http://www.vle.org/vle
Enhancements:
- This release changes URL GET from HTTP_GET_VARS to _GET.
<<lessSubnet Mask Calculators purpose of this program is to help people calculate subnets for networks based on the number of hosts (computers).
Installation:
Step 1 - copy subnetmaskcalculator.php into a directory accessible from your web server (/var/www/html/ for example).
Step 2 - Visit http://yourhost.domain.tld/subnetmaskcalculator.php
Step 3 - Enjoy
If you have any trouble, support can be obtained by posts to http://www.vle.org/vle
Enhancements:
- This release changes URL GET from HTTP_GET_VARS to _GET.
Download (0.030MB)
Added: 2006-08-05 License: GPL (GNU General Public License) Price:
1221 downloads
Host 20070128
Host is a complete and powerful command-line based DNS query and testing tool. more>>
Host is a complete and powerful command-line based DNS query and testing tool. The project has many of the same basic features as other similar tools such as nslookup and dig, but it has more extensive testing and test automation features. Host also has a much more standard (i.e. Unix-based) command-line user interface.
Main features:
- Major overhaul of the entire code.
- Very rigid error checking, with more verbose error messages.
- Zone listing section completely rewritten.
- It is now possible to do recursive listings into delegated zones.
- Maintain resource record statistics during zone listings.
- Maintain count of hosts during zone listings.
- Check for various extraneous conditions during zone listings.
- Check for illegal domain names containing invalid characters.
- Verify that certain domain names represent canonical host names.
- Perform TTL consistency checking during zone listings.
- Exploit multiple server addresses if available.
- Option to exploit only primary server for zone transfers.
- Option to exclude info from names that do not reside in a zone.
- Implement timeout handling during connect and read.
- Write resource record output to optional log file.
- Special MB tracing by recursively expanding MR and MG records.
- Special mode to check SOA records at each nameserver for a zone.
- Special mode to check reverse mappings of host addresses.
- Extended syntax allows multiple arguments on command line or stdin.
- Configurable default options in HOST_DEFAULTS environment variable.
- Implement new resource record types from RFC 1183 and 1348.
- Basic experimental NSAP support as defined in RFC 1637.
- Implement new resource record types from RFC 1664 and 1712.
- Implement new resource record types from RFC 1876 and 1886.
- Code is extensively documented.
Enhancements:
- This release introduces some minor bugfixes and cleanup to the address/hostname verification (host -A) code.
<<lessMain features:
- Major overhaul of the entire code.
- Very rigid error checking, with more verbose error messages.
- Zone listing section completely rewritten.
- It is now possible to do recursive listings into delegated zones.
- Maintain resource record statistics during zone listings.
- Maintain count of hosts during zone listings.
- Check for various extraneous conditions during zone listings.
- Check for illegal domain names containing invalid characters.
- Verify that certain domain names represent canonical host names.
- Perform TTL consistency checking during zone listings.
- Exploit multiple server addresses if available.
- Option to exploit only primary server for zone transfers.
- Option to exclude info from names that do not reside in a zone.
- Implement timeout handling during connect and read.
- Write resource record output to optional log file.
- Special MB tracing by recursively expanding MR and MG records.
- Special mode to check SOA records at each nameserver for a zone.
- Special mode to check reverse mappings of host addresses.
- Extended syntax allows multiple arguments on command line or stdin.
- Configurable default options in HOST_DEFAULTS environment variable.
- Implement new resource record types from RFC 1183 and 1348.
- Basic experimental NSAP support as defined in RFC 1637.
- Implement new resource record types from RFC 1664 and 1712.
- Implement new resource record types from RFC 1876 and 1886.
- Code is extensively documented.
Enhancements:
- This release introduces some minor bugfixes and cleanup to the address/hostname verification (host -A) code.
Download (0.14MB)
Added: 2007-01-30 License: GPL (GNU General Public License) Price:
997 downloads
Guarddog 2.4.0
Guarddog is a firewall configuration utility for Linux systems. more>>
Guarddog is a firewall configuration utility for Linux systems. It is aimed at two groups of users. Novice to intermediate users who are not experts in TCP/IP networking and security, and those users who dont want the hastle of dealing with cryptic shell scripts and ipchains/iptables parameters.
Main features:
- Easy to use goal oriented GUI. You say what the firewall should do without having to explain all the details of how it should do it.
- Application protocol based. Unlike other tools, Guarddog does not require you to understand the ins and outs of IP packets and ports. Guarddog takes care of this for you. This also reduces the chances of configuration mistakes being made which are a prime source of security holes.
- Doesnt just generate the firewall once and forgets it. Guarddog lets you maintain and modify the firewall in place.
- Hosts/networks can be divided into Zones. Different zones can have different security policies for different.
- Supports the following network protocols: FTP, SSH, Telnet, Linuxconf, Corba, SMTP, DNS, Finger, HTTP, HTTPS, NFS, POP2, POP3, SUN RPC, Auth, NNTP, NETBIOS Name Service, NETBIOS Session Service, IMAP, Socks, Squid, pcANYWHEREstat, X Window System, Traceroute, ICQ, PowWow, IRC, PostgreSQL, MySQL, Ping, Quake, QuakeWorld, Quake 2, Who Is, Webmin, ICMP Source Quench, ICMP Redirect, Real Audio, Line Printer Spooler, syslog, NTP, NetMeeting, Gnutella, LDAP, LDAP-SSL, SWAT, Diablo II, Nessus, DHCP, AudioGalaxy, DirectPlay, Halflife, XDMCP and Telstras BigPond Cable, CDDB, MSN Messenger, VNC, PPTP, Kerberos, klogin, kshell, NIS, IMAPS, POP3S, ISAKMP, CVS, DICT, AIM, Fasttrack, Kazaa, iMesh, Grokster, Blubster, Direct Connect, WinMX, Yahoo! Messenger, AH, ESP, Jabber, EsounD, Privoxy, eDonkey2000, EverQuest, ICP, FreeDB, Elster, Yahoo games, Legato NetWorker backups, Novell Netware 5/6 NCP, Bittorrent, rsync, distcc, Jabber over SSL, PGP key server, Microsoft Media Server and gkrellm.
- Protocols not supported in the list above can be entered in directly.
- Supports router configurations.
- Runs on KDE 2 or 3, and Linux 2.2, 2.4 and 2.6 series kernels.
- Supports advanced Linux 2.4+ iptables features such as connection tracking and rate limited logging.
- Firewall scripts can be Imported/Exported for use on machines other than the current one.
- DHCP support.
- Uses a "what is not explicitly allowed, is denied" philosophy. Fail-safe design.
- Well documented with tutorials and reference material.
- Licensed under the terms of the GNU General Public License. Is Free and will remain Free.
<<lessMain features:
- Easy to use goal oriented GUI. You say what the firewall should do without having to explain all the details of how it should do it.
- Application protocol based. Unlike other tools, Guarddog does not require you to understand the ins and outs of IP packets and ports. Guarddog takes care of this for you. This also reduces the chances of configuration mistakes being made which are a prime source of security holes.
- Doesnt just generate the firewall once and forgets it. Guarddog lets you maintain and modify the firewall in place.
- Hosts/networks can be divided into Zones. Different zones can have different security policies for different.
- Supports the following network protocols: FTP, SSH, Telnet, Linuxconf, Corba, SMTP, DNS, Finger, HTTP, HTTPS, NFS, POP2, POP3, SUN RPC, Auth, NNTP, NETBIOS Name Service, NETBIOS Session Service, IMAP, Socks, Squid, pcANYWHEREstat, X Window System, Traceroute, ICQ, PowWow, IRC, PostgreSQL, MySQL, Ping, Quake, QuakeWorld, Quake 2, Who Is, Webmin, ICMP Source Quench, ICMP Redirect, Real Audio, Line Printer Spooler, syslog, NTP, NetMeeting, Gnutella, LDAP, LDAP-SSL, SWAT, Diablo II, Nessus, DHCP, AudioGalaxy, DirectPlay, Halflife, XDMCP and Telstras BigPond Cable, CDDB, MSN Messenger, VNC, PPTP, Kerberos, klogin, kshell, NIS, IMAPS, POP3S, ISAKMP, CVS, DICT, AIM, Fasttrack, Kazaa, iMesh, Grokster, Blubster, Direct Connect, WinMX, Yahoo! Messenger, AH, ESP, Jabber, EsounD, Privoxy, eDonkey2000, EverQuest, ICP, FreeDB, Elster, Yahoo games, Legato NetWorker backups, Novell Netware 5/6 NCP, Bittorrent, rsync, distcc, Jabber over SSL, PGP key server, Microsoft Media Server and gkrellm.
- Protocols not supported in the list above can be entered in directly.
- Supports router configurations.
- Runs on KDE 2 or 3, and Linux 2.2, 2.4 and 2.6 series kernels.
- Supports advanced Linux 2.4+ iptables features such as connection tracking and rate limited logging.
- Firewall scripts can be Imported/Exported for use on machines other than the current one.
- DHCP support.
- Uses a "what is not explicitly allowed, is denied" philosophy. Fail-safe design.
- Well documented with tutorials and reference material.
- Licensed under the terms of the GNU General Public License. Is Free and will remain Free.
Download (0.31MB)
Added: 2005-06-08 License: GPL (GNU General Public License) Price:
1604 downloads
VNCTracker 2.8
VNCTracker is a tool to keep track of mostly dynamic hosts on various dial-up accounts. more>>
VNCTracker is a tool which you can keep track of mostly dynamic hosts on various dial-up accounts.
Rather than call each user whenever you need a current IP address for connecting with VNC, you visit the Web page generated by VNCTracker which shows the updated IP address for that host.
You can then build .vnc files for easily starting VNC with the settings to connect to the host.
Have your clients pc visit your logip.php page like so:
http://vnc.mydomain.com/vnctracker/logip.php?hostname=robert&port=5900
The IP Address is retrieved with getenv(REMOTE_ADDR); then the IP, port and hostname are inserted into the vnctracker database for viewing with showip.php
<<lessRather than call each user whenever you need a current IP address for connecting with VNC, you visit the Web page generated by VNCTracker which shows the updated IP address for that host.
You can then build .vnc files for easily starting VNC with the settings to connect to the host.
Have your clients pc visit your logip.php page like so:
http://vnc.mydomain.com/vnctracker/logip.php?hostname=robert&port=5900
The IP Address is retrieved with getenv(REMOTE_ADDR); then the IP, port and hostname are inserted into the vnctracker database for viewing with showip.php
Download (0.011MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
855 downloads
mod_hosts_access 1.0.0
mod_hosts_access is an Apache module which allows you to use the hosts.allow and hosts.deny files. more>>
mod_hosts_access is an Apache module which allows you to use the hosts.allow and hosts.deny files to configure access to your Apache webserver.
Main features:
- mod_hosts_access gives you a central location for your IP access rules for telnet, ftp, http, imap, etc. This is especially useful for a personal server (e.g. a cable modem running mod_roaming), that should not be accessible to the whole world.
- mod_hosts_access calls the functions in the TCP Wrapper library for maximum compatibility.
- mod_hosts_access can be installed as a DSO (Dynamic Shared Object) module.
<<lessMain features:
- mod_hosts_access gives you a central location for your IP access rules for telnet, ftp, http, imap, etc. This is especially useful for a personal server (e.g. a cable modem running mod_roaming), that should not be accessible to the whole world.
- mod_hosts_access calls the functions in the TCP Wrapper library for maximum compatibility.
- mod_hosts_access can be installed as a DSO (Dynamic Shared Object) module.
Download (0.004MB)
Added: 2006-05-12 License: BSD License Price:
1261 downloads
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 gnutella hosts 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