Displaying 2 results from an estimated 2 matches for "local_interfac".
Did you mean:
  local_interface
  
2007 Oct 29
1
Some questions about HTB
...routed by iproute2 and iptables rules without any 
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 $...
2005 Oct 21
2
Exim on all interfaces
Hi. I have a default installation of Exim with only a few changed 
settings. It appears to only bind to the loopback interface. I have not 
set any local_interfaces values, as the default behaviour is to bind on 
all interfaces. But alas, exim does not respond on its IP address:
[root at obiwan ~]# /etc/init.d/exim restart
Shutting down exim:                                        [  OK  ]
Starting exim:                                             [  OK  ]...