[ 
https://issues.apache.org/jira/browse/SOLR-8382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15045331#comment-15045331
 ] 

Xavier commented on SOLR-8382:
------------------------------

I had tried the {{SOLR_HOST}} option, but as you discovered, it only changes 
the ip used for solrcloud calls; it leaves the bind ip unchanged.

As for directly setting {{jetty.host}}, while it may work for now, the fact 
that solr internally uses jetty is an implementation detail (as specified by 
the docs), and should not be relied on. At the very least, the _bin/solr_ 
script should translate some sort of option, maybe {{SOLR_BIND_IP}} or 
something, into the required jetty parameter.

> Allow configuration of the bind IP(host) in solr 5
> --------------------------------------------------
>
>                 Key: SOLR-8382
>                 URL: https://issues.apache.org/jira/browse/SOLR-8382
>             Project: Solr
>          Issue Type: Improvement
>          Components: Server
>    Affects Versions: 5.3.1
>         Environment: Ubuntu 14.04
>            Reporter: Xavier
>
> With the new standalone configuration, I haven't been able to configure solr 
> to bind to a specific IP. Is there an option to do so?
> So far I've had to configure the firewall to block access to to port instead 
> of simply making solr bind to only the interface I want it to.
> Adding a _clear_ option to manage the bind host (like we have for the bind 
> port) would be very useful.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to