S scaiter New Around Here Mar 6, 2023 #1 hi, How can I close the ESTABLISHED connection using ssh? For example; tcpkill ip host 192.168.1.2 but it doesn't work :/
hi, How can I close the ESTABLISHED connection using ssh? For example; tcpkill ip host 192.168.1.2 but it doesn't work :/
dave14305 Part of the Furniture Mar 6, 2023 #2 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.
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.
S scaiter New Around Here Mar 6, 2023 #3 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
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