Import of tund.
TUND allows to organize IP over IP tunnel (IP packets are incapsulated into UDP one). It works together with FreeBSD ipfw(8). Can be used for tunneling private networks behind NATD. PR: 12718 Submitted by: Sergey Kosyakov <ks@itp.ac.ru>
This commit is contained in:
parent
bad9eeb039
commit
2e4ddf6533
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20480
18
net/tund/Makefile
Normal file
18
net/tund/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# New ports collection makefile for: tund
|
||||
# Version required: 0.11
|
||||
# Date created: 20 July 1999
|
||||
# Whom: Sergey Kosyakov <ks@itp.ac.ru>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= tund-0.11
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ftp://ftp.chg.ru/pub/networking/freebsd/
|
||||
|
||||
MAINTAINER= ks@itp.ac.ru
|
||||
|
||||
MAN8= tund.8
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
net/tund/distinfo
Normal file
1
net/tund/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (tund-0.11.tar.gz) = 06c5017390e58a2bd47783cf5ebdd86d
|
1
net/tund/pkg-comment
Normal file
1
net/tund/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
IP over UDP tunnel assistant
|
8
net/tund/pkg-descr
Normal file
8
net/tund/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
TUND allows to organize IP over IP tunnel (IP packets are incapsulated
|
||||
into UDP one). It works together with FreeBSD ipfw(8). Can be used
|
||||
for tunneling private networks behind NATD.
|
||||
|
||||
WWW: http://www.chg.ru/~ks/tund
|
||||
|
||||
Sergey Kosyakov
|
||||
ks@itp.ac.ru
|
1
net/tund/pkg-plist
Normal file
1
net/tund/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
sbin/tund
|
Loading…
Reference in New Issue
Block a user