Displaying 20 results from an estimated 3000 matches similar to: "How to find the NIC Capacity / Bandwidth ?"
2003 Apr 07
4
BW using CBQ/tc for VPN Ipsec i/f?
Hi all,
I want to allocate bandwidth for ipsec interface using CBQ/tc.
Suppose the conf. file is like this,
DEVICE=ipsec0,10Mbit,1Mbit
RATE=128Kbit
WEIGHT=10Kbit
PRIO=5
RULE=192.128.1.0/24
Does it work
or
What else options need to be taken care like ipsec packets/protocol/port
# etc.?
C''d anybody suggest please?
regds,
Srikanth.
_______________________________________________
LARTC
2003 May 23
7
CBQ DEVICE BW?
Hi,
The CBQ config file shud be some thing like this.
DEVICE=eth0,10Mbit,1Mbit
RATE=50Kbit
WEIGHT=5Kbit
Shall i hardcode the DEVICE BW as 10/100 Mbit
or
Shall i use any other tool like ethtool for getting this.
ethtool gives Speed: 10Mbps
If so, how about, if i use some other Interfaces other than eth0,
like ppp0 or some other?
C''d anybody can give a suggestion over this?
thanks
2012 Apr 19
3
[LLVMdev] def-use chains and use-def chains
Hi,
I need to find out all the places where the value of a variable is being
used. For this I have to implement reaching definitions(def-use chains).
When I searched for its implementation I found Iterating over def-use &
use-def chains <http://llvm.org/docs/ProgrammersManual.html#iterate_chains>.
will this work for finding the places where a variable is reaching?
I tried to use
2012 Apr 20
0
[LLVMdev] def-use chains and use-def chains
Hi Duncan Sands,
I frankly don't know what a variable gets converted to (SSA register or
memory chunk). What I meant is, for example
I1: int i, j=10; I2: scanf("%d", &j); I3: i = j + 1;
Here I want to know whether the value of j in I1 reaches I3 or not.
Best Regards,
Srikanth Vaindam
you didn't define what you mean by a variable. LLVM has virtual registers
which
are
2015 Jan 13
2
Samba4 Sharing Issue
Dear Samba Team,
First of all Thank you for Implementing samba4 version
with RSAT it was very useful in our environment.we have
configured samba4 with RSAT in our college it was working
for the past 5 to 6 weeks and then later we are facing the
problem in accessing sharing folder i am getting error
"security id structure is invalid" is there any solution
for this
2002 Nov 14
5
Reg: Porting UFS/VxFs to ext2 (fwd)
Hello Gurus,
Greetings.
I have been assigned some work on the development of a migration
tool. The requirement is that it has to migrate the data on a UFS/VxFs
filesystem to an ext2 filesystem.
What are the technical apects I will have to look into to achieve
the same? Is it possible to change the on-disk structure of the UFS/VxFs
filesystem to an ext2 filesystem? The question may
2015 Jan 21
1
Samba4 Sharing Issue
Rowland Penny <rowlandpenny <at> googlemail.com> writes:
>
> On 13/01/15 11:48, srikanth <at> icat.ac.in wrote:
> > Dear Samba Team,
> > First of all Thank you for Implementing samba4 version
> > with RSAT it was very useful in our environment.we have
> > configured samba4 with RSAT in our college it was working
> > for the
2015 Sep 27
2
libcxx build error.
Hi,
I am trying to build llvm 3.4.2 on Centos 6.6. I am getting this below
build error , while building the libcxx. I followed the build procedure
based of http://clang.llvm.org/get_started.html. I cannot move to a higher
version, Since we need to develop on CentOS 6.6 and LLVM 3.4.2 ,is the
last version that supports gcc 3.4.2. Starting from LLVM 3.5.0, there has
been a huge jump to gcc 4.7.0.
2002 Sep 10
3
RE: 4 nic advanced routing question update
ok i will do it in text:
66.92.114.46 eth0
209.141.2.194 eth1
192.168.119.101 eth2
192.168.120.101 eth3
What i have is a linux box RH7.3 which will eventually run Shorewall Firewall. On this box there is eth0 66.92.114.46 conneted to isp1 and eth1 209.141.2.194 connected to isp2
It also has eth2 192.168.119.101 and eth3 192.168.120.101 which will connect to a failover appliance which has 2 wan
2007 May 02
4
Terse Mocks
Hello,
I recently made a feature request with a patch for terser mocks.
http://rubyforge.org/tracker/index.php?func=detail&aid=10412&group_id=1917&atid=7480
Here are some examples with their current equivalents:
the_mock.expects.foo(1,2) {|a, b| :bar}
the_mock.expects.foo(1,2).returns(:bar)
the_mock.expects(:foo).with(1,2) {|a, b| :bar}
the_mock.expects(:foo).with(1,2).returns(:bar)
2003 May 07
4
dsmark, unkown
Hi,
I want to use the dsmark, but it always says: "unkown qdisc", although I
have enabled it (y in Network options), and I have my kernel recompiled.
I am using SuSE 8.1, 2.4.20 Kernel, tc available at the HTB site (with
already precompiled HTB queue).
Can anybody find the problem?
thx
_________________________________________________________________
MSN 8 helps eliminate e-mail
2010 Jun 26
2
packet loss concealment algorithm in speex speech codec
Hi,
I am an engineering student in IIT Guwahati, India. Currently, as a
summer project I am working on 'packet loss concealment in voip scenario'. I
am eager to know what PLC methods are used at receiver end of speex decoder.
And if I could develop some more efficient method I could able to contribute
to the speex. Actually, I searched the whole speex manual but failed to find
what
2002 Nov 27
7
one dude about rt_tables
Can I add routes to rt_tables by hand with the vi editor?
If I add a route to that file, it will be there if I reboot the box?
I am sure there are stupid questions but I can''t find the answer into the
papers I have here.
Luis Miguel Cruz Miranda.
CCNA - Systems Administrator
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
2009 Sep 29
0
[LLVMdev] converting x86 instructions to LLVM instructions
On Tue, Sep 29, 2009 at 14:21, Alexandre Gouraud
<alexandre.gouraud at enst-bretagne.fr> wrote:
> Hi Timo,
>
> Thanks for commenting. I feel like I have to justify why I don't want to use
> QEMU, which is fine since my choice is not frozen actually.
>
> QEMU is much more than what I need for dynamically instrumenting software.
> My goal is automated testing to find
2008 Jul 07
3
Sorting Mail
I was wondering if Dovecot has the ability to sort email scored by
Spamassassin? I know many people use Procmail for sorting but I was
wondering if Dovecot can do the job or should I just use Procmail on
my Linux (Postfix) server to sort email in specific folders?
I have not yet installed Dovecot and or Procmail on the Postfix / Debian server.
I would be installing the latest version avialable
2003 Aug 25
1
No locks available)
Hi ,Version 2.2.8
I have samba 2.2.8 installed on HPUX 11.11 machine, recently I found the share are getting disconnect frequently, I get following error. Is it problem with nflocks can you please help me on this issue.
/usr/local/samba/var/locks/connections.tdb): tdb_lock failed on list 60 ltype=2 (No locks available)
locks file are avialable and the permission of the file
drwxr-xr-x 2
2003 Sep 05
8
where is "equalize" kernel patch?
I found following paragraph in the man page of iproute2.
equalize
allow packet by packet randomization on multipath routes.
Without this modifier, the route will be frozen to one selected
nexthop, so that load splitting will only occur on per-flow base.
equalize only works if the kernel is patched.
^^^^^^^^^^^^^^^^^
Now, where
2004 Nov 23
2
ip rule to remove
hi thanks for your reply heh "Example: ip del rule pref 32742" is
syntically wrong :)
and when i tried "ip rule del 32742" it gives me error
# ip rule del 32742
Error: argument "32742" is wrong: Failed to parse rule type
so how to get get of these extra rules?
0: from all lookup local
32742: from all fwmark 0x2 lookup squid.out
32743: from all fwmark 0x2
2004 Dec 16
9
Some help for a beginner please: terser logging
Dear newfound friends,
please be patient. For me reading and writing in English is more painful
than dissecting IP traces :)
I have tried reading through the FAQ but could not quite understand:
I would like the logs to be terser. I think I can live without MAC, LEN,
TOS, PREC, TTL, ID fields normally (maybe need them only in special
situations). Could not understand if/how I can achieve this.
2003 Feb 05
1
cbq.init for one port on a subnet
Sub:[LARTC] cbq init for one port on a subnet
Hello,
We use cbq.init to limit bandwidth. It works great on a per-user basis.
Now I''d like to limit traffic from a netblock to the Internet on port
6699.
Network is 192.168.0.160 mask 255.255.255.224
eth0 is the gateway
eth1 connects the netblock in question
Is this the proper syntax;
DEVICE=eth0,10Mbit,1Mbit
RATE=100Kbit