Score:0

ip tables quota malfunction

gr flag

I use the following rules to limit packets:

sudo iptables -I FORWARD --source 172.18.1.17 -j DROP
sudo iptables -t filter -I FORWARD --source 172.18.1.17 -m quota --quota 20000000000 -j ACCEPT

But after a while, I see the following happens (the packet bytes are over 20 gb):

25     19M   21G ACCEPT     all  --  *      *       172.18.1.17          0.0.0.0/0            quota: 20000000000 bytes
26      18  1008 DROP       all  --  *      *       172.18.1.17          0.0.0.0/0

I tested before with 20000000 bytes which is 20 mg and iptables works normally. But for 20 Gig it doesn't work.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.