Re: determine if TCP or UDP port is working properly?

From: Steven L Umbach (n9rou_at_n0-spam-for-me-comcast.net)
Date: 08/25/04


Date: Wed, 25 Aug 2004 22:35:44 GMT

For tcp you can try to telnet to the port on the other end as in [ telnet
212.212.212.212 80 ] which would try to telnet to port 80 on that IP address. You
would probably not get a connection but just a blinking cursor. However if the port
is not available telnet request will say "connection failed".

Other ways are to try a network scanner that can scan tcp and udp such as Superscan4
though you may have to configure the udp scan to use data+ICMP for udp scan type
which is not the default. The best way would be to use a packet sniffer like the free
Ethereal on client and server to see what packets are being send and received on each
end of the connection. Of course Ethereal can pick up thousands of packets in a
minute however it has easy to configure capture filters that would allow you to
capture traffic to and from only certain IP address. --- Steve

http://www.ethereal.com/

"Les Caudle" <very@tiredofspam.com> wrote in message
news:gq0qi09k5qvvlnuqqv5qts3j6af2cshoe2@4ax.com...
> I've been trying to diagnose a connectivity problem thru a certain port. The
> connection is traversing thru a proxy and a few other devices - and I can ping
> it from a midpoint - but ICMP is not setup to pass all the way thru.
>
> It would be nice to have some software I could run on one side that would answer
> on a certain port for TCP or UDP - and software on the other side to try to
> communicate using that port. Something very forgiving that would give me some
> info on whether the connection is making it at all - or is just very poor.
>
> Is there some software I can run at both ends to test for a single TCP or UDP
> port?
> --
> Thanks in advance, Les Caudle



Relevant Pages

  • RE: Configure Hardware Firewall for SBS 2003
    ... the corresponding ports to the SBS box. ... When a router is deployed at the SBS end, you must forward the port numbers ... TCP 110 This port is used for POP3 mail clients. ... TCP 1723 PPTP VPN connection ...
    (microsoft.public.windows.server.sbs)
  • Re: HTTP DDoS attack on our servers
    ... A quick googling for TCP port 45836 turns up the following page at ... The worm creates a remote access server by listening on TCP ... > Basically,> 8.000 IP numbers are sending HTTP requests to our server on ... > connection after the first sent line, ...
    (Incidents)
  • Re: Open port PIX 501
    ... :i can't open the port in my PIX. ... :I need open the port 1000 to point to the IP 10.254.254.222. ... in practice only DNS servers doing zone transfers need tcp. ... of UDP, it would be a highly unusual client which did not stick ...
    (comp.dcom.sys.cisco)
  • C00D10B5 Is Giving Me Grief
    ... I have windows ME Broad Band, direct connection and no phone line at all ... Out: UDP on port 5004 ... In/Out: TCP on port 554 ...
    (microsoft.public.windowsmedia.player)
  • Re: VPN - How do they know?
    ... Funny that - because I connect from work to home most days tunnelling ... an OpenVPN connection through the corporate web proxy using TCP. ... TCP is adaptive to bandwidth - so if you have a poor connection, ... than UDP). ...
    (uk.telecom.broadband)

Loading