Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] NDT Bandwith Test

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] NDT Bandwith Test


Chronological Thread 
  • From: "Florio, Christopher N" <>
  • To: "" <>
  • Cc: Andrew Lake <>, "Holtzman, Thomas" <>, "Florio, Christopher N" <>, "" <>
  • Subject: Re: [perfsonar-user] NDT Bandwith Test
  • Date: Tue, 18 Apr 2017 16:01:21 +0000
  • Accept-language: en-US
  • Authentication-results: es.net; dkim=none (message not signed) header.d=none;es.net; dmarc=none action=none header.from=email.unc.edu;
  • Ironport-phdr: 9a23:FW7f7hxQBPHwQ+LXCy+O+j09IxM/srCxBDY+r6Qd0uoQKPad9pjvdHbS+e9qxAeQG96KtbQe26GH7ujJYi8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tL1LdrWev4jEMBx7xKRR6JvjvGo7Vks+7y/2+94fdbghMhTexe61+IRa5oQjVtsQdnJdvJLs2xhbVuHVDZv5YxXlvJVKdnhb84tm/8Zt++ClOuPwv6tBNX7zic6s3UbJXAjImM3so5MLwrhnMURGP5noHXWoIlBdDHhXI4wv7Xpf1tSv6q/Z91SyHNsD4Ubw4RTKv5LpwRRT2lCkIKSI28GDPisxxkq1bpg6hpwdiyILQeY2ZKeZycr/Ycd4cWGFPXNteVzZZD428cYUBEvYBM+hboYnzpVQOrAexCga3Cez11jNIg2X70bEm3+g/FwzNwQwuH8gJsHTRtNj5OqccUeSyzKnSzDXDaOta0irj5YjIaBAhoOqMXa53ccrJyUkgCRnFhUiIp4DrIjiY0eoNs2yc7+p6VOKvjHUqpB90oje1x8csjpPFhp8Tyl/Y7yl23ps6JcChRUN9fNWqHpxQtySAOIt3RMMvW39nuD0gxr0Ap5G7YDAGyIw5yB7FZfyHaI+I4hT5W+aLOzt4gmxqeK6nixav6Uigz/HzWtOq31lXsypJit7Mtm0R1xzX7ciHTfh98l291jaI0gDe7PxPL0MslafDNZIu2KI8mocWvEjeAyP6hUD7jKGZe0k45uSl7urnbavpq5KdMoJ5jwDzProsl8CnH+g1MxUCU3Se9Oii17Du+EP0TKlOg/Eql6TVrYzWKdgHqqO8BgJaz4cu5hOjADeo0NkXh38KJ09fdh2dlYjmIVTOLej4Dfihh1Ssly9myejaM7PmHpnBMGHPnarnc7pj8kJczxE8ws5F65JTF7EBPOn8WkjstNzeExA1KRS0w/zgCNVhyIwRRX6PAq6eMKPUq1OI4f8vI/WIZI8Svzb9KOIp6OLpjX88gVMdfK+p0oULaH2gAPhpOVmVbWfpj9scDGsGow8zTOLlhVGeTTJeYniyULwz6zw6DY+rCIbOSp6vjbCZ2Se0BJxWZmRIClCWFnfocp2JW/kIaCKVOM9hkzsEWKO/RI8kzx6utQv6x6B6LurS5iIUr4zs28Vo5+HLjxE96SR0D9iB02GKV2x0hn0HRyU43KBkpkx9zE2M0bJhj/xFDtxc+elJXxw+NZ7d1Ox6F8vyVhzbcteITlamXsupASs3Tt0v398CfVxxFMu/gRDejGKWBOpfnbiXBZEu9K/N93XqYcBw1zyOgKMlk1grWM1CJEWrneh5+hSFVKDTlEDM3Yiucr4d22qF32eZzHGSu1lYXRQ4d++NCX4bYVHXqvz040rDS/mzD79hPwdcn53RYpBWY8Hk2A0VDMzoP87TNifowz+9
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

That's great for off-campus testing, however, we use these boxes to help troubleshoot on-campus performance.  For instance, having one in a vlan with front-ended by a firewall vs one right off of our core routers can help us determine where problems are.  Just pointing to an off-campus NDT or speedtest host doesn't do the job these boxes are currently doing for us.


On Apr 18, 2017, at 11:57 AM, Brian Tierney <> wrote:


I'd also like to point out that we suggest folks point their users to 'measurement lab' as an alternative to NDT on perfSONAR:




On Tue, Apr 18, 2017 at 8:50 AM, Andrew Lake <> wrote:
Hi,

To clarify, NDT was not removed from the host if it was already installed when you upgraded an existing host to 4.0. It is not shown on the main toolkit web page but the package should still be installed.  A new install will not have NDT though. 

As is being noted in this email thread, the firewall rules no longer include the NDT ports. You should be able to add them back with the following (and it should stick between future perfSONAR updates and reboots as well):

iptables -I INPUT 1 -m state --state NEW -m tcp -p tcp --dport 3001:3003 -j ACCEPT 
iptables -I INPUT 1 -m state --state NEW -m tcp -p tcp --dport 7123 -j ACCEPT 
iptables -I INPUT 1 -m state --state NEW -m tcp -p tcp --dport 843 -j ACCEPT 
/etc/init.d/iptables save

ip6tables -I INPUT 1 -m state --state NEW -m tcp -p tcp --dport 3001:3003 -j ACCEPT 
ip6tables -I INPUT 1 -m state --state NEW -m tcp -p tcp --dport 7123 -j ACCEPT 
ip6tables -I INPUT 1 -m state --state NEW -m tcp -p tcp --dport 843 -j ACCEPT 
/etc/init.d/ip6tables save

Above should work for most people, if you have other custom stuff in the rules, you want to tweak.

Thanks,
Andy


On April 18, 2017 at 11:31:53 AM, Florio, Christopher N () wrote:

Check and see if you're running the version 4 toolkit version.  Apparently NDT has been removed from this.  I've got one running 3.5.1.7 and that has not had ndt removed yet.  


On Apr 18, 2017, at 10:47 AM, Holtzman, Thomas <> wrote:

Hello,
 
I was trying to access the ndt bandwidth test using my perfsonar. I used to access it at http://ndtserver-ft.datacom.upmc.edu:7123/, but it now no longer works. How do I get it back?
 
Thanks,
Thomas Holtzman
Data Communications Specialist - Associate
Information Services Division
Network Operations Center
3600 Forbes Ave at Meyra
Pittsburgh PA, 15213
<image001.jpg>
This email may contain confidential information of the sending organization. Any unauthorized or improper disclosure, copying, distribution, or use of the contents of this email and attached document(s) is prohibited. The information contained in this email and attached document(s) is intended only for the personal and confidential use of the recipient(s) named above. If you have received this communication in error, please notify the sender immediately by email and delete the original email and attached document(s).




--
Brian Tierney, http://www.es.net/tierney
Energy Sciences Network (ESnet), Berkeley National Lab
http://fasterdata.es.net





Archive powered by MHonArc 2.6.19.

Top of Page