Date: Tue, 20 Jun 2000 04:41:49 -0700 (PDT) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libalias alias_pptp.c HISTORY Makefile alias.c alias_db.c alias_local.h libalias.3 Message-ID: <200006201141.EAA65871@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2000/06/20 04:41:49 PDT
Modified files:
lib/libalias HISTORY Makefile alias.c alias_db.c
alias_local.h libalias.3
Added files:
lib/libalias alias_pptp.c
Log:
Added true support for PPTP aliasing. Some nice features include:
- Multiple PPTP clients behind NAT to the same or different servers.
- Single PPTP server behind NAT -- you just need to redirect TCP
port 1723 to a local machine. Multiple servers behind NAT is
possible but would require a simple API change.
- No API changes!
For more information on how this works see comments at the start of
the alias_pptp.c.
PacketAliasPptp() is no longer necessary and will be removed soon.
Submitted by: Erik Salander <erik@whistle.com>
Reviewed by: ru
Rewritten by: ru
Reviewed by: Erik Salander <erik@whistle.com>
Revision Changes Path
1.8 +6 -1 src/lib/libalias/HISTORY
1.14 +2 -2 src/lib/libalias/Makefile
1.20 +53 -8 src/lib/libalias/alias.c
1.32 +72 -4 src/lib/libalias/alias_db.c
1.15 +13 -1 src/lib/libalias/alias_local.h
1.32 +3 -1 src/lib/libalias/libalias.3
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006201141.EAA65871>
