Skip to Content.
Sympa Menu

perfsonar-user - RE: [perfsonar-user] TWAMP Server - Responder

Subject: perfSONAR User Q&A and Other Discussion

List archive

RE: [perfsonar-user] TWAMP Server - Responder


Chronological Thread 
  • From: Daniel Bernardo <>
  • To: Mark Feit <>, "" <>
  • Subject: RE: [perfsonar-user] TWAMP Server - Responder
  • Date: Tue, 10 Aug 2021 11:11:02 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=nos.pt; dmarc=pass action=none header.from=nos.pt; dkim=pass header.d=nos.pt; 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-SenderADCheck; bh=9quxQmUFcPrCP9lm1wPopsXtQy+9c6RvkUn80qZ1cc8=; b=bddvRDWobj02kqvPKbxpL3McIzfyXsqlf708SI3wc7hNy2dSsKwOZ/po9E/NKscUvBTI5eQJOSRut5PEtgSLOUOi0Dx5Kez2Db4fNyRrtSwJHEqnui2x4HXwzc/J1zoDa+Bj2ZPNRs1jZLrWCUjb2RAcIA/fAI911pN0r/7W+dv9tJyGAt+6Hz70ib5qoThTol6+pUmy+RDHZ6n4vVfNny68/H9+y6NZFnOn7Qt4+hxXf4rvALS2kJ2YkttghiJRvipYJ91E1SfcEpY1MNkpY8PC83u79Du6biBN99Ly4hnt9z31+6xAeo2m0zy9u66U0FkSMNYYmeu7SqExjDHHhQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=lNRKZwUtwCzWYyHRqq0ZxtkCzBLLKVcWf/hG+PmpIUd2ymm4zhylfuvmeKX29pzrOXdU0ZFZCpLJAYL3O8LhNppGleE3Kz12JiRuoAZtPuCqNHLvOm4ORFkVmMj5I+dAMzU5cXQoikSiuRmBRVZ4jxiA57jRzdsCcWuAbpNdQgEFZaFf7UBRdss4XFKbk86MCI9ES6aPf3ewdDPiNWfgD4Xm5jUWFLPncuzcJta/Kjs4oYKm/iRCfclvaJn7H19R4BlrMmWCPcYs3RajKK6wNb1m0E0jPw/Mu0FOKyBu15brWSQW0Sn0asvA/sNm36fQ4czknJF9DM6vng61GnWRhw==
  • Msip_labels: MSIP_Label_1680d606-3385-4829-a27a-d391e7785643_Enabled=True;MSIP_Label_1680d606-3385-4829-a27a-d391e7785643_SiteId=b6f420c1-da14-4124-b666-fadafb6ebc04;MSIP_Label_1680d606-3385-4829-a27a-d391e7785643_SetDate=2021-08-06T17:16:46.0000000Z;MSIP_Label_1680d606-3385-4829-a27a-d391e7785643_Name=1680d606-3385-4829-a27a-d391e7785643;MSIP_Label_1680d606-3385-4829-a27a-d391e7785643_ContentBits=0;MSIP_Label_1680d606-3385-4829-a27a-d391e7785643_Method=Standard

Yes, twping localhost works, and knew it was running from the network capture seeing the session creation/ response process.

 

From the Network Capture done I was inclined to consider NAT the issue; The initiator/ sender is behind NAT. On the Capture the control session setup receives the private IP Address.

 

But now tested with twping from behind the same NAT, used “-Z” option, the private IP address does not flow into the control session (goes 0.0.0.0) but again no answer comes back.

 

From the capture done on the target machine, twamp-server, no traffic ever goes out. (Aside greeting control session tear up/ down).

 

From: Mark Feit <>
Sent: Monday, August 9, 2021 7:25 PM
To: Daniel Bernardo <>;
Subject: Re: TWAMP Server - Responder

 

Daniel Bernardo writes:

 

Using Accedian solutions as client, TWAMP Control negotiates the testing port, Controller starts sending traffic to this port, reaches the server, and then nothing happens. No reply.  How to troubleshoot this ?

 

I’d start on the server where twampd is running and make sure “twping localhost” works.  If it does, install the twamp-client package on the server running Accedian and make sure that works as expected.  There’s always the possibility that return test traffic is being blocked somewhere.  I have no idea what Accedian is using for its TWAMP implementation and can’t help debug that. 

 

Aug  6 17:01:51 experience01 twampd[31608]: FILE=time.c, LINE=118, NTP: STA_NANO should be set. Make sure ntpd is running, and your NTP configuration is good.

 

NTP is running but from chrony.

 

That shouldn’t be a problem; the twampd code looks for something NTP-specific and complains if it isn’t present.  That’s a holdover from the pre-Chrony days but shouldn’t any effects on the measurements.

 

--Mark

 




Archive powered by MHonArc 2.6.24.

Top of Page