Results 1 to 3 of 3
The folowing line works perfect on FC 3 and FC 4 :
Code:
/sbin/iptables -t mangle -A FORWARD -d 192.168.3.68 -j CLASSIFY --set-class 1:20
but when i try that line ...
- 10-16-2005 #1Just Joined!
- Join Date
- May 2005
- Posts
- 2
iptables CLASSIFY problem on fedora core 2
The folowing line works perfect on FC 3 and FC 4 :
but when i try that line on a FC 2 machine i get the error:Code:/sbin/iptables -t mangle -A FORWARD -d 192.168.3.68 -j CLASSIFY --set-class 1:20
The CLASSIFY module exists also on my FC2 but doesn't work. (I tested that line on 2 machines). Any ideea?Code:iptables: Invalid argument
- 10-17-2005 #2Just Joined!
- Join Date
- Sep 2005
- Posts
- 44
See the IP configuration of FC2 .Is it OK??
- 10-17-2005 #3Just Joined!
- Join Date
- May 2005
- Posts
- 2
the IP configuration is ok. that machine is running and provides internet for 20 computers (SNAT). Everything works fine. I just want to do a traffic shaping and i can't classify the packets.


Reply With Quote