----- "Shaun McGinnity" <[email protected]> wrote:

> If I am running Traffic Server on a machine with multiple interfaces
> can I bind to a subset of those interfaces?
> 
> 
> 
> I can bind to all or one using “proxy.local.incoming_ip_to_bind” but
> can’t see how to bind to more than one, but not all.

Adding multiple instances:

i.ga...@phoenix /etc/opt/trafficserver % grep proxy.local.incoming_ip_to_bind 
records.config
LOCAL proxy.local.incoming_ip_to_bind STRING 192.168.1.122
LOCAL proxy.local.incoming_ip_to_bind STRING 127.0.0.1
i.ga...@phoenix /etc/opt/trafficserver % 

Will result in:

sudo /opt/trafficserver/bin/trafficserver start
i.ga...@phoenix /etc/opt/trafficserver % netstat -na | grep -w LISTEN | grep -w 
8080
tcp        0      0 127.0.0.1:8080          0.0.0.0:*               LISTEN     
i.ga...@phoenix /etc/opt/trafficserver % grep proxy.local.incoming_ip_to_bind 
records.config
LOCAL proxy.local.incoming_ip_to_bind STRING 127.0.0.1
LOCAL proxy.local.incoming_ip_to_bind STRING 127.0.0.1
i.ga...@phoenix /etc/opt/trafficserver %

So this is not the way to go...

In any case, (behaviour) should be documented, along with the other options 
from proxy.local, which
lack documentation:  proxy.local.outgoing_ip_to_bind and  
proxy.local.http.parent_proxy.disable_connect_tunneling

> Thanks for any help.
> 
> 
> 
> Shaun McGinnity


So long,
i

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: [email protected]
URL: http://brainsware.org/

Reply via email to