#!/sbin/sh # # Copyright (c) 1999-2001 by Sun Microsystems, Inc. # All rights reserved. # # $Id: nddconfig,v 1.9 2001/11/09 17:18:32 kaw Exp $ # # INTRODUCTION # # This script sets network driver parameters to prevent some network # attacks. Install this script to make changes at system boot. For # further information on the parameters set in this script, see # the Sun Blueprints(tm) OnLine article entitled "Solaris Operating # Environment Network Settings for Security - updated for 8". # # http://www.sun.com/blueprints/1200/network-updt1.pdf # # The latest version of this script is available from the Blueprints # Online tools area at: # # http://www.sun.com/blueprints/tools/ # # This script is written for the Solaris 2.5.1, 2.6, 7, and 8 Operating # Environment releases. # # WARNING # # This script makes changes to the system default network driver # parameters. The settings included in this script are considered safe # in terms of security. However, some settings may not work in your # environment. The comments provided for each parameter explain the # effect the setting has. # # INSTALLATION # # # cp