Dies ist nicht das Problem. Ich kann erfolgreich Tor auf 15 Verbindungen mit diesem Befehl limitieren, jedoch nicht mit 2000.
..[root@macubuntu] - [/home/france1] - [Do Jan 06, 04:30]
..[$] <( (git)-[master]-)> iptables -t filter -L -n -v
Chain INPUT (policy ACCEPT 82M packets, 64G bytes)
pkts bytes target prot opt in out source destination
0 0 REJECT tcp – * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:35565 flags:0×17/0×02 #conn src/0 > 15 reject-with tcp-reset
Chain FORWARD (policy ACCEPT 278K packets, 128M bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 80M packets, 66G bytes)
pkts bytes target prot opt in out source destination
..[root@macubuntu] - [/home/france1] - [Do Jan 06, 04:33]
..[$] <( (git)-[master]-)>
IP Addr Show: enx00116b680895
IP Route List: default via 192.168.0.1 dev enx00116b680895 proto dhcp metric 100
Sysctl.conf keine spezielle Konfiguration
net.netfilter.nf_conntrack_tcp_loose = 1
Ich sehe keinen Grund, bei einer bereits existierender, gelöster Frage dort was zu posten.
Ich habe ein Skript geschrieben, das bei einer bestimmten Anzahl an Verbindungen ein Limit für den Port 35565 setzt, welches zu funktionieren scheint. Bin mir aber nicht 100%-ig sicher.