similar to: CLASSIFY target documentation

Displaying 20 results from an estimated 1000 matches similar to: "CLASSIFY target documentation"

2006 Mar 20
1
can't seem to remove winbind cache
Hi I have an issue with winbind where new information isn't being transferred from my PDC. One of my users has changes their second name, and I have added another user. When I run getent passwd safa on the domain controller I get his new name, when I run it on the domain server it returns the old information. My new user doesn't show up with getent passwd or id. I have tried
2006 Apr 05
1
domain member server authentication problem
Hi I'm having problems implementing a domain member server using winbind. I've setup a test share on the server (BERTHOG) and test user (alex) on the PDC (RODNEY). Winbind seems to be running fine: berthog:/srv$ wbinfo -n alex S-1-5-21-2502943273-132007109-1129902423-3006 User (1) But when I try to connect to the share: berthog:/srv$ smbclient //BERTHOG/shared -U alex Password:
2004 Aug 13
0
RR and iptables
hi list! it is not really a shorewall question but more iptables related: is there a way to block icmp echo request packets with record route option set other than completely block icmp echo requests? googling the topic i found a patchomatic project that introduces an ipv4options match, that allows to match on record route. i also browsed through /proc/sys/net/ipv4 but didn''t find
2006 Feb 04
1
winbind setup problem
I have a samba (version 3.0.14a-Debian) running an NT style domain and want to add a member file server implementing winbind. When I use "wbinfo -u" it returns a list of all my domain users. When I use "wbinfo -g" it returns 3 results: DOMAIN#power users, DOMAIN#administrators, DOMAIN##backup operators, but nothing else (There is a group "mob" on the PDC
2002 Jul 24
3
VorbisGain
Is an "official" vorbisgain source tarball available anywhere for *nix? Seems like everything I've found is a pre-built windows binary... Thanks in advance! Regards, Owen G. Emry ----- DTS Engineer PalmSource, Inc. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to
2002 Jul 26
1
Compiling Tremor to ARM
Hi there. Would some kind soul please refer me to instructions for building an arm-elf-gcc that'll compile the Tremor sources? (In particular, what sources to get and where, and what to build in what order.) I'm developing on Debian Woody i386, but I'll happily take whatever advice you can send my way. I'm no expert in the field of compiler building, but I can't seem to
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
2006 Nov 02
0
tool classify L7 packet
Please Advise me, Now I have got a problem about … Finding Tools In Linux (Opensource) that Can capture traffic packet and save it in log file or trace file. But it can classify Layer7 packet too Because I need to implement application that count number of packet in each application after packet pass through linux box which be like traffic control Please advise me. Ps. Can snort classifies
2006 May 05
3
iptables CLASSIFY vs fwmark?
Could someone comment on the benefits of using CLASSIFY vs fwmark (or vice versa) in iptables? I''m getting ready to implement some basic tc for VoIP and most of the examples seem to use the (older?) fwmark syntax. Should I convert these to CLASSIFY? Can the two syntaxes be mixed? Also with U32? TIA, Edwin -- <=+=+=+==+=+=+==+=+=+=+=+=+=+=+=> Edwin Whitelaw, P.E. New River
2006 Jan 30
3
u32 match versus iptables CLASSIFY target - performance
hello, i have a question: - which one is faster: "tc filter with u32 match per dst ip" or "iptables match per dst ip with target CLASSIFY"? - this question is for large rulesets (over 500) thank you, cristian carstea
2007 Dec 26
1
#10615 : inflection bug that affects classify method
Have a look: http://dev.rubyonrails.org/ticket/10615 This is actually a singularize method bug: >> "Business".singularize => "Busines" seems that classify uses singularize internally. Rick resolved it as invalid but I cannot understand why. Rick, could you shed some light on your decision? MK --~--~---------~--~----~------------~-------~--~----~ You received
2002 Mar 14
1
little dude about how classify traffic
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am doing some experiments with HTB nad I have the next dude: I only make experiments with ssh traffic for the momment. If I want to classify that traffic do I need to do rules to the rest? I don''t know if you understand my idea. - -- +-------------------------------------------------------------------+ | Luis Miguel Cruz.
2018 Jan 24
0
Should llvm-nm classify Mach-O __DATA, __common symbols as BSS?
Hello LLVM-Devs, Perhaps a pedantic question, but I'm wondering how __DATA,__common and __DATA,__bss symbols differ, and whether llvm-nm ought not classify the former as type "B" as it does the latter: $ cat bss.c int i; static int si __attribute__((used)); $ clang -fno-common -c bss.c $ nm bss.o 0000000000000000 S _i 0000000000000004 b _si $ nm -m bss.o 0000000000000000
2010 Oct 07
0
Using MDSplot from randomForest to classify samples
I am using randomForest to classify (relapse vs non-relapse) patients. I have built a forest using a training data and now want to predict classes in a test dataset. Instead of using the resulting randomForest object. I was wondering if there is a way to use the MDSplot. From looking at the MDS plot it seems like I could draw some lines through the plot to define 'high risk',
2003 May 04
1
Vlan classify
Hi; I was wondering about splitting my Ethernet in different Vlan. But is there any functionality in iptables, or any other tools, witch I can use to match a specific Vlan? I was thinking about marking this packet and then classify it to a appropriate queue. Another question is: How many packages can a ordinary pfifo queue hold?? Say, packets that are used are full Ethernet frame.
2005 Jul 26
4
how to classify sip traffic (voip)
How i can classify sip traffic (voip)?? I try dst 5060 udp port, but dont''work. sip sesion use dynamic port. Sniffing packets with windows net-peeker, I see that packets lenghts is always=87 How i can filter, by packet lenght, with u32? Regards Fabian
2010 May 04
1
randomforests - how to classify
Hi, I'm experimenting with random forests and want to perform a binary classification task. I've tried some of the sample codes in the help files and things run, but I get a message to the effect 'you don't have very many unique values in the target - are you sure you want to do regression?' (sorry, don't know exact message but r is busy now so can't check). In
2005 Apr 06
2
MARK vs CLASSIFY with tc
Hello list, I just wonder if someone did any performance tests (speed of processing the packets) or maybe could advise about this two scenario: 1. packets are marked with iptables and processed by tc using filters 2. packets are sent by iptables directly to tc using CLASSIFY chain, thus avoiding the tc filters I had some thinking about these two ways of dealing with egress traffic and my
2006 May 28
5
Easiest way to compile custom kernel, for fedora +openswan+xen+patchomatic
I want to compile a custom xenU kernel for a firewall distribution (endianfw, version of ipcop), I can get it to load up but the kernel is missing some modules that aren''t resident. So I want to make a custom version for this domU, I know what I need kernel+openswan+xen+patch-o-matic but I not sure the best way to go about this, do I patch a fedora source or start with a vanilla kernel?
2010 Aug 06
0
CEBA-2010:0593 CentOS 5 i386 udev Update
CentOS Errata and Bugfix Advisory 2010:0593 Upstream details at : https://rhn.redhat.com/errata/RHBA-2010-0593.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) i386: d03eed241857bd9490d1a8a37ec67ea1 libvolume_id-095-14.21.el5_5.1.i386.rpm 41b753b96197f24a1402e9d0ae7b6495 libvolume_id-devel-095-14.21.el5_5.1.i386.rpm