[jboss-as7-dev] Another interface question

Brian Stansberry brian.stansberry at redhat.com
Wed Nov 23 12:50:46 EST 2011


A setting like this is logical in domain.xml, if the hosts in the domain 
had a consistent configuration:

     <interfaces>
         <interface name="management">
             <nic name="eth0"/>
         </interface>
         <interface name="public">
            <nic name="eth1"/>
         </interface>
         <interface name="loopback">
            <loopback/>
         </interface>
         <interface name="example">
            <subnet-match value="192.168.100.0/24"/>
         </interface>
     </interfaces>

On 11/23/11 7:28 AM, Heiko Braun wrote:
>
>
> Should the top level interface configuration be disabled in domain mode?
> Opposed to editing the interface son the host level?
>
>
> Ike
> _______________________________________________
> jboss-as7-dev mailing list
> jboss-as7-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev


-- 
Brian Stansberry
Principal Software Engineer
JBoss by Red Hat


More information about the jboss-as7-dev mailing list