-
Notifications
You must be signed in to change notification settings - Fork 1
/
atalkvpn.1
92 lines (86 loc) · 3 KB
/
atalkvpn.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
.\" Copyright (c) 2021 Nathanial Sloss <[email protected]>
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS
.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd April 7, 2021
.Dt ATALKVPN 1
.Os
.Sh NAME
.Nm atalkvpn
.Nd AppleTalk phase 1 tunneling sever for use with avpn-0.4.9.1.
.Sh SYNOPSIS
.Nm
.Op Fl n
.Op Fl p Ar port
.Fl i Ar tadev
.Sh DESCRIPTION
The
.Nm
daemon is an AppleTalk (LocalTalk) tunneling program for use with avpn-0.4.9.1
appletalk control panel from B.Braun. See:
.Pa https://web.archive.org/web/20160115003115if_/http://www.synack.net/~bbraun/macsrc/avpn0.4.9.1.cpt.hqx
.Bl -tag -width indent
.It Fl i Ar tapdev
tap(4) device.
.It Fl p Ar port
UDP port number.
This needs to be 1029 to connect to the corresponding MacOS control panel.
.It Fl n
Disable timeouts when not sending/receiving data.
.El
.Pp
You can use this control panel on your Macintosh Computer running at least
AppleTalk version 58 or above with System 6 or 7.
The STR "severname" resource with the control panel from B.Braun needs to be modified with
the address of the server running this daemon.
This will make it possible to print and run a file share over
.Xr ppp 4 .
This is for use with the
.Pa netatalk22
package from pkgsrc.
The
.Xr tap 4 device must be set up as a phase 1 address and apfpd.conf should have
the option
.Sq -tickleval -1
added to afpd.conf to disable session tickles which
if left in the defaults will cause the print/file share to disconnect.
.Pp
Password authentication is not used from the control panel at present.
.Sh EXAMPLES
Add the following to
.Xr rc.conf 5
with the correct configured
.Xr tap 4
device:
.Dl atalkvpnd=YES
.Dl atalkvpnd_flags="-n -i /dev/tap0"
.Sh SEE ALSO
.Xr tap 4
.Xr pppd 8
.Xr papd 8
.Xr afpd 8
.Xr papd.conf 5
.Xr afpd.conf 5
.Xr rc.conf 5
.Sh AUTHORS
Nathanial Sloss