jplee3 wrote:
> Hey guys,
>
> After running a tcpdump, I found this:
>
> 18:24:49.215025 IP (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto
> UDP (17), length 93) 10.x.x.x.1514 > 216.x.x.x.43591: UDP, length 65
>
>
> So it seems the server was sending a request to the destination where
> the destination port is dynamic.
>
>
> Is there something I'm missing here?
>
I can't say for certain, but in a client-server situation, it's
generally only the server that is listening on a known port. The client
generally doesn't bind and receives a port from the dynamic range. Is
this trace a packet from the server to the client, in essence, a reply?