hi, I want to delete this stale conntrack entry: conntrack -L tcp 6 259996 ESTABLISHED src=85.214.110.62 dst=217.199.190.234 sport=44895 dport=80 packets=1 bytes=40 [UNREPLIED] src=217.199.190.234 dst=85.214.110.62 sport=80 dport=44895 packets=0 bytes=0 mark=0 use=1 iptstate shows: Source Destination Proto State TTL 85.214.110.62:44895 217.199.190.234:80 tcp ESTABLISHED 72:10:59 so I dont want to wait 72 hours more; I've already reduced some values, e.g. echo 216000 > /proc/sys/net/ipv4/netfilter/ip_conntrack_tcp_timeout_established but the connection was already EST an example for deleteing such an entry within the man page would be fine Regards