- BNC (software)
-
A BNC (short for bouncer) is a piece of software that is used to relay traffic and connections in computer networks, much like a proxy. Using a BNC allows a user to hide the original source of the user's connection, providing privacy as well as the ability to route traffic through a specific location. A BNC can also be used to hide the true target to which a user connects.[1]
Contents
IRC
One common usage is over Internet Relay Chat (IRC) via a BNC running on remote servers. In such an environment, where it is very easy to ascertain a user's IP address a BNC may help to hide the original connection source, as well as providing the opportunity for fun "vhosts" or "virtual hosts". The use of a vhost does not conceal the connection any better, but merely adds a statement as the hostname.
Many BNCs remain connected to an IRC server in the event the client should disconnect from the Internet. Often state changes are tracked so that they may be relayed to the client upon reconnection. Some implementations opt to store all messages sent across the network that the client would have normally received, and send them upon the clients reconnection; this is often considered to be much too resource dependent for commercial hosting services to provide. Other logging features and bot like functions may be included with various implementations but are not standard.
Example:
- User A logs onto IRC directly and appears as USER!user@users.reverse.dns
- User A logs onto IRC indirectly through a BNC and appears as USER!user@bnc.net
Software
A list of IRC bouncer software.
- Bip IRC Proxy maintains a persistent connection and shows a backlog when you reconnect.[2]
- bnc is the original bouncer.[3]
- ezbounces features include password protection, remote administration, logging and listening on multiple ports.[3]
- Irssi supports SSL connections, IPv6 and logging. It's extensible by modules and scripts in Perl, Tcl and C++.
- JBouncer written in Java. Supports logging.[citation needed]
- muh bnc is a smart and versatile irc-bouncing tool that will also go on IRC as soon as it's launched, guarding or attempting to get your nick.[3]
- psyBNC is said to be the oldest and most well-known IRC bouncer.[1] It is extremely easy to use, runs on Linux[4] and became popular on FreeBSD,[5] supports IPv4, IPv6, SSL, logging, multiple users and networks etc. Although psyBNC is like any other IRC proxy, it is often installed on compromised systems by the attacker.[6]
- shroudBNC supports SSL connections and offers a web interface.[citation needed]
- ZNC supports SSL connections, IPv6 and logging and offers a web interface. It's extendible by modules and scripts in C++, Python, Perl and Tcl.
FTP
BNCs are also often used for FTP, again to either hide the user and server from each other and to route traffic through a specific location. FTP bouncers can be divided into two different categories, entry and traffic.
Entry bouncer acts as a gateway to the server, but it does not hide the existence of the actual server. Entry bouncers, like cubnc can be used in multi-server setup for easy access to each server and load balancing. This removes the need to select which FTP server to login to, when trying to access the server farm.
Traffic bouncers relay traffic through the host they are installed on, and when used, it appears as the bouncer is actually the FTP server thus hiding the real location of the server completely. Multiple traffic bouncers can be installed parallel, in order to balance traffic load across different links. Most elaborate bouncers can even bounce secure SSL/TLS connections.
See also
References
- ^ a b IRC-Junkie: IRC bouncer comparison, 2009-Dec-22
- ^ Nat Friedman: instant company, 17 June 2011
- ^ a b c The Linux Documentation Project: Linux IRC mini-HOWTO: IRC Bouncers (IRC Proxy)
- ^ Ubuntu.com psyBNC documentation; retrieved 14 September 2008.
- ^ Freshports irc/psyBNC; retrieved 14 September 2008.
- ^ Linux Magazine Looking for intruders with lsof April 2007, cover story
External links
Categories:- Internet privacy
- Computer network security
- Internet Relay Chat
- Internet Relay Chat bouncers, gateways and proxies
Wikimedia Foundation. 2010.