A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Networking with Windows Vista
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Networking with Windows Vista Networking issues and questions with Windows Vista. (microsoft.public.windows.vista.networking_sharing)

My port 139 is wide open!



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old September 14th 07, 03:17 PM posted to microsoft.public.windows.vista.networking_sharing
Brandon Taylor
external usenet poster
 
Posts: 28
Default My port 139 is wide open!

I just ran the Shields UP! test (at www.grc.com) and it told me that my port
139 was wide open. How in Windows Vista do I close that port?

Brandon Taylor

  #2 (permalink)  
Old September 14th 07, 04:00 PM posted to microsoft.public.windows.vista.networking_sharing
Chuck [MVP]
external usenet poster
 
Posts: 512
Default My port 139 is wide open!

On Fri, 14 Sep 2007 10:17:25 -0500, "Brandon Taylor"
wrote:

I just ran the Shields UP! test (at www.grc.com) and it told me that my port
139 was wide open. How in Windows Vista do I close that port?

Brandon Taylor



Brandon,

Is the computer directly connected to the Internet? Get a NAT router. If you
can afford a computer, you can afford a router.
http://nitecruzr.blogspot.com/2006/01/proper-network-design.html#Router
http://nitecruzr.blogspot.com/2006/0...gn.html#Router

--
Cheers,
Chuck, MS-MVP 2005-2007 [Windows - Networking]
http://nitecruzr.blogspot.com/
Paranoia is not a problem, when it's a normal response from experience.
My email is AT DOT
actual address pchuck mvps org.
  #3 (permalink)  
Old September 14th 07, 04:04 PM posted to microsoft.public.windows.vista.networking_sharing
Chuck [MVP]
external usenet poster
 
Posts: 512
Default My port 139 is wide open!

On Fri, 14 Sep 2007 10:17:25 -0500, "Brandon Taylor"
wrote:

I just ran the Shields UP! test (at www.grc.com) and it told me that my port
139 was wide open. How in Windows Vista do I close that port?

Brandon Taylor



Brandon,

Is the computer directly connected to the Internet? Get a NAT router. If you
can afford a computer, you can afford a router.
http://nitecruzr.blogspot.com/2006/01/proper-network-design.html#Router
http://nitecruzr.blogspot.com/2006/0...gn.html#Router

For a short term solution, go to the Network and Sharing Center, and set the NLT
to Public.
http://nitecruzr.blogspot.com/2006/12/windows-xp-and-vista-on-lan-together.html#VistaServer
http://nitecruzr.blogspot.com/2006/1...ml#VistaServer

--
Cheers,
Chuck, MS-MVP 2005-2007 [Windows - Networking]
http://nitecruzr.blogspot.com/
Paranoia is not a problem, when it's a normal response from experience.
My email is AT DOT
actual address pchuck mvps org.
  #4 (permalink)  
Old September 14th 07, 04:09 PM posted to microsoft.public.windows.vista.networking_sharing
Robert L [MVP - Networking]
external usenet poster
 
Posts: 1,227
Default My port 139 is wide open!

You can use PULIST from the Windows Resource Kit to find which process is using a specified port. This show to may help.

How to find open ports on a computerYou can use PULIST from the Windows Resource Kit to find which process is using a specified port. For example, pulist |find /i "4125" may display ...
www.howtonetworking.com/command/openport1.htm


Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Brandon Taylor" wrote in message ...
I just ran the Shields UP! test (at www.grc.com) and it told me that my port
139 was wide open. How in Windows Vista do I close that port?

Brandon Taylor

  #5 (permalink)  
Old September 15th 07, 01:04 PM posted to microsoft.public.windows.vista.networking_sharing
Brandon Taylor
external usenet poster
 
Posts: 28
Default My port 139 is wide open!

I issued this command:

netstat -an | find /i "139"

and it returned the following line:

TCP 192.168.0.2:139 0.0.0.0:0 LISTENING

Turns out that 192.168.0.2 is my own IP address, and it is listening through Port 139! From what I can gather, the only way to protect my computer from any menace trying to attack it through Port 139 is to shut down the Internet connection. Am I correct... or is there another way?

-- B.D.T.
"Robert L [MVP - Networking]" wrote in message ...
You can use PULIST from the Windows Resource Kit to find which process is using a specified port. This show to may help.

How to find open ports on a computer You can use PULIST from the Windows Resource Kit to find which process is using a specified port. For example, pulist |find /i "4125" may display ...
www.howtonetworking.com/command/openport1.htm


Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Brandon Taylor" wrote in message ...
I just ran the Shields UP! test (at www.grc.com) and it told me that my port
139 was wide open. How in Windows Vista do I close that port?

Brandon Taylor

  #6 (permalink)  
Old September 15th 07, 02:45 PM posted to microsoft.public.windows.vista.networking_sharing
Robert L [MVP - Networking]
external usenet poster
 
Posts: 1,227
Default My port 139 is wide open!

As the link says, using PULIST will give you the processor and PID.

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Brandon Taylor" wrote in message ...
I issued this command:

netstat -an | find /i "139"

and it returned the following line:

TCP 192.168.0.2:139 0.0.0.0:0 LISTENING

Turns out that 192.168.0.2 is my own IP address, and it is listening through Port 139! From what I can gather, the only way to protect my computer from any menace trying to attack it through Port 139 is to shut down the Internet connection. Am I correct... or is there another way?

-- B.D.T.
"Robert L [MVP - Networking]" wrote in message ...
You can use PULIST from the Windows Resource Kit to find which process is using a specified port. This show to may help.

How to find open ports on a computer You can use PULIST from the Windows Resource Kit to find which process is using a specified port. For example, pulist |find /i "4125" may display ...
www.howtonetworking.com/command/openport1.htm


Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Brandon Taylor" wrote in message ...
I just ran the Shields UP! test (at www.grc.com) and it told me that my port
139 was wide open. How in Windows Vista do I close that port?

Brandon Taylor

  #7 (permalink)  
Old September 15th 07, 06:19 PM posted to microsoft.public.windows.vista.networking_sharing
Brandon Taylor
external usenet poster
 
Posts: 28
Default My port 139 is wide open!

The command prompt does not recognize PULIST as a valid command. What do I do next?

-- B.D.T.
"Robert L [MVP - Networking]" wrote in message ...
As the link says, using PULIST will give you the processor and PID.

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Brandon Taylor" wrote in message ...
I issued this command:

netstat -an | find /i "139"

and it returned the following line:

TCP 192.168.0.2:139 0.0.0.0:0 LISTENING

Turns out that 192.168.0.2 is my own IP address, and it is listening through Port 139! From what I can gather, the only way to protect my computer from any menace trying to attack it through Port 139 is to shut down the Internet connection. Am I correct... or is there another way?

-- B.D.T.
"Robert L [MVP - Networking]" wrote in message ...
You can use PULIST from the Windows Resource Kit to find which process is using a specified port. This show to may help.

How to find open ports on a computer You can use PULIST from the Windows Resource Kit to find which process is using a specified port. For example, pulist |find /i "4125" may display ...
www.howtonetworking.com/command/openport1.htm


Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Brandon Taylor" wrote in message ...
I just ran the Shields UP! test (at www.grc.com) and it told me that my port
139 was wide open. How in Windows Vista do I close that port?

Brandon Taylor

  #8 (permalink)  
Old September 16th 07, 12:19 AM posted to microsoft.public.windows.vista.networking_sharing
Robert L [MVP - Networking]
external usenet poster
 
Posts: 1,227
Default My port 139 is wide open!

You can download pulist from this link: http://www.chicagotech.net/Tools/pulist.zip

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Brandon Taylor" wrote in message ...
The command prompt does not recognize PULIST as a valid command. What do I do next?

-- B.D.T.
"Robert L [MVP - Networking]" wrote in message ...
As the link says, using PULIST will give you the processor and PID.

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Brandon Taylor" wrote in message ...
I issued this command:

netstat -an | find /i "139"

and it returned the following line:

TCP 192.168.0.2:139 0.0.0.0:0 LISTENING

Turns out that 192.168.0.2 is my own IP address, and it is listening through Port 139! From what I can gather, the only way to protect my computer from any menace trying to attack it through Port 139 is to shut down the Internet connection. Am I correct... or is there another way?

-- B.D.T.
"Robert L [MVP - Networking]" wrote in message ...
You can use PULIST from the Windows Resource Kit to find which process is using a specified port. This show to may help.

How to find open ports on a computer You can use PULIST from the Windows Resource Kit to find which process is using a specified port. For example, pulist |find /i "4125" may display ...
www.howtonetworking.com/command/openport1.htm


Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Brandon Taylor" wrote in message ...
I just ran the Shields UP! test (at www.grc.com) and it told me that my port
139 was wide open. How in Windows Vista do I close that port?

Brandon Taylor

  #9 (permalink)  
Old September 17th 07, 07:28 PM posted to microsoft.public.windows.vista.networking_sharing
Brandon Taylor
external usenet poster
 
Posts: 28
Default My port 139 is wide open!

PULIST says that port 139 is not being used by any processes. What is my next step?

-- B.D.T.
"Robert L [MVP - Networking]" wrote in message ...
You can download pulist from this link: http://www.chicagotech.net/Tools/pulist.zip

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Brandon Taylor" wrote in message ...
The command prompt does not recognize PULIST as a valid command. What do I do next?

-- B.D.T.
"Robert L [MVP - Networking]" wrote in message ...
As the link says, using PULIST will give you the processor and PID.

Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Brandon Taylor" wrote in message ...
I issued this command:

netstat -an | find /i "139"

and it returned the following line:

TCP 192.168.0.2:139 0.0.0.0:0 LISTENING

Turns out that 192.168.0.2 is my own IP address, and it is listening through Port 139! From what I can gather, the only way to protect my computer from any menace trying to attack it through Port 139 is to shut down the Internet connection. Am I correct... or is there another way?

-- B.D.T.
"Robert L [MVP - Networking]" wrote in message ...
You can use PULIST from the Windows Resource Kit to find which process is using a specified port. This show to may help.

How to find open ports on a computer You can use PULIST from the Windows Resource Kit to find which process is using a specified port. For example, pulist |find /i "4125" may display ...
www.howtonetworking.com/command/openport1.htm


Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on http://www.HowToNetworking.com
"Brandon Taylor" wrote in message ...
I just ran the Shields UP! test (at www.grc.com) and it told me that my port
139 was wide open. How in Windows Vista do I close that port?

Brandon Taylor

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:47 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2012 Vista Banter.
The comments are property of their posters.