|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to stop the process which uses port 1099
Hello all,
My netstat -na |grep 1099 gives me Code:
tcp 0 0 *.1099 *.* LISTEN tcp 0 0 127.0.0.1.1099 127.0.0.1.54253 CLOSE_WAIT tcp 0 0 127.0.0.1.54195 127.0.0.1.1099 FIN_WAIT_2 tcp 0 0 127.0.0.1.1099 127.0.0.1.54195 CLOSE_WAIT tcp 0 0 127.0.0.1.1099 127.0.0.1.54246 CLOSE_WAIT tcp 0 0 127.0.0.1.54253 127.0.0.1.1099 FIN_WAIT_2 tcp 0 0 127.0.0.1.54246 127.0.0.1.1099 FIN_WAIT_2 I need to know which process is using this port and i need to stop that process using the port 1099. I am not supposed to use / install lsof on that machine. Thanks in advance, Murugesan
__________________
Dinesh_P_V |
|
#2
|
||||
|
||||
|
Well, a search on google shows that this port is used by trojan horses:
Blood Fest Evolution or Remote Administration Tool - RAT Have a check with your antivirus program. |
|
#3
|
|||
|
|||
|
Thanks edwinbrains for the reply. Atlast I got it.
And the process was jboss. tcpdump/ethereal we can use to get the info. |
![]() |
| Viewing: Dev Shed Forums > System Administration > Networking Help > How to stop the process which uses port 1099 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|