-
Notifications
You must be signed in to change notification settings - Fork 10
perfSONAR nodes behind a NAT (AWS nodes)
epcjr edited this page Apr 30, 2019
·
1 revision
perfSONAR testpoints behind a NAT experience throughput test failures when the iperf3 server portion binds to the incorrect interface advertised via DNS. In order to fix this in a NAT situation (such as an AWS deployment) is to add the correct interface address to the FQDN in the /etc/hosts file.
-
Determine the correct interface with
ip a
-
Add FQDN and interface IP to /etc/hosts