X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=README.sol2;h=9248e58f2b53948bf122d4bd395458fc80b9c488;hp=1c92ef6f30a10d8da6362847ba331c0602edf30a;hb=d2405cd92079b1d9c1b2c86ed1517c2a7fed3ccd;hpb=30cbaa38bf520afd963d515ca6fe2f264d782fbe diff --git a/README.sol2 b/README.sol2 index 1c92ef6..9248e58 100644 --- a/README.sol2 +++ b/README.sol2 @@ -4,9 +4,14 @@ but are not identical. The STREAMS kernel modules and driver for Solaris 2 are in the svr4 directory (and use some code from the modules directory). -***NOTE***: this package does not support Solaris 2.6 at present; -apparently the kernel interface to network interfaces has changed, and -this package has not yet been adapted correspondingly. Stay tuned. +This version has been tested under Solaris 2.6. + +NOTE: Although the kernel driver and modules have been designed to +operate correctly on SMP systems, they have not been extensively +tested on SMP machines. Some users of SMP Solaris x86 systems have +reported system problems apparently linked to the use of previous +versions of this software. I believe these problems have been fixed. + Installation. ************* @@ -38,5 +43,6 @@ local machine as a gateway to access other hosts. The solution is to create an /etc/ppp/ip-up script containing something like this: #!/bin/sh - /usr/sbin/ndd -set /dev/ip ip_forwarding 2 + /usr/sbin/ndd -set /dev/ip ip_forwarding 1 +See the man page for ip(7p) for details.