Mount the CD-ROM and type:
volcheck
If you are not using vold on your system, type # mount -F hsfs -oro /dev/dsk/c0t6d0s0/mnt The device name or the mount point or both depends on your local system configuration.
Go to the directory on the CD-ROM for your OS
Solaris operating environment for the SPARC Platform:
cd /cdrom/cdrom0/sparc |
Solaris operating environment for the Intel Platform:
cd /cdrom/cdrom0/x86 |
If you have mounted the CD-ROM manually, replace /cdrom/cdrom0 with /mnt.
Use the standard Solaris operating environment pkgadd command to add all packages:
pkgadd -d `pwd` |
Add /usr/sbin to your PATH variable:
PATH=/usr/sbin:$PATH export PATH |
Initialize the SKIP directories by issuing the command:
skiplocal -i |
Generate a secret and a public certificate locally by issuing the command:
skiplocal -k |
Add SKIP to your network interface by issuing the command:
skipif -a
Reboot the machine.
Enable SKIP and configure IP encryption with one other host:
skiphost -a default default IP traffic is unencrypted skiplocal -x prints the skiphost command to check info others need to run to talk to us skiplocal -x| mail Friend@remote.host |
Friend@remote.host should issue these commands as well. Once the corresponding mail is received, verify out-of-band (for example, over the telephone) that the received mail matches the mail that was sent. Then Friend executes the received skiphost command.
Turn SKIP on:
skiphost -o on enable SKIP |