Hi,

--- On Thu, Sep 17, 2009 at 12:42 AM, narendra sisodiya
<[email protected]> wrote:
| It is not necessary. both as different port and and protocol.
| In IITD use to block ICMP packets
\--

Ping is an ICMP [1] echo request/reply protocol and it uses UDP [2],
so transmission of packet is not guaranteed. But, SSH uses TCP [3]
protocol, which is a stateful protocol. A session is maintained
between machine A and B.

When the OP is able to SSH between his machine and the remote, as per
TCP sequencing, the remote machine will send back information. So, the
question of routing between the remote machine and the local machine
shouldn't come because SSH already works from OP's machine to the
remote machine.

Please capture packets using Wireshark to see the network traffic
between the two systems.

SK

[1] ICMP. http://www.ietf.org/rfc/rfc792.txt
[2] UDP. http://www.ietf.org/rfc/rfc0768.txt
[3] TCP. http://www.ietf.org/rfc/rfc793.txt

-- 
Shakthi Kannan
http://www.shakthimaan.com

--~--~---------~--~----~------------~-------~--~----~
Do you have another question? Click here - 
http://groups.google.com/group/iitdlug/post
l...@iitd community mailing list -- http://groups.google.com/group/iitdlug
-~----------~----~----~----~------~----~------~--~---

Reply via email to