#!/bin/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that the script will "exit 0" on success or any other # value on error. # # In order to enable or disable this script just change the execution # bits. # # By default this script does nothing. # CAcert: IPv6 configuration adjustments for Debian Squeeze #OFF#echo "Delete auto-configured IPv6 address from eth3" #OFF#ifconfig eth3 del 2001:7b8:3:9c:214:4fff:fe45:85e5/64 echo "Turn off IPv6 auto-configuration for eth3" echo 0 >/proc/sys/net/ipv6/conf/eth3/autoconf exit 0