What's new

How can I disconnect an ip address?

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

scaiter

New Around Here
hi,


How can I close the ESTABLISHED connection using ssh?

For example; tcpkill ip host 192.168.1.2

but it doesn't work :/
 
Try something like:
Code:
conntrack -D conntrack -s 192.168.1.2
It won’t prevent it from re-establishing, but a new connection would have to be re-evaluated by the firewall.
 
It didn't happen :/
this is what i did; I'm typing the

Code:
netstat-nat -n

Result;

Proto NATed Address Destination Address State
tcp 192.168.50.126:32522 xx.xx.xx.xx:443 ESTABLISHED


I want to close this connection but it is not working
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top