New to wireshark :} When I do a telnet fqdn 25 - I see the traffic on port 587 and not 25. I thought that I should be able to see the traffic destinated for port 25 being "redirected" to 587. But I do not. The first packet from my machine is to port 587 ? I am not understanding this. asked 07 Feb '13, 06:09 mdcowboy |
One Answer:
I just did what you did: running http://www.cloudshark.org/captures/21904d613ef7 This is how it should look like for you, too. If it doesn't, something is going wrong. P.S: smtp command & control by console. Oldschool! :-) answered 07 Feb '13, 06:31 Jasper ♦♦ |
Why do you expect a redirect to port 587 at all? A "telnet nameofhost 25" should always lead to a SYN being sent to port 25, at least if you're talking about the standard windows telnet program...
Do you have some sort of redirection software running, or why do you think that oyu should be able to see traffic for port 25 being "redirected"?
TX- I expect to see dst port of 25. I am using the standard windows telnet program. I know that port 587 is also open to the dest addr.
That sounds strange.