Date: Mon, 10 Sep 2007 18:50:08 GMT From: Matus Harvan <mharvan@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 126280 for review Message-ID: <200709101850.l8AIo8Na064620@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=126280 Change 126280 by mharvan@mharvan_bike-planet on 2007/09/10 18:49:38 update the README based on feedback from Christopher Arnold * libevent has to be installed * remove the -p option Affected files ... .. //depot/projects/soc2007/mharvan-mtund/mtund.src/README#5 edit .. //depot/projects/soc2007/mharvan-mtund/mtund.src/mtund.c#15 edit Differences ... ==== //depot/projects/soc2007/mharvan-mtund/mtund.src/README#5 (text+ko) ==== @@ -4,11 +4,12 @@ On a FreeBSD system, a simple make should suffice. Before that, please patch your system with patches in ../sys.patches to get additional -goodies. +goodies. Note that you also need to install libevent, i.e., pkg_add -r +libevent. USAGE -server: tunneld -s -p port -client: tunneld -c -p port host +server: tunneld -s +client: tunneld -c host You should set up nat on the tun interfaces. With pf: nat on ral0 from !(ral0) to any -> (ral0) ==== //depot/projects/soc2007/mharvan-mtund/mtund.src/mtund.c#15 (text+ko) ==== @@ -1338,8 +1338,8 @@ /* } */ /* pl = load_plugin("./plugin_tcp.so"); */ /* pl->name = "tcp_1234"; */ -/* pl = load_plugin("./plugin_icmp.so"); */ -/* pl->name = "icmp"; */ + pl = load_plugin("./plugin_icmp.so"); + pl->name = "icmp"; pl = load_plugin("./plugin_dns/plugin_dns.so"); pl->name = "dns_53";
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709101850.l8AIo8Na064620>