perfsonar-user - Re: [perfsonar-user] IPv4 instead of IPv6
Subject: perfSONAR User Q&A and Other Discussion
List archive
- From: Kate Adams <>
- To: Casey Russell <>
- Cc:
- Subject: Re: [perfsonar-user] IPv4 instead of IPv6
- Date: Wed, 8 Aug 2018 13:55:43 -0500
- Ironport-phdr: 9a23:cuPyBBYbj1BESWD2H6dTOCz/LSx+4OfEezUN459isYplN5qZps2+ZB7h7PlgxGXEQZ/co6odzbaO7ea4ASQp2tWoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6nK94iQPFRrhKAF7Ovr6GpLIj8Swyuu+54Dfbx9HiTahYL5+Ngm6oRnMvcQKnIVuLbo8xAHUqXVSYeRWwm1oJVOXnxni48q74YBu/SdNtf8/7sBMSar1cbg2QrxeFzQmLns65Nb3uhnZTAuA/WUTX2MLmRdVGQfF7RX6XpDssivms+d2xSeXMdHqQb0yRD+v9LlgRgP2hygbNj456GDXhdJ2jKJHuxKquhhzz5fJbI2JKPZye6XQds4YS2VcRMZcTy5OAo28YYUBDOQPIPhWoJXmqlQUsRezHxOhCP/zxjJKgHL9wK000/4mEQHDxAEuGsgBsGjKo97oKKodTPq6zKzTzT7eaP5W2i3y6JTWfR06rvGMR6x/ftDNyUk3EwPKlFSQqYr+Pz+P0OQCrXSb4vNmWOmyhWAnrARxrSKuxscqkoTJgoMVylbH9Spn3Yk1JNu4RFRnbt6jFZtcrz2aNoV3QsM+X2Fnpjw6xqcatp68eSgG0JsnxxnYa/yId4iH/AjvW/qWITd9nH5lebS/hwqs/ki6zO3zSNW03EhQoiVbj9bMq2gB1wTN5cidRPt95UCh2TCV2ADJ8O1EJ147lbbDJ54i2LEwkIATvlrFHiPsnkX5krOWe0M58ear8+Tqeqvqq56AO4J2jwz+PKcjldejDek9PQUCQ3SX9vm52bL/4UH2XbBHg/gonqTXsZ3XI9kQqLSjDA9PyIkj7g6yDze439QcmnkKNFdFdwiGj4jtIl3OOez4Aeumj1WjjjtmyfHLMqfuApXKKXjDn7Phcqhn50FAzwozyMhT55NSCr4fPPL+QlH9ud3EAhI7NgG0zeXqB85h2o4bVm+DHrOVP77XvFCU+u4gPuyBaYoLtDvzKvUp//vugmU4mV8Zc6mpx5wXaHWgE/RlOUqZfWTjj8wOEWcQoAUxVvDqiEWGUTFJZnayWbk86is9CI24EYfPXpqtj6CZ3CenAp1WYXhLCkiSHnfyeYWEQPAMaCSILc97izAESKOhRJE71Ry1sA/6yqFnLvbP+iEGr57j1d515/HNmhEo8zx7Edid33+XQ25qg2wIWmx+4aZkvEYoykufybMqxLtcFMdP/LVIVBs3L5jR07Y8BtzvHRnQe8+AD02nTdOhDz92Vt8rzcQJZU9nXsi5gwqQ4iyxHrVAl6CXHIdmteXY3mPtPIA7ynDa2bMngkV8BMZDKCq9l6tn/k/IBoHPlEuX0L6nb6oH2yjE7iKe1meU73xeSxN6BKXZQWgENAyRqdXi+liETrmyBK4hPxcbj8OON+xRe47VigBtTezuKZzkfnmqlmO0TUKD3K6Xd4fuf00e1SPHBU5ClQ0PqyWoLw87UwSov2+WJTBnEEmnN0Dl7eRWp2m2R1MsywiLaVYn0beprE1GzceAQu8ei+pX8BwqrC95SRPkh4rb
As a follow on question, how do you restart everything necessary?
There's a host that's spam-bandwidth testing us, and I commented it out of the mesh config file, ran /usr/lib/perfsonar/bin/build_json and copied the result to /opt/perfsonar_ps/mesh/gpn.json
Then ran the following commands:
sudo service maddash-server restart
sudo service perfsonar-meshconfig-agent restart
sudo service perfsonar-meshconfig-guiagent restart
The host is still on our maddash, and pscheduler is still scheduling tests from it. Are there other commands to run?
Kate
On Wed, Aug 8, 2018 at 11:36 AM, Kate Adams <> wrote:
Casey,Thank you very much. This is very helpful and I followed your instructions.KateOn Wed, Aug 8, 2018 at 11:31 AM, Casey Russell <> wrote:Kate,I didn't think of it earlier, but I don't have to just point you to the documentation, I also have examples from my own files. In the KanREN mesh, I specifically do IPv4 tests and IPv6 tests separately. Here are the OWAMP tests only. You obviously won't want to copy ALL of the options, but you can see what the ipv4_only and ipv6_only directives look like in action.<test_spec owamp_test_v4>type perfsonarbuoy/owamppacket_interval 0.01loss_threshold 10session_count 18000sample_count 6000packet_padding 0bucket_width 0.001force_bidirectional 1ipv4_only 1</test_spec><test_spec owamp_test>type perfsonarbuoy/owamppacket_interval 0.01loss_threshold 10session_count 18000sample_count 6000packet_padding 0bucket_width 0.001force_bidirectional 1ipv6_only 1</test_spec>These are from the mesh.conf file (before it is converted to JSON).Sincerely,Casey RussellNetwork Engineer785-856-98092029 Becker Drive, Suite 282
Lawrence, Kansas 66047On Wed, Aug 8, 2018 at 10:41 AM, Casey Russell <> wrote:Kate,The developers or others can come along later and correct me if I'm wrong, but I'm pretty sure you'd set that in your mesh config file (in the test specification section for each test type).Sincerely,Casey RussellNetwork Engineer785-856-98092029 Becker Drive, Suite 282
Lawrence, Kansas 66047On Wed, Aug 8, 2018 at 10:31 AM, Kate Adams <> wrote:--Hello All,The whole path that we'd need for proper v6 testing is unavailable, but IPv6 is enabled on our perfsonar host.I'd like to force v4 testing only and see if that clears up some issues we have with the maddash not reporting results.The documentation says" There is both a ipv4_only and ipv6_only option you can set in the test parameters of a mesh config. Setting them both at the same time gives an error."What file does this refer to?Kate--Kate Adams ()Cyberinfrastructure TechnologistGreat Plains Network
To unsubscribe from this list: https://lists.internet2.edu/sympa/signoff/perfsonar-user
--Kate Adams ()Cyberinfrastructure TechnologistGreat Plains Network
Kate Adams ()
Cyberinfrastructure Technologist
Great Plains Network
- [perfsonar-user] IPv4 instead of IPv6, Kate Adams, 08/08/2018
- Re: [perfsonar-user] IPv4 instead of IPv6, Casey Russell, 08/08/2018
- Re: [perfsonar-user] IPv4 instead of IPv6, Casey Russell, 08/08/2018
- Re: [perfsonar-user] IPv4 instead of IPv6, Kate Adams, 08/08/2018
- Re: [perfsonar-user] IPv4 instead of IPv6, Kate Adams, 08/08/2018
- Re: [perfsonar-user] IPv4 instead of IPv6, Mark Feit, 08/08/2018
- Re: [perfsonar-user] IPv4 instead of IPv6, Kate Adams, 08/08/2018
- Re: [perfsonar-user] IPv4 instead of IPv6, Kate Adams, 08/08/2018
- Re: [perfsonar-user] IPv4 instead of IPv6, Mark Feit, 08/08/2018
- Re: [perfsonar-user] IPv4 instead of IPv6, Kate Adams, 08/08/2018
- Re: [perfsonar-user] IPv4 instead of IPv6, Mark Feit, 08/08/2018
- Re: [perfsonar-user] IPv4 instead of IPv6, Mark Feit, 08/08/2018
- Re: [perfsonar-user] IPv4 instead of IPv6, Kate Adams, 08/08/2018
- Re: [perfsonar-user] IPv4 instead of IPv6, Kate Adams, 08/08/2018
- Re: [perfsonar-user] IPv4 instead of IPv6, Casey Russell, 08/08/2018
- Re: [perfsonar-user] IPv4 instead of IPv6, Casey Russell, 08/08/2018
Archive powered by MHonArc 2.6.19.