summaryrefslogtreecommitdiff
path: root/README.platform
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-06-23 21:05:12 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-06-23 21:05:12 +1000
commit3eb4834489426bd796da90299b2f8174b744dddd (patch)
tree1ba7e8ba150f78bca0d02c3a780a01acfcd3ccba /README.platform
parent643460803f5c8c5a9bec9455a62d8a5217699f43 (diff)
- (dtucker) [README.platform configure.ac openbsd-compat/port-tun.c] Add
tunnel support for Mac OS X/Darwin via a third-party tun driver. Patch from reyk@, tested by anil@
Diffstat (limited to 'README.platform')
-rw-r--r--README.platform14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.platform b/README.platform
index 4c18a3278..b7dc3f91c 100644
--- a/README.platform
+++ b/README.platform
@@ -30,6 +30,18 @@ gcc, gcc-mingw-core, mingw-runtime, binutils, make, openssl,
30openssl-devel, zlib, minres, minires-devel. 30openssl-devel, zlib, minres, minires-devel.
31 31
32 32
33Darwin and MacOS X
34------------------
35Darwin does not provide a tun(4) driver required for OpenSSH-based
36virtual private networks. The BSD manpage still exists, but the driver
37has been removed in recent releases of Darwin and MacOS X.
38
39Nevertheless, tunnel support is known to work with Darwin 8 and
40MacOS X 10.4 in Point-to-Point (Layer 3) and Ethernet (Layer 2) mode
41using a third party driver. More information is available at:
42 http://www-user.rhrk.uni-kl.de/~nissler/tuntap/
43
44
33Solaris 45Solaris
34------- 46-------
35If you enable BSM auditing on Solaris, you need to update audit_event(4) 47If you enable BSM auditing on Solaris, you need to update audit_event(4)
@@ -55,4 +67,4 @@ account stacks which will prevent authentication entirely, but will still
55return the output from pam_nologin to the client. 67return the output from pam_nologin to the client.
56 68
57 69
58$Id: README.platform,v 1.6 2005/11/05 05:28:35 dtucker Exp $ 70$Id: README.platform,v 1.7 2006/06/23 11:05:13 dtucker Exp $