Alan, Many thanks for that help, that link was still confusing but I did some trials and found the way to get out of this mess. I am just putting it below as I am sure thats gona help many people out there. sorry for the little late reply
CONFIG proxy.config.http.server_ports STRING ipv4:80:ip-in=192.168.1.1 ipv4:80:ip-in=172.16.0.1 ip4v:443:ssl::ip-in=172.16.0.1 The above example binds ATS port 80 to ip addresses 192.168.1.1 and 172.16.0.1 also port 443 to ip address 172.16.0.1 Hope that help someone too With many thanks to Alan Regards Babu On Thu, Aug 7, 2014 at 12:05 AM, Alan M. Carroll < [email protected]> wrote: > Babu, > > [Resending because it didn't seem to go through] > > See here [1]. When you define the server ports, you can specify a local > address to bind for each port individually. The option you mention is then > used for each port for which you don't define a local address (that is, it > specifies the default binding address). > > [1] > https://docs.trafficserver.apache.org/en/latest/reference/configuration/records.config.en.html#proxy-config-http-server-ports > > Tuesday, August 5, 2014, 1:39:35 PM, you wrote: > > > Hi, > I tried looking for any info on binding ATS to multiple IP addresses , but > couldn't find anything which would help to solve my issue. I wanted to bind > the ATS to 2 of my external IP addresses, but with provided option > proxy.local.incoming_ip_to_bind allow me to bind ATS to only one, or all of > them but not 2. Any suggestions to resolve this issue? > > thanks & regards > Babu Chaliyath > >
