Bounce (network)
   HOME

TheInfoList



OR:

A BNC (short for Bounced Network Connection) is a piece of software that is used to relay traffic and connections in
computer network A computer network is a set of computers sharing resources located on or provided by network nodes. The computers use common communication protocols over digital interconnections to communicate with each other. These interconnections are ...
s, much like a
proxy Proxy may refer to: * Proxy or agent (law), a substitute authorized to act for another entity or a document which authorizes the agent so to act * Proxy (climate), a measured variable used to infer the value of a variable of interest in climate ...
. 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.Lederer, Christian (phrozen77). (December 22, 2009)
"IRC bouncer comparison"
. IRC-Junkie. December 22, 2009.


IRC

One common usage is over
Internet Relay Chat Internet Relay Chat (IRC) is a text-based chat system for instant messaging. IRC is designed for group communication in discussion forums, called '' channels'', but also allows one-on-one communication via private messages as well as chat an ...
(IRC) via a BNC running on remote
server Server may refer to: Computing *Server (computing), a computer program or a device that provides functionality for other programs or devices, called clients Role * Waiting staff, those who work at a restaurant or a bar attending customers and su ...
s. In such an environment, where it is very easy to ascertain a user's
IP address An Internet Protocol address (IP address) is a numerical label such as that is connected to a computer network that uses the Internet Protocol for communication.. Updated by . An IP address serves two main functions: network interface ident ...
a BNC may help to hide the original connection source, as well as providing the opportunity for " 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 client's 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 bouncer software. * Bip IRC Proxy maintains a persistent connection and shows a backlog on reconnect. Friedman, Nat (June 17, 2011)
"Instant company"
. nat.org.
* bnc is the original IRC bouncer.
The
Linux Documentation Project The Linux Documentation Project (LDP) is a dormant an all-volunteer project that maintains a large collection of GNU and Linux-related documentation and publishes the collection online. It began as a way for hackers to share their documentation wi ...
. TLDP.org.
* ezbounce's features include password protection, remote administration, logging and listening on multiple ports. * JBouncer for IRC, written in
Java Java (; id, Jawa, ; jv, ꦗꦮ; su, ) is one of the Greater Sunda Islands in Indonesia. It is bordered by the Indian Ocean to the south and the Java Sea to the north. With a population of 151.6 million people, Java is the world's mos ...
. Supports logging. * muh bnc is a smart and versatile irc-bouncing tool that will also go on IRC as soon as it is launched, guarding or attempting to get one's nick. * psyBNC is said to be the oldest and most well-known IRC bouncer. It is easy to use, runs on Linux and became popular on FreeBSD, 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. * shroudBNC (IRC) supports SSL connections and offers a web interface. * ZNC (IRC) is easy to use, supports SSL connections, IPv6 and logging and offers a web interface. It is extendible by modules and scripts in
C++ C++ (pronounced "C plus plus") is a high-level general-purpose programming language created by Danish computer scientist Bjarne Stroustrup as an extension of the C programming language, or "C with Classes". The language has expanded significan ...
,
Python Python may refer to: Snakes * Pythonidae, a family of nonvenomous snakes found in Africa, Asia, and Australia ** ''Python'' (genus), a genus of Pythonidae found in Africa and Asia * Python (mythology), a mythical serpent Computing * Python (pro ...
,
Perl Perl is a family of two high-level, general-purpose, interpreted, dynamic programming languages. "Perl" refers to Perl 5, but from 2000 to 2019 it also referred to its redesigned "sister language", Perl 6, before the latter's name was offic ...
and
Tcl TCL or Tcl or TCLs may refer to: Business * TCL Technology, a Chinese consumer electronics and appliance company **TCL Electronics, a subsidiary of TCL Technology * Texas Collegiate League, a collegiate baseball league * Trade Centre Limited ...
. * Bouncer written in
Java Java (; id, Jawa, ; jv, ꦗꦮ; su, ) is one of the Greater Sunda Islands in Indonesia. It is bordered by the Indian Ocean to the south and the Java Sea to the north. With a population of 151.6 million people, Java is the world's mos ...
is a generic bouncer/proxy. Supports SSL tunneling, Failover and LoadBalancing of destinations."Bouncer"
Github. Retrieved November 2, 2012
* dircproxy * The Lounge acts like a bouncer and a
progressive web app A progressive web application (PWA), commonly known as a progressive web app, is a type of application software delivered through the web, built using common web technologies including HTML, CSS, JavaScript, and WebAssembly. It is intended to w ...
(PWA) client combined. It is open source. * soju is a simple and easy-to-configure IRC bouncer. The project is hosted on SourceHut.


FTP

BNCs are also often used for
File Transfer Protocol The File Transfer Protocol (FTP) is a standard communication protocol used for the transfer of computer files from a server to a client on a computer network. FTP is built on a client–server model architecture using separate control and dat ...
(FTP), again to hide the user and
server Server may refer to: Computing *Server (computing), a computer program or a device that provides functionality for other programs or devices, called clients Role * Waiting staff, those who work at a restaurant or a bar attending customers and su ...
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 a multi-server setup for easy access to each server and load balancing. This removes the need to select which FTP server to log into, when trying to access the
server farm A server farm or server cluster is a collection of computer servers, usually maintained by an organization to supply server functionality far beyond the capability of a single machine. They often consist of thousands of computers which require ...
. 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

*
Proxy Proxy may refer to: * Proxy or agent (law), a substitute authorized to act for another entity or a document which authorizes the agent so to act * Proxy (climate), a measured variable used to infer the value of a variable of interest in climate ...
*
Open proxy An open proxy is a type of proxy server that is accessible by any Internet user. Generally, a proxy server only allows users ''within a network group'' (i.e. a closed proxy) to store and forward Internet services such as DNS or web pages to ...


References


External links

* {{dmoz, Computers/Software/Internet/Clients/Chat/IRC/Bouncers Internet privacy software Computer security software Internet Relay Chat Internet Relay Chat bouncers, gateways and proxies