[jboss-jira] [JBoss JIRA] Commented: (JBAS-9151) Need the ability to specify the bind address on interface criteria

Carlo de Wolf (JIRA) jira-events at lists.jboss.org
Tue Apr 12 07:37:33 EDT 2011


    [ https://issues.jboss.org/browse/JBAS-9151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594970#comment-12594970 ] 

Carlo de Wolf commented on JBAS-9151:
-------------------------------------

Note that the current syntax is:
{code:xml}
<interface name="default">
    <lookback-address value="127.0.0.3"/>
</interface>
{code}

> Need the ability to specify the bind address on interface criteria
> ------------------------------------------------------------------
>
>                 Key: JBAS-9151
>                 URL: https://issues.jboss.org/browse/JBAS-9151
>             Project: JBoss Application Server
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Domain Management
>    Affects Versions: 7.0.0.Beta1
>            Reporter: Scott Stark
>            Assignee: Scott Stark
>             Fix For: 7.0.0.Beta2
>
>   Original Estimate: 3 hours
>  Remaining Estimate: 3 hours
>
> There can be situations where an interface allows multiple bind addresses (loopback for example), but does not list all the bind addresses it allows. For example, setting up the default interface to use the loopback interface with an ip4 address of 127.0.250.5:
> <interfaces>
>   <interface name="default">
>     <loopback value="127.0.250.5"/>
>   </interface>
> ...

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list