Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] loopback address

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] loopback address


Chronological Thread 
  • From: Andrew Lake <>
  • To: Victor Olifer <>,
  • Subject: Re: [perfsonar-user] loopback address
  • Date: Wed, 12 Oct 2016 06:39:08 -0700
  • Ironport-phdr: 9a23:5Pg8URcSm8M5JEex3gpj0Ma4lGMj4u6mDksu8pMizoh2WeGdxc64ZB7h7PlgxGXEQZ/co6odzbGJ4+a9AidZvN6oizMrTt9lb1c9k8IYnggtUoauKHbQC7rUVRE8B9lIT1R//nu2YgB/Ecf6YEDO8DXptWZBUj22Dwd+J/z0F4jOlIz3krnqo9yAKzlP0QS8aq91Nl2RqQTfu9Ne1ZVjIbo20F3OpnpGdv5+x2ouI1+PyVK0/sqq8oVk9S1K/u86+tRoUKPmcr4+QKACSjkqLjMb/sru4DDFQRGC+TM4W2Yb2k5BBQTUxBzhGJH8rn2p5aJGxCCGMJiuHvgPUjO44vIuEUewhQ==
  • Ironport-phdr: 9a23:2tyzYR8/tNQ71P9uRHKM819IXTAuvvDOBiVQ1KB92uscTK2v8tzYMVDF4r011RmSDN+dt6gP1bGempujcFRI2YyGvnEGfc4EfD4+ouJSoTYdBtWYA1bwNv/gYn9yNs1DUFh44yPzahANS47AblHf6ke/8SQVUk2mc1EkfKKpQMWM1Iye7KObw9XreQJGhT6wM/tZDS6dikHvjPQQmpZoMa0ryxHE8TNicuVSwn50dxrIx06vru/5xpNo8jxRtvQ97IYAFPyiJ+VrBYBfWQonOHwy/oXMsRjNQBHHsmUdWXkRiFxPBwnL4QvSXJ63tCbm4K41wCSAM9bxS7kuHCm54r1DSRn0hT0BOiJjtmzbl59elqVe9TunqwZy3MbwaYKYfK53eK/MVd4BA2xMQpACBGR6HoqgYt5XXKI6NuFCoty4/gNWoA==

Hi,

I think the GUI intentionally leaves out the loopback interface to avoid confusion since in most cases that’s not what you want. Sounds like you have a case where you do though .  You should be able to specify it by editing the /etc/perfsonar/regulartesting.conf file and specifying the “local_interface” directive, for example:

<test>
   description     bwctl/iperf3 test
   
   local_interface lo:0
   target          host1.example
   target          host2.example
   target          host3.example

   <parameters>
       type             bwctl
       tool             iperf3
       duration         20
   </parameters>

   <schedule>
       type       regular_intervals
       interval   60
   </schedule>
</test>

Alternatively you can use “local_address” instead of local_interface and specify the IP. 

To confirm, it also sounds like interfaces like eth0:0 or similar aren’t showing up in the GUI list for you? You can obviously use the workaround above but I can’t imagine why those would be intentionally ignored, so if that is indeed the case I will file a bug.

Thanks,
Andy



On October 12, 2016 at 8:57:16 AM, Victor Olifer () wrote:

Hi,
Is it possible to use a loopback address with a public IP address assigned (as
lo:0) as an interface in the perfsonar tests? I failed to do so as a loopback
lo:0 is up, I can ping it from inside of a host but the perfsonar GUI 'Tests
configuration' doesn't show it in the drop-down Interface menu of a test. The
same happens with aliases of normal harware interfaces like eth0.

Thanks,
Victor



Archive powered by MHonArc 2.6.19.

Top of Page