Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] Who can request a perfSONAR test?

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] Who can request a perfSONAR test?


Chronological Thread 
  • From: Hervey Allen <>
  • To: Mark Feit <>, Hyojoon Kim <>, perfsonar-user <>
  • Subject: Re: [perfsonar-user] Who can request a perfSONAR test?
  • Date: Wed, 7 Feb 2018 13:30:19 -0800
  • Ironport-phdr: 9a23:ML7FMh8P46YA3v9uRHKM819IXTAuvvDOBiVQ1KB+0+oVIJqq85mqBkHD//Il1AaPAd2Craocw8Pt8InYEVQa5piAtH1QOLdtbDQizfssogo7HcSeAlf6JvO5JwYzHcBFSUM3tyrjaRsdF8nxfUDdrWOv5jAOBBr/KRB1JuPoEYLOksi7ze+/94HObwlSmDaxfa55IQmrownWqsQYm5ZpJLwryhvOrHtIeuBWyn1tKFmOgRvy5dq+8YB6/ShItP0v68BPUaPhf6QlVrNYFygpM3o05MLwqxbOSxaE62YGXWUXlhpIBBXF7A3/U5zsvCb2qvZx1S+HNsDtU7s6RSqt4LtqSB/wiScIKTg58H3MisdtiK5XuQ+tqwBjz4LRZoyeKfhwcb7Hfd4CWGRPQMhRWSxGAo2/YYUAAeUOMuREoIfyvFYOsQK+CBOwCO/zxDJFhHn71rA63eQ7FgHG2RQtEdAQv3TOstX6KqcTWv2pwanMyTXMcfVW0ir65YjIbB8hu++MUqxwcMfKz0kvDBnFgUmKpYziJTOV2f0Avm6G5ORuUuKvjnQoqwB3ojW328cjlpLJiZ8Pxl/a6Cp53Z45JdK5SE5nYd6kDYBfuzuGOItxR8MvRXxjtiUiyrAepJK3YisHxI45yxLBZfGLaZWE7xLhWeqLPDt0mGppdKy+ihqu80Wtz+7xW8ao3FpWqydJjMXAum0R2xHW9MSKT/hw8Vql1DmR0g3e6ONJIU4pmafeJZ4hzLE9mYcWvETNAiP5hUX7gamLfUs+4Oeo8f7oYrD+q5+cKYB0jgb+P7wrmsOlAOQ4NhICX26A+eSmyLLv50r5QK9FjvEuk6nZto7VJdgDq6KkHQNY0Zwv5wihAzqoytgUgHkKIVBfdB6ak4TlI1TOL+r5Dfe7jVSsijBrx/XeM73hHJrNNGbDn6nhfLtm7U5c0xAzwsxF65JTELEBL+r/WlXtu9zAEh85Lwu0zv7iCNVzyIweWH6PD7SYMKPUrV+H+PgvI++Sa48JpjrxMeYq6OPzjXUhg18SYbGp3YcLaHC/BvlmO1uWYWDigtcaFmcKuBAxTPbzhF2fSj5ceWyyUrk45jE6E4KmEZzDSp63jLyA2ie7AoNZZnpACl+SDXfkaZ+IVOkRZyKPcYddlWkhXKKiA6Es1A3m4Ar0xrt7BuvS5iACs5//jp546/CF0VkS5Dt2CMObm0KMSikgnGQPQTwexLp+p0dw1lCFl6V0nqocXcRe/f1SVQEzL9vB1OFgQ4TqVxjPZdCPQUzjX86rGxkwSM482dkDfxw7Ftm/2EPtxS2vVp8YjaKGFdQd9qbR2TClJ8tn1XvX/K86lVJgRdFAYz71zpVj/hTeUtaa236SkLynIOFFhHbA
  • Organization: Network Startup Resource Center

On 2/6/18 12:35 PM, Mark Feit wrote:
> Hyojoon Kim writes:
...
> To get you started, I’ve created a gist containing limit configuration
> that allows the local system and hosts whose IPs reverse-resolve to
> something in a specific zone to run tests and rejects everything else. 
> You’ll find that here: 
> https://gist.github.com/mfeit-internet2/2189c4d2c2872bf04786b217886e9789.
>

Mark - Thank you for that example. We were just using the perfSONAR
Testpoint bundle during a workshop and wanted to allow UDP tests from
hosts on our subnet. If anyone is interested what we did is here:

http://prp.ucsd.edu:8080/prpworkshop/materials/limits.conf

btw... If this is not the way to do this I'd love to hear that as well.

Thanks,
- Hervey

PS - The two changes from the default file are:

new "identifier"

{
"name": "local-lan",
"description": "Requests coming from the local network",
"type": "ip-cidr-list",
"data": {
"cidrs": [ "137.164.48.0/24" ]
}
},

and adding "local-lan" to "friendlies"

{
"name": "friendlies",
"description": "Identifiers we find friendly",
"identifiers": [ "local-interfaces", "local-lan" ]
},





Archive powered by MHonArc 2.6.19.

Top of Page