search for: public_interface

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

2007 Oct 29
1
Some questions about HTB
...y trouble, but I don''t understand how install a traffic limitation on each IP address. I have to limit forwarded traffic on eth0:x, and input and output traffic on eth3. Thus, I have written : MAX_LOCAL_RATE=2mbit MAX_PUBLIC_RATE=100mbit LOCAL_INTERFACE=eth3 LOCAL_ADDRESS=213.215.42.69 PUBLIC_INTERFACE=eth0 # eth3 tc qdisc add dev $LOCAL_INTERFACE root handle 1: htb default 100 tc class add dev $LOCAL_INTERFACE parent 1: classid 1:1 \ htb rate $MAX_LOCAL_RATE tc filter add dev $LOCAL_INTERFACE protocol ip parent 1: \ prio 1 u32 match ip src $LOCAL_ADDRESS/32 flowid 1:1 tc class add dev $LOCAL...
2012 Jun 18
1
using hiera for node classification
...en a little about this on line but it seems to be mostly toy cases like the above. If so, is it possible to pass in parameterized classes this way, like: user@host$ cat openstackall.yaml 2012-06-18 14:56:01 jon pts/13 --- classes: - openstack::all: { public_address: %{ipaddress_eth0}, public_interface: eth0, private_interface: eth1, admin_email: nobody@csail.mit.edu, admin_password: admin_password, keystone_admin_token: keystone_admin_token, nova_user_password: nova_user_password, glance_user_password: glance_user_password, rabbit_password: rabbit_password, rabbit_user: rabbit_us...