aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/man/man8/nos-tun.8
diff options
context:
space:
mode:
Diffstat (limited to 'ja_JP.eucJP/man/man8/nos-tun.8')
-rw-r--r--ja_JP.eucJP/man/man8/nos-tun.882
1 files changed, 0 insertions, 82 deletions
diff --git a/ja_JP.eucJP/man/man8/nos-tun.8 b/ja_JP.eucJP/man/man8/nos-tun.8
deleted file mode 100644
index a5de7de9a3..0000000000
--- a/ja_JP.eucJP/man/man8/nos-tun.8
+++ /dev/null
@@ -1,82 +0,0 @@
-.\"
-.\" ----------------------------------------------------------------------------
-.\" "THE BEER-WARE LICENSE" (Revision 42):
-.\" <phk@FreeBSD.org> wrote this file. As long as you retain this notice you
-.\" can do whatever you want with this stuff. If we meet some day, and you think
-.\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
-.\" ----------------------------------------------------------------------------
-.\"
-.\" %Id: nos-tun.8,v 1.2 1998/05/05 06:24:12 charnier Exp %
-.\" jpman %Id: nos-tun.8,v 1.3 1998/10/12 22:52:07 vanitas Stab %
-.\"
-.Dd April 11, 1998
-.Dt NOS-TUN 8
-.Os FreeBSD 3.0
-.Sh 名称
-.Nm nos-tun
-.Nd ``nos'' または ``ka9q'' 形式の IP over IP トンネルを実装する
-.Sh 書式
-.Nm nos-tun
-.Fl t
-.Ar tunnel
-.Fl s
-.Ar source
-.Fl d
-.Ar destination
-.Ar target
-.Sh 解説
-.Nm
-は
-.Xr tun 4
-カーネルインタフェースを利用して(
-.Em ka9q
-または
-.Em IP-IP
-トンネルとしても知られる)
-.Em nos
-形式トンネルを確立します。
-.Pp
-.Ar tunnel
-はトンネルデバイス名、例えば
-.Pa /dev/tun0
-などです。
-.Pp
-.Ar source
-と
-.Ar destination
-はトンネルデバイスに使用されるアドレスです。
-もしトンネルを cisco ルータに対して設定する場合には、cisco において
-.Dq 255.255.255.252
-のネットマスクを使用します。これはトンネルが
-.Bx Free
-側において point-to-point インタフェースになっていますが、
-cisco が実際には
-実装していないためです。
-.Pp
-.Ar target
-はリモートのトンネルデバイスのアドレスで、
-リモート側で設定されたソースアドレスと一致する必要があります。
-.Sh 使用例
-こちら側、アドレス 192.168.59.34 の
-.Bx Free
-箱:
-.Bd -literal -offset indent 4m
-nos-tun -t /dev/tun0 -s 192.168.61.1 -d 192.168.61.2 192.168.56.45
-.Ed
-.Pp
-アドレス 192.168.56.45 のリモート cisco:
-.Bd -literal -offset indent 4m
-interface tunnel 0
-ip address 192.168.61.2 255.255.255.252
-tunnel mode nos
-tunnel destination 192.168.59.34
-tunnel source 192.168.56.45
-.Ed
-.Sh バグ
-ソースアドレスをマルチホームなマシンに設定するようなことは
-想定されていません。
-.Sh 作者
-.An Nickolay N. Dudorov Aq nnd@itfs.nsk.su
-がプログラムを書き、
-.An Poul-Henning Kamp Aq phk@FreeBSD.org
-がマニュアルを書きました。