search for: add_ip

Displaying 2 results from an estimated 2 matches for "add_ip".

Did you mean: add_i8
2005 Jan 16
0
Identification of TC Queueing Discipline
...to this whole area, I thought someone could confirm/clear this up for me. Anyhow I have included some of the script below with the IP addresses represented by xxx.xxx.xxx.xxx Again thank you in advance and any help would be appreciated, Regards, Aisling. # use add_bucket() to add the buckets and add_ip() to add filters for the hosts # # add_bucket DEVICE BUCKET PARENT RATE CEIL # add_ip DEVICE IP[/MASK] BUCKET # add_ip_range DEVICE IP MASK BUCKET # # top level buckets add_bucket br0 10 - 4096 4096 add_bucket eth2 10 - 4096 4096 add_bucket eth3 10 - 2048 2048 add_bucket eth2 9 10...
2008 Jul 01
6
OpenVZ configuration of networking with puppet - big crash
...line the current distribution specific setup and creation of VE''s within OpenVZ with puppet. My first attempt has gone horribly wrong as you will see below. Here''s the script I wrote to replace the redhat specific setup that OpenVZ used: [jleggett@lxp6d15m3 scripts]$ cat redhat-add_ip.sh #!/bin/bash # # Debug - take out later set -x LOGFILE=/tmp/add_ip-dbug.log exec >$LOGFILE 2>&1 FACTER_IP_ADDR=$1 FACTER_VENET_DEV=venet0 FACTER_VENET_DEV_CFG=ifcfg-$FACTER_VENET_DEV FACTER_IFNUM=$2 echo "Running puppet-ized version of redhat-add_ip.sh" /bin/cat <<EOM...