port state issue


 
Thread Tools Search this Thread
Special Forums IP Networking port state issue
# 1  
Old 03-23-2012
Question port state issue

Hello,

I have following issue:
traceroute connection works to given address(ip + port) but telnet(and other network tools) do not. How it is possible?

telnet 10.150.184.225 443
Connection refused

tracert -T -p 443 10.150.184.225
traceroute to 10.150.184.225 (10.150.184.225), 30 hops max, 40 byte packets
1 10.150.184.225 (10.150.184.225) 2994.735 ms 2994.715 ms 2994.691 ms


Thank You in advance
Kuba
# 2  
Old 03-23-2012
check the traceroute man page. telnet and traceroute are completely different utilities.

Code:
     -p port
             Protocol specific. For UDP and TCP, sets the base port number used
             in probes (default is 33434).  Traceroute hopes that nothing is lis-
             tening on UDP ports base to base+nhops-1 at the destination host (so
             an ICMP PORT_UNREACHABLE message will be returned to terminate the
             route tracing).  If something is listening on a port in the default
             range, this option can be used to pick an unused port range.

# 3  
Old 03-23-2012
I do not understand could You help?

I would like to check on which router/server/firewall the connection to given port is blocked.
How can I do it?

I tried to use traceroute, with wrong assumptions I guess.
# 4  
Old 03-23-2012
there is no silver bullet way to do this. nmap might be able to help with determine if it is firewalled but you will not know the IP of the deviice blocking it.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

Port forwarding issue

hi guys i have a simple question ! i have two ips . a valid and internal(172.16.11.2) i want to use port forwarding to forward any request to valid IP port 8001 to internal ip port 80 . i use this rule : sysctl -w net.ipv4.ip_forward=1 iptables -t nat -A PREROUTING -p tcp... (1 Reply)
Discussion started by: mhs
1 Replies

2. HP-UX

After adding new iscsi target port, still the session state of that target port is showing offline

Hi, I wanted to configure new iscsi port on HPUX system, i added the target port address and configured it, once done, went to array side and searched for that host iqn number , but was nt able to find the same, came to host, then when i ran "iscsiutil -pVS" command it gave me below result ... (0 Replies)
Discussion started by: Vinay Kumar D
0 Replies

3. AIX

Open firmware state to running state

Hi Admins, I am having a whole system lpar in open firmware state on HMC. How can I bring it to running state ? Let me know. Thanks. (2 Replies)
Discussion started by: snchaudhari2
2 Replies

4. Red Hat

HP Data Protector port 5555 issue

Dear All, I have my HP Data Protector installed on the backup server. I want to connect this backup server with the client server through telnet port 5555 like below telnet < ipaddress of client> 5555 But when I try like this , it says ...Connection refused ...unable to connect to... (0 Replies)
Discussion started by: jegaraman
0 Replies

5. HP-UX

FC port issue

I'm facing some strange HP-UX behavior. I have a small SAN with one HP server, two Cisco SAN switches and one HP tape library connected. When I issues port reset, syslog shows the following: Oct 15 07:34:51 terumos-bckp-srv2 vmunix: Target path (class=tgtpath, instance=12) has gone online. ... (2 Replies)
Discussion started by: Sapfeer
2 Replies

6. Programming

Locking issue with serial port

Hi, In my application,I need to monitor the devices connected through serial port in solaris sparc 9 OS.I used c and java code for it and I am able to do the same but the problem comes when I restart the system and the open my application and try to monitor it.but I m unable to monitor the... (2 Replies)
Discussion started by: smartgupta
2 Replies

7. AIX

Port hang issue in AIX Version 5.3

On AIX platform we are having Weblogic 8.1 as the middleware for an application. The application is deployed in Weblogic on AIX platform and the server is having 2 dedicated listening ports for any incoming requests. Output for netstat -an command for the port 30001 is as follows:- tcp4... (7 Replies)
Discussion started by: subharai
7 Replies

8. UNIX for Dummies Questions & Answers

Hitting with custom port in CLOSE_WAIT state for long time in solaris 10

Hi, Occasionally I am getting the port state in CLOSE_WAIT for long time in the solaris server. I am not sure is it application problem or not. Because we are using port 9009 for Tomcat process in our web application, some time when I start the application, the port 9009 is in CLOSE_WAIT... (0 Replies)
Discussion started by: mgmk.84
0 Replies

9. Solaris

Serial port issue

Hi, I am working with Sun Solaris 9 Sparc,Sun-Blade-100.In my application,I need to monitor the UPS using Serial port. When I am using JRE 1.4 in my application,I am able to monitor it but when I am upgrading the JRE version from 1.4 to JRE1.6. I am not able to monitor the UPS.It is showing the... (1 Reply)
Discussion started by: smartgupta
1 Replies

10. HP-UX

PXE boot port issue

Hi,all: I want to boot an IA unix box from network, I am sure I set the DHCP and boot server, but it still failed ! It says : Client MAC Address: 00 18 FE 28 91 82 .....- PXE-E16: Valid PXE offer not received. Load of Core LAN Gb A failed: Not Found I use the nettl command to trace the UDP... (0 Replies)
Discussion started by: bluepluto
0 Replies
Login or Register to Ask a Question