diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-06-23 21:05:12 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-06-23 21:05:12 +1000 |
commit | 3eb4834489426bd796da90299b2f8174b744dddd (patch) | |
tree | 1ba7e8ba150f78bca0d02c3a780a01acfcd3ccba /README.platform | |
parent | 643460803f5c8c5a9bec9455a62d8a5217699f43 (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.platform | 14 |
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, | |||
30 | openssl-devel, zlib, minres, minires-devel. | 30 | openssl-devel, zlib, minres, minires-devel. |
31 | 31 | ||
32 | 32 | ||
33 | Darwin and MacOS X | ||
34 | ------------------ | ||
35 | Darwin does not provide a tun(4) driver required for OpenSSH-based | ||
36 | virtual private networks. The BSD manpage still exists, but the driver | ||
37 | has been removed in recent releases of Darwin and MacOS X. | ||
38 | |||
39 | Nevertheless, tunnel support is known to work with Darwin 8 and | ||
40 | MacOS X 10.4 in Point-to-Point (Layer 3) and Ethernet (Layer 2) mode | ||
41 | using a third party driver. More information is available at: | ||
42 | http://www-user.rhrk.uni-kl.de/~nissler/tuntap/ | ||
43 | |||
44 | |||
33 | Solaris | 45 | Solaris |
34 | ------- | 46 | ------- |
35 | If you enable BSM auditing on Solaris, you need to update audit_event(4) | 47 | If 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 | |||
55 | return the output from pam_nologin to the client. | 67 | return 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 $ |