Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-10979

List confluence cluster interface

XMLWordPrintable

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.

      To check on network interface assigned to cluster, we could have a simple tool that list the association as attached.

      <property name="confluence.cluster.interface">eth1</property>
      

      Use the attached list-interfaces

      Run it by java -jar list-interfaces.jar

      Example output:

      C:\>java -jar list-interfaces.jar
      interfaces.size() = 4
      networkInterface[0] = name:lo (MS TCP Loopback interface) index: 1 addresses:
      /127.0.0.1;
      
      networkInterface[1] = name:eth0 (VMware Virtual Ethernet Adapter for VMnet8) index: 2 addresses:
      /192.168.133.1;
      
      networkInterface[2] = name:eth1 (VMware Virtual Ethernet Adapter for VMnet1) index: 3 addresses:
      /192.168.68.1;
      
      networkInterface[3] = name:eth2 (Broadcom NetXtreme 57xx Gigabit Controller - Packet Scheduler Miniport) index: 4 addresses:
      /192.168.0.101;
      

        1. list-interfaces.jar
          2 kB
          Ivan Benko [Atlassian]

            Unassigned Unassigned
            ivan@atlassian.com Ivan Benko [Atlassian]
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: