[
https://issues.apache.org/jira/browse/KARAF-3512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
KG Anand updated KARAF-3512:
----------------------------
Description:
Right now, I am using karaf version 2.3.2.
I want to change the sshHost parameter from 0.0.0.0 to xxx.xxx.xxx.xxx (i.e.
Server IP Address).
After editing the file, i have restarted the karaf instance. After this
instance is not coming up. Revert the value to "0.0.0.0" , then its working
fine. Now my question is, we can edit the config file and the set the Ip
address will work or not.
My question is similar to the below one
https://issues.apache.org/jira/browse/KARAF-3130
Existing:
tcp 0 0 0.0.0.0:8101 0.0.0.0:*
LISTEN
Expectation : i want to the change the sshHost from "0.0.0.0" to "192.168.1.1"
tcp 0 0 192.168.1.1:8101 0.0.0.0:*
LISTEN
I want to bind my karaf instance to the specific port.
I have 4 ethernet interfaces, i want to set the karaf instance has to use the
particular ethernet.
Summary: Modify the sshHost is not working in Karaf 2.3.2 (was: Hi )
> Modify the sshHost is not working in Karaf 2.3.2
> ------------------------------------------------
>
> Key: KARAF-3512
> URL: https://issues.apache.org/jira/browse/KARAF-3512
> Project: Karaf
> Issue Type: Question
> Reporter: KG Anand
>
> Right now, I am using karaf version 2.3.2.
> I want to change the sshHost parameter from 0.0.0.0 to xxx.xxx.xxx.xxx (i.e.
> Server IP Address).
> After editing the file, i have restarted the karaf instance. After this
> instance is not coming up. Revert the value to "0.0.0.0" , then its working
> fine. Now my question is, we can edit the config file and the set the Ip
> address will work or not.
> My question is similar to the below one
> https://issues.apache.org/jira/browse/KARAF-3130
> Existing:
> tcp 0 0 0.0.0.0:8101 0.0.0.0:*
> LISTEN
> Expectation : i want to the change the sshHost from "0.0.0.0" to "192.168.1.1"
> tcp 0 0 192.168.1.1:8101 0.0.0.0:*
> LISTEN
> I want to bind my karaf instance to the specific port.
> I have 4 ethernet interfaces, i want to set the karaf instance has to use the
> particular ethernet.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)