Hi, i have opened the port using power shell command and it got sucess but when i test using the command tnc localhost port number but its getting fa

S

ShahidAhmed321

Hi, have opened the port using power shell command (New-NetFirewallRule -DisplayName 'Port' -Profile @('Domain', 'Private' , 'Public') -Direction Inbound -Action Allow -Protocol TCP -LocalPort 5095) and it got success but when i test using the command tnc localhost port 5095 its getting fail need help on the same.tested with telnet : >telnet 192.168.3.98 5095 Connecting To 192.168.3.98...Could not open connection to the host, on port 5095: Connect failed

Continue reading...
 
Back
Top Bottom