telnet - how to verify why port is blocked?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












we have linux machines redhta 6.5



when we do telnet to localhost on port 8182 , we get connection refuse



service iptables status
Firewall is not running

telnet localhost 8182
Connection refused

cat /etc/selinux/config
SELI NUX=DISABLED
SELINUXTYPE=targeted


any suggestion how to find the reason that we get connection refuse
even firewall is down and Selinux is disabled










share|improve this question





















  • There is no service listening on port 8182.
    – n8te
    8 mins ago










  • how to verify which service should listening to port 8182
    – yael
    6 mins ago










  • Can I ask what is giving you the idea that something should be listening on that port? Why did you pick that port in particular?
    – n8te
    5 mins ago










  • on other machine , port 8182 is listening , but on other same machine its not listening
    – yael
    4 mins ago










  • Apparently port 8182 is used for vmware fault domain manager. Do you have vmware installed on the other PC?
    – n8te
    3 mins ago














up vote
0
down vote

favorite












we have linux machines redhta 6.5



when we do telnet to localhost on port 8182 , we get connection refuse



service iptables status
Firewall is not running

telnet localhost 8182
Connection refused

cat /etc/selinux/config
SELI NUX=DISABLED
SELINUXTYPE=targeted


any suggestion how to find the reason that we get connection refuse
even firewall is down and Selinux is disabled










share|improve this question





















  • There is no service listening on port 8182.
    – n8te
    8 mins ago










  • how to verify which service should listening to port 8182
    – yael
    6 mins ago










  • Can I ask what is giving you the idea that something should be listening on that port? Why did you pick that port in particular?
    – n8te
    5 mins ago










  • on other machine , port 8182 is listening , but on other same machine its not listening
    – yael
    4 mins ago










  • Apparently port 8182 is used for vmware fault domain manager. Do you have vmware installed on the other PC?
    – n8te
    3 mins ago












up vote
0
down vote

favorite









up vote
0
down vote

favorite











we have linux machines redhta 6.5



when we do telnet to localhost on port 8182 , we get connection refuse



service iptables status
Firewall is not running

telnet localhost 8182
Connection refused

cat /etc/selinux/config
SELI NUX=DISABLED
SELINUXTYPE=targeted


any suggestion how to find the reason that we get connection refuse
even firewall is down and Selinux is disabled










share|improve this question













we have linux machines redhta 6.5



when we do telnet to localhost on port 8182 , we get connection refuse



service iptables status
Firewall is not running

telnet localhost 8182
Connection refused

cat /etc/selinux/config
SELI NUX=DISABLED
SELINUXTYPE=targeted


any suggestion how to find the reason that we get connection refuse
even firewall is down and Selinux is disabled







linux networking tcp telnet port






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 11 mins ago









yael

2,0811449




2,0811449











  • There is no service listening on port 8182.
    – n8te
    8 mins ago










  • how to verify which service should listening to port 8182
    – yael
    6 mins ago










  • Can I ask what is giving you the idea that something should be listening on that port? Why did you pick that port in particular?
    – n8te
    5 mins ago










  • on other machine , port 8182 is listening , but on other same machine its not listening
    – yael
    4 mins ago










  • Apparently port 8182 is used for vmware fault domain manager. Do you have vmware installed on the other PC?
    – n8te
    3 mins ago
















  • There is no service listening on port 8182.
    – n8te
    8 mins ago










  • how to verify which service should listening to port 8182
    – yael
    6 mins ago










  • Can I ask what is giving you the idea that something should be listening on that port? Why did you pick that port in particular?
    – n8te
    5 mins ago










  • on other machine , port 8182 is listening , but on other same machine its not listening
    – yael
    4 mins ago










  • Apparently port 8182 is used for vmware fault domain manager. Do you have vmware installed on the other PC?
    – n8te
    3 mins ago















There is no service listening on port 8182.
– n8te
8 mins ago




There is no service listening on port 8182.
– n8te
8 mins ago












how to verify which service should listening to port 8182
– yael
6 mins ago




how to verify which service should listening to port 8182
– yael
6 mins ago












Can I ask what is giving you the idea that something should be listening on that port? Why did you pick that port in particular?
– n8te
5 mins ago




Can I ask what is giving you the idea that something should be listening on that port? Why did you pick that port in particular?
– n8te
5 mins ago












on other machine , port 8182 is listening , but on other same machine its not listening
– yael
4 mins ago




on other machine , port 8182 is listening , but on other same machine its not listening
– yael
4 mins ago












Apparently port 8182 is used for vmware fault domain manager. Do you have vmware installed on the other PC?
– n8te
3 mins ago




Apparently port 8182 is used for vmware fault domain manager. Do you have vmware installed on the other PC?
– n8te
3 mins ago















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f476209%2ftelnet-how-to-verify-why-port-is-blocked%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f476209%2ftelnet-how-to-verify-why-port-is-blocked%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay