Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Multiple Interface configuration - ls_registration_daemon.conf

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Multiple Interface configuration - ls_registration_daemon.conf


Chronological Thread 
  • From: Justin Ettore <>
  • To: Andrew Lake <>
  • Cc: "" <>
  • Subject: Re: [perfsonar-user] Multiple Interface configuration - ls_registration_daemon.conf
  • Date: Mon, 24 Nov 2014 15:02:20 +0000
  • Accept-language: en-US

Hi Andy,
I'll try this today.  I was still seeing em1 in the toolkit page.  I will check global services directory.

Thanks
Justin Ettore
ISC/SEO

"Common sense is my cause" - Jose


From: Andrew Lake <>
Date: Friday, November 21, 2014 10:03 AM
To: Microsoft Office User <>
Cc: "" <>
Subject: Re: [perfsonar-user] Multiple Interface configuration - ls_registration_daemon.conf

Hi,

In ls_registration_daemon.conf, try setting "primary_interface p2p1" under the <host> element. Also where are you seeing em1 still? In the global services directory? on your toolkit page? both?


Thanks,
Andy


On Nov 19, 2014, at 4:04 PM, Justin Ettore <> wrote:

Looking for a multi-homed example of the registration file or at least some guidance.  Working with 3 connections em1, p2p1 and p2p2.  em1 will only be used for management access.  I'm trying to configure just p2p1 and p2p2 for latency and bandwidth services and not have em1 listed as available.  Current config I have just em1 and p2p1 connected and configured.  I am trying to only have p2p1 available for bandwidth/latency but the em1 interface still is available.  How do I remove the em1 interface from services?

Excerpts from ls_reg
external_address_if_name p2p1
<service_template>
    <local_latency_service>
#       autodiscover_addresses   1
        primary_address          p2p1
    </local_latency_service>
    <local_bandwidth_service>
#       autodiscover_addresses   1
        primary_address          p2p1
    </local_bandwidth_service>
    <local_web_service>
#       autodiscover_addresses   1
        primary_address          p2p1
    </local_web_service>
</service_template>


<site host>
    autodiscover   1
#    autodiscover_interfaces   1
    <service>
        inherits   local_latency_service
        type   ping
    </service>
    <service>
        inherits   local_latency_service
        type   traceroute
    </service>
    <service>
        inherits   local_latency_service
        type   owamp
    </service>
    <service>
        inherits   local_bandwidth_service
        type   bwctl
    </service>
    <service>
        inherits   local_bandwidth_service
        type   ndt
    </service>
    <service>
        inherits   local_bandwidth_service
        type   npad
    </service>
    <service>
        url_path   /esmond/perfsonar/archive
        autodiscover_tests   1
        inherits   local_web_service
        http_port   80
        type   ma
        service_version   esmond-1.0
        https_port   443
    </service>
    <service>
        url_path   /services/MP/BWCTL
        inherits   local_web_service
        http_port   80
        type   mp_bwctl
        service_version   oppd-3.4
        https_port   443
    </service>
    <service>
        url_path   /services/MP/OWAMP
        inherits   local_web_service
        http_port   80
        type   mp_owamp
        service_version   oppd-3.4
        https_port   443
    </service>
    is_local   1
</site>

Exce'pts web_admin
allow_internal_addresses  0
primary_interface          p2p1 


Thanks
Justin Ettore
ISC/SEO

"Common sense is my cause" - Jose





Archive powered by MHonArc 2.6.16.

Top of Page