LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   need to do traceroute in a specific protocol (SCTP, TCP, UDP) (https://www.linuxquestions.org/questions/linux-networking-3/need-to-do-traceroute-in-a-specific-protocol-sctp-tcp-udp-931584/)

Skaperen 02-27-2012 11:52 AM

need to do traceroute in a specific protocol (SCTP, TCP, UDP)
 
Given that traceroute in the Nmap program is not operating on the basis of what is specified by the user (its purpose is security auditing rather than network failure diagnosis), and the regular traceroute program does not support SCTP, does anyone have a suggestion for an alternate program? For now I want to do a traceroute in the SCTP protocol. A general purpose program that does what the network/system administrator wants to do might be useful if such a beast exists.

Ref: http://www.linuxquestions.org/questi...otocol-931411/

TB0ne 02-27-2012 12:06 PM

Quote:

Originally Posted by Skaperen (Post 4613318)
Given that traceroute in the Nmap program is not operating on the basis of what is specified by the user (its purpose is security auditing rather than network failure diagnosis), and the regular traceroute program does not support SCTP, does anyone have a suggestion for an alternate program? For now I want to do a traceroute in the SCTP protocol. A general purpose program that does what the network/system administrator wants to do might be useful if such a beast exists.

Ref: http://www.linuxquestions.org/questi...otocol-931411/

The only thing I can think of would be a very specific wireshark capture-filter, just to get the protocol/port you're interested in. If you have that running on a machine that has access to a span-port on your core router, you'd be able to see where the packet(s) went.

Just a thought.

Skaperen 02-27-2012 07:03 PM

Unfortunately, I only have access to the end points. I'm trying to pinpoint a specific place where the packets are not going beyond so I can identify which N/A is responsible.


All times are GMT -5. The time now is 10:46 PM.