networking
tcp ip udp
All sorts of networking tooling
- Duck DNS: free dynamic DNS
- Free DNS: static DNS subdomain and domain hosting
- Reverse IP: reverse IP Lookup tool will show you all of the domains currently hosted
iPerf
iPerf iPerf3 is a tool for active measurements of the maximum achievable bandwidth(performance) on IP networks.
Success
Install on first server
yum --enablerepo=epel install iperf iperf3
iperf3 -s -p 80
Install on second server
yum --enablerepo=epel install iperf iperf3
iperf3 -c <ip> -i 1 -t 10 -p 80