LinkShare  Referral  Program

New

Advertise Here
learn more
            Web Hosting > Router Configuration
Useful

Links


Free technical Tutorials At techtutorials.net




The PHP Resource Index Link Exchange at iWEBTOOL.com

email marketing
Email Point is like no other email list provider you will find on the internet. All of our email lists are compiled and updated from the previous week making them the freshest lists available to date.


iBuyOfficesupply.com Inc. There is not Comments for this Article,Be the first one
Ask any relevant question in the Comments or leave your valuable feed-back

printer  Print version of this article

star  Add it to your favourite!

mail email this page to a frend
LinkShare  Referral  Program
Added on   2007-11-12
Clicks     2973
Rating:   3.25   out of 5 from   8   raters      
         rate this page   
 Not rated yet.Be the first one to vote!!

How to host your own Website.

Ports Checking

Netstat command

  • To check all your active connections and all the ports  the computer is listening to , Netstat command is what you need.
  • Open command prompt from start/all programs/accessories/command prompt
  • type netstat/a
  • Displays all active TCP connections and the TCP and UDP ports on which the computer is listening.
  • command prompt netstat/a
  • netstat/n : Displays active TCP connections, however, addresses and port numbers are expressed numerically and no attempt is made to determine names.

  • netstat-o : Displays active TCP connections and includes the process ID (PID) for each connection. You can find the application based on the PID on the Processes tab in Windows Task Manager. This parameter can be combined with -a, -n, and -p.

  • An easy way to check your opened ports is to visit MyServer.org. On this website you can use a free tool, Portsniff , that will find out all the ports a server is listening to.

  • You can also use ipconfig to determine your IP configuration

  • IP Address is your computer IP

  • Default Gateway is your router IP

  • command prompt ipconfig