search for: mark_general

Displaying 1 result from an estimated 1 matches for "mark_general".

2005 Dec 27
3
Ingress policing (matching netfilter marks)
...IP $LAN_IFACE` LAN_IP_RANGE="192.168.0.0/24" #### 1.4 Localhost Configuration. LO_IFACE="lo" LO_IP="127.0.0.1" #### 1.5 IPTables Configuration. IPTABLES="/sbin/iptables" #### 1.6 Misc Configuration. #MARK_FORWARD=$[2#00000001] #MARK_PRIORITY=$[2#00000010] #MARK_GENERAL=$[2#00000100] #MARK_BULK=$[2#00001000] MARK_FORWARD=1 MARK_PRIORITY=10 MARK_GENERAL=20 MARK_BULK=30 DUMPER_IP="192.168.0.6" ########################################################################### # # Firewall START function # firewall_start () { ######## 3.1 Required proc config...