How to opwn and close network ports

  • Thread starter Thread starter Alistair Smythe
  • Start date Start date
A

Alistair Smythe

I am new to networking and I want to know how to open and close network
ports? It a skill that I think I should know
 
Alistair Smythe said:
I am new to networking and I want to know how to open and close network
ports? It a skill that I think I should know

It really depends on what type of router/firewall you're using. Exactly
what do you want to do, and with what software/equipment?
 
Patrick Michael said:
It really depends on what type of router/firewall you're using. Exactly
what do you want to do, and with what software/equipment?

I think he was wanting to know if there was a way to open and close them
manually, without the use of a firewall. I was kinda wondering, too. I doubt
that knowledge would have many practical applications, though.
 
Beyond using a firewall or some sort of port filtering such as tcp/ip
filtering or an ipsec policy the way to open and close ports is by enabling
or disabling the service or application associated with the port. There are
utilities like Fport or TCPView that can show which processes/executables
are using a port and the netstat -b command can also do that in XP SP2. For
instance disabling the telnet server service will close port 23 tcp on the
server. --- Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top