Date: Wed, 16 Apr 2003 06:53:27 -0700 (PDT) From: Ruslan Ermilov <ru@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/l2tpd Makefile ports/net/l2tpd/files patch-doc::l2tpd.conf.5 patch-doc::l2tpd.conf.sample patch-file.c patch-file.h patch-l2tpd.c patch-network.c Message-ID: <200304161353.h3GDrRUq058979@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2003/04/16 06:53:27 PDT FreeBSD ports repository Modified files: net/l2tpd Makefile net/l2tpd/files patch-doc::l2tpd.conf.5 patch-doc::l2tpd.conf.sample patch-file.c patch-file.h patch-l2tpd.c patch-network.c Log: When l2tpd(8) runs on a multi-homed machine, and you attempt to establish an L2TP VPN connection to its external IP address from the Windows XP box on your LAN, l2tpd(8) will reply (UDP) from its local IP address, and not external IP address. Implement the new global option "address" to aid in overcoming this problem. Also helps in environments with complex NAT configurations. Bump PORTREVISION. Approved by: sobomax Revision Changes Path 1.6 +1 -1 ports/net/l2tpd/Makefile 1.3 +9 -5 ports/net/l2tpd/files/patch-doc::l2tpd.conf.5 1.2 +8 -6 ports/net/l2tpd/files/patch-doc::l2tpd.conf.sample 1.3 +40 -2 ports/net/l2tpd/files/patch-file.c 1.4 +10 -2 ports/net/l2tpd/files/patch-file.h 1.4 +18 -7 ports/net/l2tpd/files/patch-l2tpd.c 1.2 +21 -4 ports/net/l2tpd/files/patch-network.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304161353.h3GDrRUq058979>