|
|
tracing route in solaris using tcp packets
All,
We have a production issue (network connection), and traceroute
doesn't seem up to the job because its udp packets are getting
filtered out..
Is there a way to make traceroute use TCP packets instead? I see - and
have compiled - tcptraceroute, but am getting 'No DLPI device found'
errors.
Anyways, I would have thought that traceroute would have had that
ability (a while ago), but apparently not. Any alternatives that are
available 'out of the box' on solaris would be greatly appreciated.
Ed
|
|
0
|
|
|
|
Reply
|
horos11
|
6/9/2009 8:46:21 PM |
|
horos11 wrote:
> All,
>
> We have a production issue (network connection), and traceroute
> doesn't seem up to the job because its udp packets are getting
> filtered out..
>
> Is there a way to make traceroute use TCP packets instead? I see - and
> have compiled - tcptraceroute, but am getting 'No DLPI device found'
> errors.
>
> Anyways, I would have thought that traceroute would have had that
> ability (a while ago), but apparently not. Any alternatives that are
> available 'out of the box' on solaris would be greatly appreciated.
>
> Ed
Many networks block traceroute! It can generate large amounts of
traffic. Most sites disabled it eight or ten years ago.
|
|
0
|
|
|
|
Reply
|
Richard
|
6/9/2009 9:24:38 PM
|
|
horos11 <horos11@gmail.com> writes:
>We have a production issue (network connection), and traceroute
>doesn't seem up to the job because its udp packets are getting
>filtered out..
>Is there a way to make traceroute use TCP packets instead? I see - and
>have compiled - tcptraceroute, but am getting 'No DLPI device found'
>errors.
No, but Solaris traceroute supports ICMP packets (with -I) that are
useful sometimes too.
tcptraceroute should work?
....tcptraceroute-1.5beta7> ./configure; gmake
....tcptraceroute-1.5beta7> pfexec ./tcptraceroute www.google.com
Selected device bge0, address 216.243.180.235 for outgoing packets
Tracing the path to www.google.com (209.85.225.99) on TCP port 80, 30
hops max
1 216.243.180.238 2.134 ms 0.992 ms 0.692 ms
.....
>Anyways, I would have thought that traceroute would have had that
>ability (a while ago), but apparently not. Any alternatives that are
>available 'out of the box' on solaris would be greatly appreciated.
Not many systems have it as a capability without adding on. Solaris
doesn't exactly move quickly to support what one other system does.
Even then, people tend to use ancient versions of Solaris for far too
long anyway. :)
|
|
0
|
|
|
|
Reply
|
Doug
|
6/9/2009 9:48:20 PM
|
|
"Richard B. Gilbert" <rgilbert88@comcast.net> writes:
>horos11 wrote:
>> We have a production issue (network connection), and traceroute
>> doesn't seem up to the job because its udp packets are getting
>> filtered out..
>>
>> Is there a way to make traceroute use TCP packets instead? I see - and
>> have compiled - tcptraceroute, but am getting 'No DLPI device found'
>> errors.
>>
>> Anyways, I would have thought that traceroute would have had that
>> ability (a while ago), but apparently not. Any alternatives that are
>> available 'out of the box' on solaris would be greatly appreciated.
>>
>> Ed
>Many networks block traceroute! It can generate large amounts of
>traffic. Most sites disabled it eight or ten years ago.
Thus, the reason for having tcptraceroute, (or ICMP traceroute which
Solaris does support)..
Traceroute doesn't generate large amounts of traffic. 3 packets out to
each hop, max of 30 hops = 90 small packets max?
|
|
0
|
|
|
|
Reply
|
Doug
|
6/9/2009 10:22:12 PM
|
|
|
3 Replies
522 Views
(page loaded in 0.073 seconds)
Similiar Articles: tracing route in solaris using tcp packets - comp.unix.solaris ...All, We have a production issue (network connection), and traceroute doesn't seem up to the job because its udp packets are getting filtered out.. I... determine the size of the unix socket packet. - comp.unix ...Network Packet size (netstat command) - comp.unix.solaris ... Increasing TCP buffer and window for more ... determine the size of the unix socket packet ... netstat ... gmake error - comp.soft-sys.matlabtracing route in solaris using tcp packets - comp.unix.solaris .....tcptraceroute-1.5beta7> ./configure; gmake ....tcptraceroute-1.5beta7> pfexec ... and >> have ... Getting EHOSTUNREACH -- No route to host error while sending a UDP ...tracing route in solaris using tcp packets - comp.unix.solaris ... Getting EHOSTUNREACH -- No route to host error while sending a UDP ... ... IPv6 - comp.protocols.tcp-ip ... ASA 5510 log messages %ASA-4-419002: Duplicate TCP SYN - comp.dcom ...It's hard to trace the sender, because you can't trust the src ... comp.dcom.sys.cisco Best way to do ... Syslog over TCP - comp.unix.solaris ISAKMP duplicate packets - comp ... VPN in a container? - comp.unix.solaris... docs for bundled Solaris IPSec also list commands like ifconfig, route ... small and rare UDP packets (syslog mainly) > to Solaris zone via encrypted TCP tunnel, > using ... add a 2nd gateway on a host - comp.unix.solaris... IRE entries are created by packets using the different default routes ... TCP notifies IP to find a new route OR tcp ... gateway on a host - comp.unix.solaris Multiple Routes ... Cisco ASA: VPN behaviour when packet loss is high on WAN - comp ...... following effect: On the internet route ... Have you tried using the tcp mss adjust feature? ... on loopback interface!? - comp.unix.solaris Cisco ASA: VPN behaviour when packet ... Redirecting packets with route-maps through the same interface ...... useful; it was only meant to check if the packet can be forced out of the interface it came in on using a route ... If the default router is up, and the route ... solaris VPN ... TCP MSS issue - comp.unix.programmertracing route in solaris using tcp packets - comp.unix.solaris ... TCP MSS issue - comp.unix.programmer... encyclopedia The Transmission Control Protocol ... ... we had ... tracing route in solaris using tcp packets - comp.unix.solaris ...All, We have a production issue (network connection), and traceroute doesn't seem up to the job because its udp packets are getting filtered out.. I... traceroute - Wikipedia, the free encyclopedia... diagnostic tool for displaying the route (path) and ... are also traceroute implementations that use TCP packets ... available for the same piece of data, one can trace ... 7/26/2012 5:32:07 AM
|
|
|
|
|
|
|
|
|