Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Question About Trace Tool Capabilities

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Question About Trace Tool Capabilities


Chronological Thread 
  • From: Mark Feit <>
  • To: "Mutter, Emily (ebmutter42)" <>, "" <>
  • Subject: Re: [perfsonar-user] Question About Trace Tool Capabilities
  • Date: Thu, 2 Mar 2023 14:46:02 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=internet2.edu; dmarc=pass action=none header.from=internet2.edu; dkim=pass header.d=internet2.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=p707dVvDb/EGMWqduKQSbSNuhcKBhFmeWoG9cVZxtSE=; b=d0sjfrauZTIUBvNzBV5CiGcHxLtvy2JJ9aAbkRY4t4mgx92rO7zrPi1JU+/AhVcmdqESC6Y8bCzPkkKTaiUAylLxjZjoF6oVl/tAOoYmofxUhAXXN3dyh61pAa4YEp+m3vZJwGKqDmAdbwNIaM4r3RwE66y6z7va+chV/iMvYgxZxqqXSwYSGz7Jh2CxoXlIxhp50iq6lp4XLjIk+HiQcXm591ara10hBgfAOkfBLrfIHrFeSMtIl5Okeu1ofQAwdmAl5r7dE3OyBJnE7CHnFRDtRvqfg+DLuG9yYmKyi8+ypd1YiI05P7hlbJi6rJtUd4vV0jiQrTMVL2wejB+fsA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=S837whY5WifkG3WjgL681b4AT5ah7iCYMyEnAwyPnPU4YZZ6D5FApKb5NxvlfYGw+b+F1dwMs2yea0eSMy+EgBqFxFsTU+LwNawS/TuHzAEBH4Xm3YKKLlEiw3Gukp1+FHPORCBf8Lc4k1wPkt45tm/v3kn1OIE5lLA5Or3A/siEJQ7GQoERozp4/C4rXD1w3WAVsREVTI7JHiUR8AgN/Y4mdJqxJAI4uKvRu5nGGotDYvUjT06deOBZGuyajcnFL0tKEi8PCb+eJYQkrf8ccrz2/M67S5tg+Q+bzqZnFuEqH/ib3iSy6+tqrJVRi7ReINczzMM4bfp4+nbwqXQ8ow==

Mutter, Emily (ebmutter42) writes:

 

I am conducting a research project and have been trying to use the perfSONAR trace tool. The machine I am using for the tests has all UDP ports blocked, and as far as I have found in the perfSONAR documentation, trace runs exclusively on UDP. 

I have not found anything in the documentation to suggest that this is possible, but is there a way to force the trace tool to use an ICMP protocol rather than UDP?

 

The trace test has a probe-type parameter (and a matching switch for the CLI) that can be icmp, udp or tcp:

 

pscheduler task trace --probe-type icmp --dest www.perfsonar.net

 

The traceroute tool supports all three, but I did just notice a bug in the pScheduler plugin that doesn’t set the right permissions to do TCP.  I’ve opened a ticket on that (https://github.com/perfsonar/pscheduler/issues/1324) and we’ll have a fix for that out in the next release.

 

--Mark

 




Archive powered by MHonArc 2.6.24.

Top of Page