Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@CrazyBoy • Oct 11, 2009
You are asking for Linux systems or windows systems???
-
@durga-TpX3gO • Oct 11, 2009
any system for that matter. Can we actually terminate the sessions?
-
@CrazyBoy • Oct 11, 2009
Create an IPSEC policy on the local machine and block that port. Block any tcp/ip traffic on that single port. The session dies. Unblock that port. U need the steps?
I assume u have admin privileges.
Open the Local Sec Policy, Create a new IPSec policy, In the course of the wizard, add a new ip filter with source as any and destination as my ip, with TCP as protocol, and then specify the from and to port to be that single port.
Under Filter Action, Block all and finish it.
Then Assign that policy, wait for a couple of mins. Check ur netstat -an to verify if the port has got closed and session terminated.
The Unassign the policy. All in five mins perfectly within ur admin privs and the action should affect only ur port.
-CB -
@CrazyBoy • Oct 11, 2009
This is the only method I have heard of, I never heard or think of any other option. By the way, why you reqire this?? very specific requirement !!!
-CB -
@durga-TpX3gO • Oct 11, 2009
Nothing serious, just that i start wondering while I feel work's boring! 😁
Will give it a try on my lappy! thanks fro the info!