Firewall mark classifier in tc - Online Linux Manual Page
Section : 8
Updated : 21 Oct 2015
Source : iproute2
Note : Linux
NAMEfw − fwmark traffic control filter
SYNOPSIStc filter ... fw [ classid CLASSID ] [ action ACTION_SPEC ]
DESCRIPTIONthe fw filter allows one to classify packets based on a previously set fwmark by iptables. If the masked value of the fwmark matches the filter's masked handle, the filter matches. By default, all 32 bits of the handle and the fwmark are masked. iptables allows one to mark single packets with the MARK target, or whole connections using CONNMARK. The benefit of using this filter instead of doing the heavy-lifting with tc itself is that on one hand it might be convenient to keep packet filtering and classification in one place, possibly having to match a packet just once, and on the other users familiar with iptables but not tc will have a less hard time adding QoS to their setups.
OPTIONSclassid CLASSID Push matching packets to the class identified by CLASSID. action ACTION_SPEC Apply an action from the generic actions framework on matching packets.
EXAMPLESTake e.g. the following tc filter statement: tc filter add ... handle 6 fw classid 1:1will match if the packet's fwmark value is 6. This is a sample iptables statement marking packets coming in on eth0: iptables -t mangle -A PREROUTING -i eth0 -j MARK --set-mark 6Specific bits of the packet's fwmark can be set using the skbedit action. For example, to only set one bit of the fwmark without changing any other bit: tc filter add ... action skbedit mark 0x8/0x8The fw filter can then be used to match on this bit by masking the handle: tc filter add ... handle 0x8/0x8 fw action dropThis is useful when different bits of the fwmark are assigned different meanings.
SEE ALSOtc(8), iptables(8), iptables-extensions(8), tc-skbedit(8) 0
Johanes Gumabo
Data Size : 7,117 byte
man-tc-fw.8Build : 2025-03-22, 13:26 :
Visitor Screen : x
Visitor Counter ( page / site ) : 1 / 1,209,116
Visitor ID : :
Visitor IP : 3.137.182.21 :
Visitor Provider : AMAZON-02 :
Provider Position ( lat x lon ) : 37.751000 x -97.822000 : x
Provider Accuracy Radius ( km ) : 1000 :
Provider City : :
Provider Province : , : ,
Provider Country : United States :
Provider Continent : North America :
Visitor Recorder : Version :
Visitor Recorder : Library :
Online Linux Manual Page : Version : Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 25.03.22
Online Linux Manual Page : Library : lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page : Library : lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base : Version : Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base : Library : lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.