Port details |
- hanstunnel Hans makes it possible to tunnel IPv4 through ICMP
- 1.0 net =2 1.0Version of this port present on the latest quarterly branch.
- Maintainer: vsityz@gmail.com
- Port Added: 2013-06-28 20:45:55
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: security
- License: FPL GPLv3+
- WWW:
- http://code.gerade.org/hans/
- Description:
- Hans makes it possible to tunnel IPv4 through ICMP echo packets, so you
could call it a ping tunnel. This can be useful when you find yourself
in the situation that your Internet access is firewalled, but pings are
allowed.
Hans runs on Linux as a client and a server. It runs on Mac OS X,
iPhone/iPod touch, FreeBSD and OpenBSD as a client only.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/hanstunnel/ && make install clean
- To add the package, run one of these commands:
- pkg install net/hanstunnel
- pkg install hans
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: hans
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1517917910
SHA256 (hans-1.0.tar.gz) = f8f70cf22ba14d9223695c9e9a2d75289d8360f61f533b83ee538836f29a458e
SIZE (hans-1.0.tar.gz) = 36702
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_hanstunnel
- USES:
- dos2unix
- pkg-message:
- For install:
- Hans runs on Linux as a client and a server.
It runs on FreeBSD client only.
NOTE: that Hans cannot receive echo requests on BSD systems.
Therefore the server only works on Linux.
### Running as a server ###
% hans -s 10.1.2.0 -r -p password -u nobody
### Running as a client ###
% hans -c server_address -p password -u nobody
### Help ###
% hans
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0 14 Aug 2019 08:48:51 |
mat |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
1.0 01 Aug 2018 16:33:11 |
adamw |
Fix a common grammar error: "can not" means the opposite of "cannot."
"Can not" means "it is possible not to," and "cannot" means "it is impossible
to." |
1.0 18 Mar 2018 23:06:35 |
yuri |
net/hanstunnel: Update to 1.0
Port changes:
* Change to DISTVERSION
* Remove TUN_DEV_FILE from MAKE_ARGS
* Remove patches
PR: 226283
Submitted by: owk <freebsd_ports@k-worx.org>
Approved by: maintainer's timeout (17 days, vsityz@gmail.com) |
0.4.4 21 Mar 2016 18:47:47 |
jbeich |
net/hanstunnel: improve dialog(1) workaround after r394503 |
0.4.4 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
0.4.4 16 Oct 2015 06:57:31 |
marino |
net/hanstunnel is not jobs safe
This port has failed on me multiple times in a multi-job build. This
last time in tried to build object files (main.o, tun.o, etc) in the
"build" directory before the directory was created. |
0.4.4 13 May 2015 16:14:46 |
jbeich |
net/hanstunnel: update to 0.4.4 [1] and improve
- Revert r326014 as nothing to substitute in pkg-message [1]
- Clarify server works only on Linux [1]
- Unbreak build on DragonFly [2]
- Drop poorly maintained CLANG option [3]
- Simplify patching via MAKE_ARGS
- Respect LOCALBASE != PREFIX
- Pet portlint (makepatch)
- Clarify LICENSE
PR: 195313
Reported by: DPorts [2]
Requested by: many [3]
Submitted by: vsityz@gmail.com (maintainer [1], based on)
Reviewed by: marino [2]
Approved by: maintainer timeout (~3 weeks) |
0.4.1_1 02 May 2015 19:33:13 |
jbeich |
Back out part of r385209 related to bug 195313
Not bumping PORTEPOCH because I'll eventually land those changes, anyway.
PR: 199723 |
0.4.4 02 May 2015 19:23:56 |
jbeich |
net/miruo: add new port
Network monitor/analyzer which prints packets on terminal in neat style.
Packet data can also be read from a file saved by tcpdump(1).
WWW: https://github.com/KLab/miruo
PR: 199723
Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> |
0.4.1_1 06 Aug 2014 14:15:04 |
adamw |
Add missing header files.
The wacky CLANG option probably needs some attention. |
0.4.1_1 01 Mar 2014 21:23:14 |
gerald |
Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above.
Approved by: portmgr (bapt) [1] |
0.4.1_1 21 Nov 2013 23:37:05 |
brooks |
Depend on clang33 rather than the deprecated clang port.
STAGEify.
Patch an obvious buffer overflow found by the compiler.
Approved by: maintainer timeout |
0.4.1 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.4.1 02 Sep 2013 15:40:00 |
lippe |
- Set correctly MASTER_SITES
- Use appropriate COMMENT
- Move pkg-message to files/pkg-message.in using SUB_FILES
- Use INSTALL_PROGRAM
PR: ports/180180
Submitted by: lippe@
Approved by: Alexander Panyushkin <vsityz@gmail.com> (maintainer) |
0.4.1 28 Jun 2013 20:45:36 |
lippe |
Hans makes it possible to tunnel IPv4 through ICMP echo packets, so you
could call it a ping tunnel. This can be useful when you find yourself
in the situation that your Internet access is firewalled, but pings are
allowed.
WWW: http://code.gerade.org/hans/
PR: ports/177649
Submitted by: Alexander Panyushkin <vsityz@gmail.com> |