summaryrefslogtreecommitdiffstats
path: root/security/skip/files/patch-au
blob: 4e9ebdb29a273665429ef8a1c8710c4241cdb104 (plain)
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
diff -ur --unidirectional-new-file skipsrc-1.0.orig/doc/README.FreeBSD skipsrc-1.0/doc/README.FreeBSD
--- skipsrc-1.0.orig/doc/README.FreeBSD	Wed Dec 31 16:00:00 1969
+++ skipsrc-1.0/doc/README.FreeBSD	Tue Dec 23 16:23:06 1997
@@ -0,0 +1,64 @@
+
+Some notes regarding the FreeBSD port of SKIP
+December 8, 1997
+
+- Most of the non-man page documentation has NOT be patched to
+  reflect the different locations of files, etc. The main difference
+  is that the original version of SKIP puts everything under /usr/skip,
+  wheras the FreeBSD port puts it under /usr/local (or elsewhere if
+  you set ${PREFIX}). This documentation can be found under
+  /usr/local/share/doc/skip.
+
+- SKIP is applied to packets *after* any ipfw(8) filtering is applied.
+  This is true for both incoming and outgoing packets. Note that SKIP
+  has its own access control functionality.
+
+  One way to deal with this is to do the following:
+
+  - Setup ipfw as you normally would to restrict access to your machine.
+  - Add additional ipfw rules to allow SKIP related traffic:
+    - ipfw add 10 allow 57 from any to any
+    - ipfw add 10 allow 79 from any to any (if using SunScreen mode)
+    - ipfw add 10 allow 50 from any to any (if using raw ESP/AH mode)
+    - ipfw add 10 allow 51 from any to any (if using raw ESP/AH mode)
+    - ipfw add 10 allow udp from any to <your-address> 1640
+    - ipfw add 10 allow udp from <your-address> 1640 to any
+  - Set the default rule for SKIP to be to allow access.
+
+- Skipd will logs via syslog(3) instead of logging directly
+  to /var/log/skip.log as before, using the LOG_DAEMON facility.
+
+  You may want to redirect this output to its own log file.
+  This is done by the following steps:
+
+    1. touch /var/log/skipd
+    2. Edit /etc/syslog.conf and add these lines at the end:
+
+       !skipd
+       *.*		/var/log/skipd.log
+
+    3. Edit /etc/newsyslog.conf as appropriate
+    4. Restart syslogd
+
+- Each time skip is started (at reboot time), the skiphost
+  output is written to /var/log/skiphost.log. You may also
+  want to add an entry to /etc/newsyslog.conf for this one
+  as well.
+
+- Users of skip should subscribe to the SKIP mailing list
+  by sending an email to "majordomo@skip.org" containing
+  the line "subscribe skip-info".
+
+- If you have trouble:
+
+  - If there is a problem with the port itself (e.g., it won't
+    compile on your system), use send-pr(1) to send a problem report.
+
+  - If you are having trouble with SKIP configuration, use,
+    compatibility, etc., send your questions to the SKIP
+    mailing list: skip-info@skip.org (you should subscribe
+    to it first).
+
+Thanks,
+-Archie Cobbs  <archie@whistle.com>
+
OpenPOWER on IntegriCloud