Uploaded image for project: 'Traffic Server'
  1. Traffic Server
  2. TS-355

Autodetect default network interface

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • None
    • 2.1.3
    • Build
    • None

    Description

      Currently we instruct the user to specify the cluster interface as part of build procedure (see INSTALL)
      We can detect the interface automatically on some platforms
      Linux
      /sbin/ifconfig -a | grep ^e.* | head -1 | awk '

      {print $1;}'
      Solaris, FreeBsd (probably OSX)
      /sbin/ifconfig -a | grep -v LOOPBACK | grep UP | head -1 | awk -F: '{print $1;}

      '

      Additional configure option (--with-cluster-interface=IFACE) can be added to explicitly
      specify some other interface.

      Attachments

        Activity

          People

            mturk@apache.org Mladen Turk
            mturk@apache.org Mladen Turk
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 24h
                24h
                Remaining:
                Remaining Estimate - 24h
                24h
                Logged:
                Time Spent - Not Specified
                Not Specified