Displaying 2 results from an estimated 2 matches for "ipt_classifi".
Did you mean:
  ipt_classify
  
2005 May 31
1
QoS and CLASSIFY
Hi Guys
After googling a little I couldn''t find the correct answer..
When I use :
tc filter add dev eth0 parent 1:0 protocol ip prio 1 u32 match ip dst
192.168.0.11 flowid 1:30 , I can shape traffic to 1:30.( works like a
charm)
Now instead tc filter I would like to use CLASSIFY as below:
iptables -t mangle -A POSTROUTING -o eth0 -d 192.168.0.5 -j CLASSIFY
--set-class 1:30
but when I
2005 Jun 24
6
Is it that difficult?
Hello,
  You will find in attachment the layout of my
  current physical configuration.
  For now, the Cable ISP is not used.  Since it
  is a dynamic ISP, my mailserver is rejected and
  my domain name registers on blacklists like ORDB
  and al.
  I want it to be used as a default gateway except
  for my mail server that would be seen as coming
  from my "honest" ADSL ISP.
  Here is