Skip to content

Installing TCPPing and HPing on CentOS 7.x

3 Comments on Installing TCPPing and HPing on CentOS 7.x

Install TCPPing

1: Install tcptraceroute


shell> sudo yum install tcptraceroute

2: Download TCPPing and set permissions


shell> sudo cd /usr/bin/
shell> sudo wget https://pingpros.com/pub/tcpping
shell> sudo chmod 755 tcpping

Install HPing

1: Install EPEL Repository

shell> sudo yum install epel-release

2: Install HPing3

shell> sudo yum install hping3

 

Credits:
TCPPING – http://www.vdberg.org/~richard/tcpping

3 Comments

:-(

sudo wget https://pingpros.com/pub/tcpping
–2019-07-23 14:54:12– https://pingpros.com/pub/tcpping
Resolving pingpros.com (pingpros.com)… 208.97.179.63
Connecting to pingpros.com (pingpros.com)|208.97.179.63|:80… connected.
HTTP request sent, awaiting response… 403 Forbidden
2019-07-23 14:54:12 ERROR 403: Forbidden.

John,

I just tested from a few boxes in different sites and the wget works. It could have been something at host providers end (temporary maintenance) or it could be some from of proxy blocking you. Give it a shot again and see if thats working. If not it has to be something at your host end here since I cannot reproduce the issue from a few computers.

Leave a Reply to Senad Cancel reply

Your email address will not be published. Required fields are marked *