On Wed, 2009-05-13 at 14:07 -0400, Brian J. Murrell wrote:
> 
> OK.  So first 3 commands executed successfully.  The last one is where I
> get the error:

To reproduce exactly what the firewall script is doing (albeit on a
different interface given this is a live firewall):

# tc qdisc del dev eth1 root
# tc qdisc del dev eth1 ingress
# tc qdisc add dev eth1 root handle 1: htb default 13
# tc class add dev eth1 parent 1: classid 1:1 htb rate 570kbit mtu 1500
# tc qdisc add dev eth1 handle ffff: ingress
# tc filter add dev eth1 parent ffff: protocol ip pref 10 u32 match ip src 
0.0.0.0/0 police rate 9000kbit burst 10k drop flowid :1
# tc class add dev eth1 parent 1:1 classid 1:11 htb rate 558kbit ceil 570kbit 
prio 1 mtu 1500 quantum 13950
# tc qdisc add dev eth1 parent 1:11 handle 11: sfq quantum 13950 limit 127 
perturb 10
# tc filter add dev eth1 protocol ip parent 1:0 prio 1 handle 1 fw classid 1:11
RTNETLINK answers: No such file or directory
We have an error talking to the kernel

And what got configured to this point:

# tc qdisc show dev eth1
qdisc htb 1: root r2q 10 default 13 direct_packets_stat 0
qdisc ingress ffff: parent ffff:fff1 ---------------- 
qdisc sfq 11: parent 1:11 limit 127p quantum 13950b perturb 10sec 

b.

Attachment: signature.asc
Description: This is a digitally signed message part

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Shorewall-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to