craigedmonds

Well-Known Member
Oct 29, 2007
115
1
68
Europe
cPanel Access Level
Root Administrator
Twitter
I need to test if my server can connect to nominet. I have checked firewall etc and nominet says I am not blocked but I need to prove to them that they are blocking me.

I have tried running this:

Code:
[root@mork ~]# telnet epp.nominet.org.uk 700
-bash: telnet: command not found
How do I make it so that I can enable telnet command on my cpanel server?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello :)

You can install telnet with your system package manager. EX:

Code:
yum install telnet
Thank you.
 

quietFinn

Well-Known Member
Feb 4, 2006
2,024
542
493
Finland
cPanel Access Level
Root Administrator
I need to test if my server can connect to nominet. I have checked firewall etc and nominet says I am not blocked but I need to prove to them that they are blocking me.

I have tried running this:

Code:
[root@mork ~]# telnet epp.nominet.org.uk 700
-bash: telnet: command not found
How do I make it so that I can enable telnet command on my cpanel server?
You run:

yum install telnet