The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD net : bounce

Bounce tcp connections to another machine/port

 A little program to bounce tcp connections to another machine/port.
By default it listens on port 1523.

Author: Roger Espel Llima
 

http://www.iagora.com/~espel/hacks.html



bounce history


v. 1.24
date: 2007/08/31 07:48:56;  author: az;  state: Exp;  lines: +1 -1
- Fix patch in previous commit (broken -d option)
- bump portrevision

Reported by:	Alexander Logvinov  via ports/115420 follow-up

Pointy hat:	az

v. 1.23 date: 2007/08/26 11:05:00; author: az; state: Exp; lines: +1 -1 - Implement new option -t (*). - bump PORTREVISION (*) Since program was drop connections every six hours, this option provide mechanism to override default constant. PR: ports/115420 Submitted by: SeaD Approved by: maintainer (timeout)
v. 1.22 date: 2007/06/06 11:24:47; author: miwi; state: Exp; lines: +1 -1 - Add new -d option to call gethostbyname before connect PR: 113069 Submitted by: Alexander Logvinov Approved by: maintainer
v. 1.21 date: 2006/11/10 00:44:59; author: clsung; state: Exp; lines: +5 -4 - Provide rc_subr script for bounce PR: ports/104514 Submitted by: Alexander Logvinov Approved by: maintainer (Matt Wilbur)
v. 1.20 date: 2006/07/04 14:49:27; author: pav; state: Exp; lines: +1 -1 - Add new -b option for outcoming connection binding PR: ports/96263 (in follow-up) Submitted by: SeaD Approved by: Matt Wilbur (maintainer)
v. 1.19 date: 2006/05/26 08:29:41; author: pav; state: Exp; lines: +1 -1 - Grant maintainership PR: ports/97868 Submitted by: Matt Wilbur
v. 1.18 date: 2006/05/02 08:31:07; author: pav; state: Exp; lines: +1 -0 - Add patch to be able to make redirects from specified outgoing IP PR: ports/96263 Submitted by: SeaD
v. 1.17 date: 2003/02/20 18:50:52; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.16 date: 2002/11/10 16:47:21; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.15 date: 2002/11/06 22:46:19; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.14 date: 2002/09/29 22:02:52; author: kris; state: Exp; lines: +1 -1 Fix MASTER_SITE, update WWW and add author Submitted by: Tilman Linneweh PR: ports/43487
v. 1.13 date: 2002/05/08 20:54:07; author: obrien; state: Exp; lines: +1 -1 To ports@freebsd.org.
v. 1.12 date: 2001/11/24 01:32:22; author: petef; state: Exp; lines: +2 -2 Install the bounce binary into ${PREFIX}/sbin, not ${PREFIX}/libexec. PR: 19585 Submitted by: Nathan Yoder Approved by: maintainer
v. 1.11 date: 2000/06/29 02:31:37; author: asami; state: Exp; lines: +3 -2 Use ${MASTER_SITE_LOCAL}.
v. 1.10 date: 2000/06/07 17:44:34; author: obrien; state: Exp; lines: +2 -2 The local-distfiles dir on ftp.freebsd.org was moved under ports/.
v. 1.9 date: 2000/06/07 03:09:17; author: obrien; state: Exp; lines: +2 -2 Become the guinnie-pig and move all my Freefall ~/public_html distfiles over to the new ftp.freebsd.org local distfiles site.
v. 1.8 date: 2000/04/09 18:10:19; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.7 date: 2000/03/22 00:26:42; author: obrien; state: Exp; lines: +2 -1 Restore useless version required comments.
v. 1.6 date: 2000/03/20 02:36:09; author: obrien; state: Exp; lines: +1 -2 Remove the "version required" line.
v. 1.5 date: 2000/02/13 03:23:06; author: obrien; state: Exp; lines: +3 -3 Style nits in the ports I maintain.
v. 1.4 date: 2000/02/08 09:27:52; author: peter; state: Exp; lines: +2 -2 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user, as the days of the former are numbered. Reviewed by: asami
v. 1.3 date: 1999/09/04 19:21:43; author: obrien; state: Exp; lines: +2 -2 change use of DISTFILES and portlint
v. 1.2 date: 1999/08/30 14:22:13; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.1 date: 1998/12/30 04:31:42; author: obrien; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/12/30 04:31:42; author: obrien; state: Exp; lines: +0 -0 A little program to bounce tcp connections to another machine/port. ============================================================================= v. 1.24 date: 2007/08/31 07:48:56; author: az; state: Exp; lines: +1 -1 - Fix patch in previous commit (broken -d option) - bump portrevision Reported by: Alexander Logvinov via ports/115420 follow-up Pointy hat: az
v. 1.23 date: 2007/08/26 11:05:00; author: az; state: Exp; lines: +1 -1 - Implement new option -t (*). - bump PORTREVISION (*) Since program was drop connections every six hours, this option provide mechanism to override default constant. PR: ports/115420 Submitted by: SeaD Approved by: maintainer (timeout)
v. 1.22 date: 2007/06/06 11:24:47; author: miwi; state: Exp; lines: +1 -1 - Add new -d option to call gethostbyname before connect PR: 113069 Submitted by: Alexander Logvinov Approved by: maintainer
v. 1.21 date: 2006/11/10 00:44:59; author: clsung; state: Exp; lines: +5 -4 - Provide rc_subr script for bounce PR: ports/104514 Submitted by: Alexander Logvinov Approved by: maintainer (Matt Wilbur)
v. 1.20 date: 2006/07/04 14:49:27; author: pav; state: Exp; lines: +1 -1 - Add new -b option for outcoming connection binding PR: ports/96263 (in follow-up) Submitted by: SeaD Approved by: Matt Wilbur (maintainer)
v. 1.19 date: 2006/05/26 08:29:41; author: pav; state: Exp; lines: +1 -1 - Grant maintainership PR: ports/97868 Submitted by: Matt Wilbur
v. 1.18 date: 2006/05/02 08:31:07; author: pav; state: Exp; lines: +1 -0 - Add patch to be able to make redirects from specified outgoing IP PR: ports/96263 Submitted by: SeaD
v. 1.17 date: 2003/02/20 18:50:52; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.16 date: 2002/11/10 16:47:21; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.15 date: 2002/11/06 22:46:19; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.14 date: 2002/09/29 22:02:52; author: kris; state: Exp; lines: +1 -1 Fix MASTER_SITE, update WWW and add author Submitted by: Tilman Linneweh PR: ports/43487
v. 1.13 date: 2002/05/08 20:54:07; author: obrien; state: Exp; lines: +1 -1 To ports@freebsd.org.
v. 1.12 date: 2001/11/24 01:32:22; author: petef; state: Exp; lines: +2 -2 Install the bounce binary into ${PREFIX}/sbin, not ${PREFIX}/libexec. PR: 19585 Submitted by: Nathan Yoder Approved by: maintainer
v. 1.11 date: 2000/06/29 02:31:37; author: asami; state: Exp; lines: +3 -2 Use ${MASTER_SITE_LOCAL}.
v. 1.10 date: 2000/06/07 17:44:34; author: obrien; state: Exp; lines: +2 -2 The local-distfiles dir on ftp.freebsd.org was moved under ports/.
v. 1.9 date: 2000/06/07 03:09:17; author: obrien; state: Exp; lines: +2 -2 Become the guinnie-pig and move all my Freefall ~/public_html distfiles over to the new ftp.freebsd.org local distfiles site.
v. 1.8 date: 2000/04/09 18:10:19; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.7 date: 2000/03/22 00:26:42; author: obrien; state: Exp; lines: +2 -1 Restore useless version required comments.
v. 1.6 date: 2000/03/20 02:36:09; author: obrien; state: Exp; lines: +1 -2 Remove the "version required" line.
v. 1.5 date: 2000/02/13 03:23:06; author: obrien; state: Exp; lines: +3 -3 Style nits in the ports I maintain.
v. 1.4 date: 2000/02/08 09:27:52; author: peter; state: Exp; lines: +2 -2 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user, as the days of the former are numbered. Reviewed by: asami
v. 1.3 date: 1999/09/04 19:21:43; author: obrien; state: Exp; lines: +2 -2 change use of DISTFILES and portlint
v. 1.2 date: 1999/08/30 14:22:13; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.1 date: 1998/12/30 04:31:42; author: obrien; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/12/30 04:31:42; author: obrien; state: Exp; lines: +0 -0 A little program to bounce tcp connections to another machine/port. ============================================================================= v. 1.24 date: 2007/08/31 07:48:56; author: az; state: Exp; lines: +1 -1 - Fix patch in previous commit (broken -d option) - bump portrevision Reported by: Alexander Logvinov via ports/115420 follow-up Pointy hat: az
v. 1.23 date: 2007/08/26 11:05:00; author: az; state: Exp; lines: +1 -1 - Implement new option -t (*). - bump PORTREVISION (*) Since program was drop connections every six hours, this option provide mechanism to override default constant. PR: ports/115420 Submitted by: SeaD Approved by: maintainer (timeout)
v. 1.22 date: 2007/06/06 11:24:47; author: miwi; state: Exp; lines: +1 -1 - Add new -d option to call gethostbyname before connect PR: 113069 Submitted by: Alexander Logvinov Approved by: maintainer
v. 1.21 date: 2006/11/10 00:44:59; author: clsung; state: Exp; lines: +5 -4 - Provide rc_subr script for bounce PR: ports/104514 Submitted by: Alexander Logvinov Approved by: maintainer (Matt Wilbur)
v. 1.20 date: 2006/07/04 14:49:27; author: pav; state: Exp; lines: +1 -1 - Add new -b option for outcoming connection binding PR: ports/96263 (in follow-up) Submitted by: SeaD Approved by: Matt Wilbur (maintainer)
v. 1.19 date: 2006/05/26 08:29:41; author: pav; state: Exp; lines: +1 -1 - Grant maintainership PR: ports/97868 Submitted by: Matt Wilbur
v. 1.18 date: 2006/05/02 08:31:07; author: pav; state: Exp; lines: +1 -0 - Add patch to be able to make redirects from specified outgoing IP PR: ports/96263 Submitted by: SeaD
v. 1.17 date: 2003/02/20 18:50:52; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.16 date: 2002/11/10 16:47:21; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.15 date: 2002/11/06 22:46:19; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.14 date: 2002/09/29 22:02:52; author: kris; state: Exp; lines: +1 -1 Fix MASTER_SITE, update WWW and add author Submitted by: Tilman Linneweh PR: ports/43487
v. 1.13 date: 2002/05/08 20:54:07; author: obrien; state: Exp; lines: +1 -1 To ports@freebsd.org.
v. 1.12 date: 2001/11/24 01:32:22; author: petef; state: Exp; lines: +2 -2 Install the bounce binary into ${PREFIX}/sbin, not ${PREFIX}/libexec. PR: 19585 Submitted by: Nathan Yoder Approved by: maintainer
v. 1.11 date: 2000/06/29 02:31:37; author: asami; state: Exp; lines: +3 -2 Use ${MASTER_SITE_LOCAL}.
v. 1.10 date: 2000/06/07 17:44:34; author: obrien; state: Exp; lines: +2 -2 The local-distfiles dir on ftp.freebsd.org was moved under ports/.
v. 1.9 date: 2000/06/07 03:09:17; author: obrien; state: Exp; lines: +2 -2 Become the guinnie-pig and move all my Freefall ~/public_html distfiles over to the new ftp.freebsd.org local distfiles site.
v. 1.8 date: 2000/04/09 18:10:19; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.7 date: 2000/03/22 00:26:42; author: obrien; state: Exp; lines: +2 -1 Restore useless version required comments.
v. 1.6 date: 2000/03/20 02:36:09; author: obrien; state: Exp; lines: +1 -2 Remove the "version required" line.
v. 1.5 date: 2000/02/13 03:23:06; author: obrien; state: Exp; lines: +3 -3 Style nits in the ports I maintain.
v. 1.4 date: 2000/02/08 09:27:52; author: peter; state: Exp; lines: +2 -2 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user, as the days of the former are numbered. Reviewed by: asami
v. 1.3 date: 1999/09/04 19:21:43; author: obrien; state: Exp; lines: +2 -2 change use of DISTFILES and portlint
v. 1.2 date: 1999/08/30 14:22:13; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.1 date: 1998/12/30 04:31:42; author: obrien; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/12/30 04:31:42; author: obrien; state: Exp; lines: +0 -0 A little program to bounce tcp connections to another machine/port. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm