TCP established connection unwanted

5

5tulips

I did a netstat -a this evening for active connections.
This one should not be here. How do I get rid of it?

TCP (mycomputername):1448
bzq-82-80-230-133.cablep.bezeqint.net:http ESTABLISHED

dsg
 
D

Dennis Dow

5tulips said:
I did a netstat -a this evening for active connections.
This one should not be here. How do I get rid of it?

TCP (mycomputername):1448
bzq-82-80-230-133.cablep.bezeqint.net:http ESTABLISHED

dsg
Now try netstat -ab
This will display the PID associated with each port. Using your task
manager you can display pid's of all running processes. That will tell
you what program has the port open. From there you'll know how to proceed.
 
5

5tulips

: 5tulips wrote:
: > I did a netstat -a this evening for active connections.
: > This one should not be here. How do I get rid of it?
: >
: > TCP (mycomputername):1448
: > bzq-82-80-230-133.cablep.bezeqint.net:http ESTABLISHED
: >
: > dsg
: >
: >
: Now try netstat -ab
: This will display the PID associated with each port. Using your task
: manager you can display pid's of all running processes. That will tell
: you what program has the port open. From there you'll know how to
proceed.
;............................................
Thank you Dennis, for giving me the pointer on finding the pid. I just
installed a new security app. The netstat -ab says the company is the Web
Inspector module for the new security app. What a relief.
dsg
 
D

Dennis Dow

5tulips said:
: 5tulips wrote:
: > I did a netstat -a this evening for active connections.
: > This one should not be here. How do I get rid of it?
: >
: > TCP (mycomputername):1448
: > bzq-82-80-230-133.cablep.bezeqint.net:http ESTABLISHED
: >
: > dsg
: >
: >
: Now try netstat -ab
: This will display the PID associated with each port. Using your task
: manager you can display pid's of all running processes. That will tell
: you what program has the port open. From there you'll know how to
proceed.
;............................................
Thank you Dennis, for giving me the pointer on finding the pid. I just
installed a new security app. The netstat -ab says the company is the Web
Inspector module for the new security app. What a relief.
dsg
Thanks for letting the forum know what you found and that it's resolved.
 

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

Top