2 .\" ----------------------------------------------------------------------------
3 .\" "THE BEER-WARE LICENSE" (Revision 42):
4 .\" <phk@FreeBSD.org> wrote this file. As long as you retain this notice you
5 .\" can do whatever you want with this stuff. If we meet some day, and you think
6 .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7 .\" ----------------------------------------------------------------------------
9 .\" $FreeBSD: src/sbin/nos-tun/nos-tun.8,v 1.6.2.6 2003/02/23 20:53:46 trhodes Exp $
10 .\" $DragonFly: src/sbin/nos-tun/nos-tun.8,v 1.4 2006/02/17 19:33:33 swildner Exp $
17 .Nd implement ``nos'' or ``ka9q'' style IP over IP tunnel
32 utility is used to establish an
34 style tunnel, (also known as
43 is the name of the tunnel device
50 are the addresses used on the tunnel device.
51 If you configure the tunnel against a cisco router, use a netmask of
53 on the cisco. This is because the tunnel is a point-to-point interface
56 end, a concept cisco doesn't really implement.
60 Original KA9Q NOS uses 94 but many people use 4
61 in worldwide backbone of ampr.org.
64 is the address of the remote tunnel device, this must match the source
65 address set on the remote end.
69 box on address 192.168.59.34:
70 .Bd -literal -offset indent
71 nos-tun -t /dev/tun0 -s 192.168.61.1 -d 192.168.61.2 192.168.56.45
74 Remote cisco on address 192.168.56.45:
75 .Bd -literal -offset indent
77 ip address 192.168.61.2 255.255.255.252
79 tunnel destination 192.168.59.34
80 tunnel source 192.168.56.45
84 .An Nickolay N. Dudorov Aq nnd@itfs.nsk.su
86 .An Poul-Henning Kamp Aq phk@FreeBSD.org
88 .An Isao SEKI Aq iseki@gongon.com
89 added a new flag, IP protocol number.
91 We don't allow for setting our source address for multihomed machines.