* dscp module on ip6tables
@ 2008-08-27 23:04 H.Suzuki
0 siblings, 0 replies; only message in thread
From: H.Suzuki @ 2008-08-27 23:04 UTC (permalink / raw)
To: netfilter
I'm using Ip6tables(v1.4.2-rc-1) on RHEL5 standard kernel-2.6.18-e15.
I'd like to use "dscp" module on "MATCH EXTENSION" but getting error
as follows.
It looks like it's there by looking at help message but "libip6t_*dscp* is
not created. I compiled by executing " make config ; make install".
Please let me know how can I use "dscp" option on ip6tables.
Error Messages:
# /usr/local/sbin/ip6tables -t mangle -A OUTPUT -p tcp -j DSCP -m
dscp --dscp-class EF
ip6tables v1.4.2-rc1: DSCP target: Parameter --set-dscp is required
Try `ip6tables -h' or 'ip6tables --help' for more information.
# /usr/local/sbin/ip6tables -t mangle -A OUTPUT -p tcp -j DSCP -m
dscp --set-dscp 1
ip6tables v1.4.2-rc1: DSCP match: Parameter --dscp is required
Try `ip6tables -h' or 'ip6tables --help' for more information.
Enviroment::
# /usr/local/sbin/ip6tables -V
iptables v1.4.2-rc1
# /usr/local/sbin/ip6tables -m dscp -h
dscp match options
[!] --dscp value Match DSCP codepoint with numerical value
This value can be in decimal (ex: 32)
or in hex (ex: 0x20)
[!] --dscp-class name Match the DiffServ class. This value may
be any of the BE,EF, AFxx or CSx classes
# ls /usr/local/libexec/xtables/libip6t_*dsc*
ls: /usr/local/libexec/xtables/libip6t_*dsc*: No such file or directory
Thank you!
----
H.Suzuki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-08-27 23:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-27 23:04 dscp module on ip6tables H.Suzuki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox