Displaying 20 results from an estimated 1000 matches similar to: "FWD IMQ mail on netdev"
2007 Mar 28
1
traffic shaping with NAT: IFB as IMQ replacement?
Hello,
Sorry for the many Ccs, but I hope to reach all parties involved.
I want to do traffic shaping with NAT and I wanted to do it with IFB
instead of IMQ [1]. I tried a lot of things but now I am stuck (and
maybe confused).
The setup:
eth0 eth1
WAN/(Internet) <-> Linux Router <-> LAN
Linux router:
- does NAT for the LANs
- runs local processes
2006 Mar 14
0
[Fwd: Re: [PATCH] TC: bug fixes to the "sample" clause]
List admins. Can you fix the issue described below,
ie jamal''s posts to the lists bouncing, please?
-------- Forwarded Message --------
From: Russell Stuart <russell-lartc@stuart.id.au>
To: hadi@cyberus.ca
Cc: Stephen Hemminger <shemminger@osdl.org>, netdev@vger.kernel.org
Subject: Re: [PATCH] TC: bug fixes to the "sample" clause
Date: Tue, 14 Mar 2006 13:16:52
2005 Nov 11
6
action redirect and dummy interface
Hello i have some problems on 2.6.14 kernel dummy and iproute :)
i have server with 2 nics :
eth0 <> inet
eth1 <> lan
dummy0 (i want to shape incoming traffic from lan machine on this interface)
my config:
tc qdisc del dev dummy0 root
tc qdisc add dev dummy0 root handle 1: htb
tc class add dev dummy0 parent 1: classid 1:1 htb rate 100kbit ceil 100kbit
tc class add dev dummy0
2016 Jun 16
0
[PATCH net-next V2] tun: introduce tx skb ring
On 2016?06?15? 19:55, Jamal Hadi Salim wrote:
> On 16-06-15 07:52 AM, Jamal Hadi Salim wrote:
>> On 16-06-15 04:38 AM, Jason Wang wrote:
>>> We used to queue tx packets in sk_receive_queue, this is less
>>> efficient since it requires spinlocks to synchronize between producer
>> So this is more exercising the skb array improvements. For tun
>> it would be
2016 Jun 15
1
[PATCH net-next V2] tun: introduce tx skb ring
On 16-06-15 07:52 AM, Jamal Hadi Salim wrote:
> On 16-06-15 04:38 AM, Jason Wang wrote:
>> We used to queue tx packets in sk_receive_queue, this is less
>> efficient since it requires spinlocks to synchronize between producer
>
> So this is more exercising the skb array improvements. For tun
> it would be useful to see general performance numbers on user/kernel
>
2016 Jun 15
1
[PATCH net-next V2] tun: introduce tx skb ring
On 16-06-15 07:52 AM, Jamal Hadi Salim wrote:
> On 16-06-15 04:38 AM, Jason Wang wrote:
>> We used to queue tx packets in sk_receive_queue, this is less
>> efficient since it requires spinlocks to synchronize between producer
>
> So this is more exercising the skb array improvements. For tun
> it would be useful to see general performance numbers on user/kernel
>
2004 Jul 09
0
LARTC related talks at Swiss Unix Conference 2004
Might be of interest for some of you, especially:
o HTB - detailed look into new QoS shaper - Martin Devera
o Linux Packet Classification Performance - Jamal Hadi Salim
o Status of IPv6 Implementations - Peter Bieringer
o High Availability using Keepalived - Alexandre Cassen
o Application Layer Fingerprinting - Hendrik Scholz
2005 Jan 12
0
Test version of iproute2
There is an new version of iproute2 for testing.
http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.10-ss050112.tar.gz
Mostly simple merges, but could have some issues.
Jamal did I get everything you sent?
[Masahide Nakamura]
ipmonitor shows IPv6 prefix list notification
update to iproute2 xfrm for ipv6
[Stephen Hemminger]
fix compile warnings when building 64bit system
2005 Jan 25
0
[ANNOUNCE] iproute2 (050124) release
Thanks to the work of Jamal and Thomas; here is an update to iproute2.
http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.10-ss050124.tar.gz
Changes since last version:
[Yun Mao]
fix typo in ss
[Thomas Graf]
tc pedit/action cleanups
add addraw_l
rtattr_parse cleanups
[Jamal Hadi Salim]
typo in m_mirred
add support for pedit
[Jim Gifford]
Fix allocation size error in nomal
2015 Sep 29
2
quota count
Hi
Dovecot: 2.2.19.rc2
OS: CentOS Linux release 7.1.1503 (Core)
FS: XFS
Problem:
Dovecot it does not include line breaks in the letter. Bug or feautre?
Message size in fs: 1125 bytes
Message:
From cras at irccrew.org Tue Jul 23 19:39:23 2002
Received: with ECARTIS (v1.0.0; list dovecot); Tue, 23 Jul 2002 19:39:23
+0300 (EEST)
Return-Path: <cras at irccrew.org>
Delivered-To: dovecot
2007 Jan 30
0
lartc doc and Jamal''s iproute2 notes
There are some notes written by Jamal that come with the iproute2 source
that describe some very significant features that are not even hinted at
in the lartc document.
They aren''t real easy to run across if you don''t know they exist and even
when I did first see them, I wasn''t sure if they represented the current
state of things. I also ran across IMQ and it took me a
2004 Jul 01
20
[PATCH 2.6] update to network emulation QOS scheduler
This patch updates the network emulation packet scheduler.
* name changed from delay to netem since it does more than just delay
* Catalin''s merged code to do packet reordering
* uses a socket queue''s directly rather than layering on qdisc(fifo)
because this is used in performance tests.
* adds placeholder in API for future enhancements (rate and duplicate).
2003 Jun 06
1
X11 forwarding after su'ing
> > 3. why not use ssh -X -l <thotheruserIwantedsuto?> <thehost>?
> Maybe, because -l root ain't that nice?
> Philipp
Sorry for refering so late to a (securityfocus) post, but the Subject
has been nagging me for the last month ;-) Problem was how to keep your
DISPLAY, xauth and security (no 'ssh root at host' over the net) when
changing users remotely
2020 Oct 28
0
Unable to get dummy interfaces to persist across reboots in CentOS 8
No. Network Manager is always disabled on our builds since at least
Cent5 days. The network stack has always been able to be managed
properly without relying on Network Manager. Is that now an absolute
requirement? It never has been prior.
On Mon, Oct 26, 2020 at 6:26 PM Strahil Nikolov via CentOS
<centos at centos.org> wrote:
>
> Have you tried to use NetworkManager ?
> After
2011 Jul 20
3
Recommended mailing list manager for CentOS 5.6
Does CentOS 5.6 have a mailing list manager like ecartis or majordomo? I
want to set up mailing lists for my server in the cloud for three
domains that I own. What mailing list managers do yourecommend, and
where can they be found? I don't ming compiling source code.
Thanks,
--
John J. Boyer; President, Chief Software Developer
Abilitiessoft, Inc.
http://www.abilitiessoft.com
Madison,
2020 Mar 12
3
[Bug 1413] New: Inconsistent EBUSY errors when adding a duplicate element to a map
https://bugzilla.netfilter.org/show_bug.cgi?id=1413
Bug ID: 1413
Summary: Inconsistent EBUSY errors when adding a duplicate
element to a map
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P5
2020 Oct 28
1
Unable to get dummy interfaces to persist across reboots in CentOS 8
Requirement is a very strong word , but you should consider using it and here is a short demo why:
- By default, RHEL uses NetworkManager to configure and manage network connections, and the /usr/sbin/ifup and /usr/sbin/ifdown scripts use NetworkManager to process ifcfg files in the /etc/sysconfig/network-scripts/ directory.
[root at system ~]# ls -l /usr/sbin/ifup
lrwxrwxrwx. 1 root root 22 21
2020 Oct 27
4
Unable to get dummy interfaces to persist across reboots in CentOS 8
Have you tried to use NetworkManager ?
After all ,anything network related should be done by it.
[root at system ~]# nmcli connection add con-name dummy0 ifname dummy0 type dummy ?
Connection 'dummy0' (9fdd74fa-c143-4991-9bac-0e542704ac89) successfully added.
[root at system ~]# reboot
Shared connection to glustera closed.
[root at system ~]# uptime
03:23:44 up 0 min, ?1 user, ?load
2005 Sep 25
0
iproute2/nano-howto: dual external routing, a "virtual subnet"
A site I administer has dual T1''s. We have this set up according to
NANO-HOWTO[1] using Julian''s routes patch on a late model 2.4 kernel.
All is well, has been working well for a long time.
Recently one of our T1 providers went belly up and we got something
better. Now we have a /28 where previously we only used one IP per
interface.
Present interfaces:
eth0 - T1#1, single
2007 Nov 25
4
is notify resevered word?
Hi,
When I added this association...
class User < ActiveRecord::Base
has_one :notify
end
...and tried then to update column in User table it will call queries
for notify table automatic?
Output
---------------------------------------------------------------
User Columns (0.041488) SHOW FIELDS FROM `users`
User Load (0.001544) SELECT * FROM `users` WHERE (`users`.`nickname`
=