similar to: Help:how to filter P bits and schedule??

Displaying 20 results from an estimated 900 matches similar to: "Help:how to filter P bits and schedule??"

2004 May 31
3
Re: Re: how to realize "MLPPP LFI" on linux
Hi,Andy Thank your very much! For the MLPPP LFI,I found that in Cisco configuration,it use "ppp multilink;ppp multilink fragmentation;ppp multilink fragment-delay 20;ppp multilink interleave " command to enable MLPPP LFI.So I think just realizing the same function on my linux router would be fine.But I got no idea how to do this on linux.So is there anything with iproute2?Would you
2004 May 26
4
how to realize "MLPPP LFI"
Hi,all I am using iproute2/tc to manage bandwidth and control traffic.I must realize these two tricky functions in mips linux(kernel 2.4.17): 1.The device MUST support the capability to fragment AF and BE traffic in order to constrain the perturbing impact of AF and BE packets on EF traffic delay, for example using a mechanism such as MLPPP LFI.(RFC1990) 2. The packet size threshold before
2004 Aug 18
1
Help:how to filter PPP LCP packets?
Hi all, I am using tc htb3.6 on Linux2.4.17,and it works well.I''d like to capture PPP LCP packets and put them into high priority queue.But I don''t know how to use u32 ,iptables or other methods to filter this type packet. Would anyone please provide suggstion?Thank you very much! Best Regards swcims swcims@163.com 2004-08-18
2004 Jun 25
0
Help:how to schedule P bits traffic?
Hi,All I would like to implement this function on mipsel-linux box by using iproute2/tc: "The device MUST recognize and schedule traffice that makes use of the P bits as defined in IEEE802.1p". Would anyone please supply some suggestion?In order to "recognize" the P bits traffice,should I need to set vlan on device? Any advice is highly appreciated! Best regards.
2004 May 25
1
how to borrow bandwith
Hi,All I am using iproute2 to manage bandwith for ADSL router.High,medium,low priority are needed for different protocol port on the ADSL's upstream side,as following: LAN --- |ADSL Router|------WAN When there aren't traffic on the specific priority, its bandwidth should be borrowed by other priorities.But it doesn't work.Here is my script: /usr/sbin/tc qdisc del dev nas0 root
2004 Jun 10
0
can use iptables to match 802.1Q P bits?
Hi,All I'd like to use iptables to set TOS according to the 802.1Q P bits in ethernet header,but I got no idea.You know,we can use this to match mac:iptables -A FORWARD -m mac --mac-source 00:e0:4c:3b:b6:d5 -j DROP.So can iptables supply commands to match P bits in ethernet header?(If so,I can set:iptables -A FORWARD -p pbits --pbits 0x5 -j TOS --set-tos 0xb8.) Any suggestion is highly
2004 Apr 15
8
Making tcp start transfers slow
Hey list I have almost gotten my shaping setup up and running as planned. The last barrier seems to be tcp overshooting availible bandwidth when its starting a transfer, and thereby bursting the line, so ping rises for a moment. At least this is my best guess at the problem :) There is a possibility that its just plain old traffic being bursty for some reason.. I am using bittorrent to test this,
2004 Mar 02
2
imq or ingress+htb?
Todays quick question: Ive had problems with imq and getting my setup to work as planned. Im thinking that a better solution for shaping incoming traffic would be to put a little limit in the outer interface of the router box with ingress, and the shape traffic on the inner interface with htb. Would that be better than using imq? -- Patrick Petersen <lartc@schmakk.dk>
2004 Aug 02
1
Urgen Help:Kernel crashed in HTB.
Hi,All I patched htb3.6 to mips liunx 2.4.17.But when I run htb,the mips linux box will say: "Unhandled kernel unaligned access in unaligned.c:emulate_load_store_insn, line 346".Then the kernel crashed . Would anyone like to tell me how to solve this problem?Thank you very much!   Best Regards         swcims         swcims@163.com           2004-08-02
2004 Aug 03
0
QOS inquiry:WFQ?HTB?DRR?
Hi, I used HTB3.6 on Linux to control traffic.It seems that HTB uses DRR(Dificit Round-Robin) algorithm.I heard that it is difficult for DRR to get a delay bounded and WFQ is better than DRR.Is that right?So,how to implement WFQ in Linux? Thanks a lot! Best Regards swcims swcims@163.com 2004-08-03 _______________________________________________ LARTC mailing list
2004 Jun 18
1
Help:how to generate different packets?souce code explanation?
Hi,All I setup traffic control configuration with HTB this way: 1: root HTB qdisc | 1:1 HTB class rate 1024kbit | /-----+-----+-----+------+-----\ 1:10 1:20 1:30 1:40 1:50 1:60 EF AF41 AF31 AF21 AF11 BE and alloct different bandwidth to these PHBs(queues).So which tool would I use to generate these packets at the same to for
2004 Jul 30
0
Help:how many bandwidth are borrowed in HTB?How to caculate!
Hi,All I use HTB to control traffic.Here is my script: /usr/sbin/tc qdisc del dev nas0 root /usr/sbin/tc qdisc add dev nas0 root handle 1:0 htb default 60 /usr/sbin/tc class add dev nas0 parent 1:0 classid 1:1 htb ceil 896kbit rate 896kbit prio 0 burst 60k /usr/sbin/tc class add dev nas0 parent 1:1 classid 1:10 htb ceil 896kbit rate 537kbit prio 1 burst 60k /usr/sbin/tc class add dev
2006 Oct 18
4
Asterisk + Huawei
Hi everyone, Im having some troubles getting work Asterisk as SIP Client and a Huawei softswitch as SIP server. I already got my asterisk registered to the Huawei. Im working with a Sipura SPA 2000 registered to Asterisk. When im trying to make an incoming call from the Huawei to asterisk it rings but when i answered the call drp down inmediatly. The sip debug finally show this
2007 Apr 18
0
[Bridge] Bridging and Ethernet FCS
Skipped content of type multipart/alternative-------------- next part -----= --------- A non-text attachment was scrubbed... Name: Glacier Bkgrd.jpg Type: image/jpeg Size: 2743 bytes Desc: not available Url : http://lists.linux-foundation.org/pipermail/bridge/attachments/200408= 13/40d97dc7/GlacierBkgrd.jpg -------------- next part -------------- Spam detection software, running on the system
2015 Mar 02
3
IP drop list
Am 02.03.2015 um 10:06 schrieb Steffen Kaiser: > If such plugin(?) is available, I would expect immediate complains, it > does not support: > > + local file lists with various sets of syntaxes > + RBLs with a fine grained response matching > + use the same RBL response for multiple match-action pairs or it could work just with no config, unconditional and in front of any
2019 Jun 17
5
Postfix and choice of RBL
Hi, I'm managing several mail servers running CentOS 7, Postfix and Dovecot. SpamAssassin is filtering mail nicely, but I'm considering using RBL (blacklists) to take some load off the servers. General question to those of you who use RBL. Which lists do you recommend using? Cheers, Niki -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 Montpezat Site :
2008 Aug 02
2
Fetchmail pop server and clean spam messages
Hi i want to fetchmail from a pop server and check every email to any rbl spamhaus,spamcop,etc and if match at any rbl the email will be deleted. It's possible to do this? Thanks Nightduke
2015 Mar 02
6
IP drop list
Am 02.03.2015 um 18:56 schrieb Robert Schetterer: > perhaps and i mean really "perhaps" go this way > > https://sys4.de/de/blog/2014/03/27/fighting-smtp-auth-brute-force-attacks/ > > https://sys4.de/de/blog/2012/12/28/botnets-mit-rsyslog-und-iptables-recent-modul-abwehren/ > > 45K+ IPs will work in a recent table > i have them too but for smtp only like > >
2015 Mar 04
4
IP drop list
On 03/03/2015 11:03 PM, Earl Killian wrote: > On 2015/3/2 10:03, Reindl Harald wrote: >> >> that is all nice >> >> but the main benefit of RBL's is always ignored: >> >> * centralized >> * no log parsing at all >> * honeypot data are "delivered" to any host >> * it's cheap >> * it's easy to maintain >> * it
2000 May 09
1
List opening
The mailing list is now open to outside posters again. We haven't been spammed in the last month or so since the list was closed. If anyone can suggest a way to use the MAPS RBL with Postfix and Majordomo (without turning it on the whole server), it would be much appreciated. -d -- | "Bombay is 250ms from New York in the new world order" - Alan Cox | Damien Miller -