similar to: Sessionbased traffic on NANO?

Displaying 20 results from an estimated 700 matches similar to: "Sessionbased traffic on NANO?"

2003 Dec 15
4
Problems with ICQ etc. on nano-setup
I administer a nano-setup on a dorm-network with a couple of hundred active users. The setup uses 2 x 2 2Mb/s DSLs, meaning two DSLs from each of two different ISPs. It works fine except for some minor glitches: https-sites often kicks users. This was solved by tying outbound https to a single DSL. Not the best solution but it works so far that users dont kicked from the sites anymore. Now
2003 Jan 06
3
Depth-argument for sfq?
I''m not a programmer per se (including C), but... I''d like to be able to give the define in sch_sfq.c (of, say, 2.4.20), SFS_DEPTH other values than 128 as an argument on the tc commandline. It could be powers of two up to 2^7 (128) as it seems that 128 is the current maximum. I''m a little anxious to ask the question "How do I do that?" ;-) Instead
2005 Jan 18
3
Doubt regarding priority of classes with HTB
Hi, I''m a bit confused with the priority of different classes with HTB. How it will be? Will the class with lowest no: have maximum priority? Any help is most appreciated, Thanks in advance, Sanjeev -- ______________________________________________ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by
2003 Nov 26
3
Fair queueing: SFQ vs TBF
Hello, I have one Q. What is better when using as leaf in one leaf with several hosts (like subnet) to splice traffic equaly to user number? Like 2 users = 256/2, 3 = 256/3 and so on. WRR was pretty good for this job, but it''s only for 2.4.21 kernels and mine''s 2.4.22. So what is better: SFQ or TBF? -- Artūras Šlajus _______________________________________________
2005 Jan 31
3
One interface forwarding (wireless ad-hoc mode)?
Hi, I''m wondering if there''s any simple solution. This problem looks very simple, so maybe there''s a simple solution that I''m missing, but I couldn''t do it yet. I''m configuring an wireless ad-hoc network with three laptops; A ---- B ---- C where A and C can only talk to B, and B can talk to both A and C. A and C cannot talk to each
2005 Feb 16
3
How can i send the same traffic to 2 different interface
Hi! I am making some tests here, and i wanna miror all the traffic going to a ip from one interface to another ip. example: all packets going to 64.223.167.100 should be transmitted by ppp0 to internet and by eth2 to the adress 192.168.1.100. Someone know how can i do it using iptables or ip route/ip rule? Tks in advance! Fernando Favero _______________________________________________ LARTC
2005 Jan 31
3
why there is any traffic in default class?
I have: tc qdisc add dev imq0 root handle 1: htb default 30 tc class add dev imq0 parent 1: classid 1:1 htb rate 512kbit ceil 512kbit tc class add dev imq0 parent 1:1 classid 1:30 htb rate 64kbit ceil 512kbit then: iptables -t mangle -A PREROUTING -i ppp0 -s 192.168.2.2 -j IMQ --todev 0 tc class add dev imq0 parent 1:1 classid 1:22 htb rate 64kbit ceil 128kbit tc filter add dev imq0 protocol
2007 Mar 23
2
concatenate 2 data.frames
Dear all, I would like to know how can I concatenate 2 data.frames into a single one. Both data frames have the same number of columns and the same class type in each correspondent column. So what I want is to have a new data.frame where I have first the values from one data.frame and then the values from a second data.frame would came after in this new data.frame. Thanks in advance. Med
2005 Jan 30
5
simple questions about imq
Hi! I have read all informations i could find, but some things are still not clear. My setup is: ---INTERNET1(eth0)-\ /- Local net1 (eth2) GW ---INTERNET2(eth1)-/ \- Local net2 (eth3) I have NAT and a working setup using HTB,SFQ, classifying with the iptables -j CLASSIFY way. I shape only the traffic coming from the internet heading to the intranet. I would like
2019 Aug 31
2
clang.exp/gn
Hello, I was wondering who owns the clang.exp bots which builds llvm using gn? I need to add another generator to clang-tablegen, but the build seems to be failing: http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-gn/builds/4816 I'd appreciate it if someone could take a look at the problem. Thank you, Nandor Licker
2005 Jan 31
1
Problem with tcng
Hi folks, first of all, sorry for my bad English ^^ and for the fact that I am a Linux N00b. I have a little Problem installing TCng on my Debian System. At the make install command the following error occured: tar: lib/tcng/include/klib/kernel/include: Cannot stat: no such file or directory tar: Error exit delayed from previous errors Can somebody help me ? greets Marcus -- GMX im TV
2005 Jan 23
1
Shaping traffic with high priority hosts
Dear all My current setup is the following: Normal Hosts --------+ eth0 eth1 | +----------+ +-<->| F/W box |--<-> Internet | +----------+ High priority hosts--+ My eth0 is a normal 100MBps LAN and my Internet connection is a 1Mbps ADSL line. What I want to achieve is to have normal hosts to share a big
2005 Jan 14
1
iproute2 + netfilter problem
Hi guys, i have a problem with a configuration what i''m trying to do. I have two computers with linux, A and B, connected in the same network with this configuration: PC1 A: 192.168.192.1 PC2 B: 192.168.192.30 The PC1 A is a firewall doing nat... this one is connected to the internet via an adsl modem and of course it have its own public ip , and the router B is a smtp server but
2019 Sep 02
2
PowerPC Compiler Crash
Hi Nicholas, The admin of the buildbot is aware of this, will handle it after long weekend. Thanks. Best, Jinsong Ji (纪金松), PhD. XL/LLVM on Power Compiler Development E-mail: jji at us.ibm.com From: Nicholas Krause <xerofoify at gmail.com> To: Jinsong Ji <jji at us.ibm.com>, "Finkel, Hal J." <hfinkel at anl.gov> Cc: "llvm-dev at lists.llvm.org"
2015 Aug 25
4
OPUS on bare metal ARM
Hi everyone, I?m currently trying to use opus on a ST ARM (STM32F407) without any OS (bare metal). The aim of my project is to transmit voice over CAN bus. The main issue I have is that opus fail to allocate memory, the ALLOC macro always return a NULL pointer. I have sure that I have enough free space to allocate buffers. Is there anyone who already try this or have meet this issue ? Thanks
2019 Aug 31
2
PowerPC Compiler Crash
Hello PowerPC fans, I am attempting to land D64146 and the PowerPC bots crash with an internal compiler error. Can anyone help me to reproduce the crash or obtain a stack trace somehow? The issue seems to be related to my diff, however the crash does not occur while compiling one of the files I changed. Thank you, Nandor Licker -------------- next part -------------- An HTML attachment was
2019 Sep 01
4
PowerPC Compiler Crash
http://lab.llvm.org:8011/builders/clang-ppc64be-linux/builds/37730/ is an example of the ICE when D64146/rL370584 landed. On 01/09/2019 02:23, Florian Hahn via llvm-dev wrote: > Hi, > >> On Aug 31, 2019, at 15:14, Nandor Licker via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Hello PowerPC fans, >> >> I am attempting to land D64146 and the PowerPC
2005 Jan 12
1
Good pratice with a Linux Gateway / Traffic Shapping
Hi, I am the network administrator of my company, I know quite well Windows networking and a few about Linux and its amazing routing and QOS capabilities. Right now, we have a bustable T1, which mean that the bill increase with out T1 use. I have decided to find a way to shape the traffic so I can stay at a raisonable speed of 256 kb/s (Up/down) on my T1. I have linux gateway with 2 nics behind a
2001 Dec 25
1
[printers], admin users, "print operators" deleting other people's jobs
Hello all. I've been running Samba for quite some time but am now trying to move it up from (some rather limited) file sharing into being a full PDC for our network. I figured out all the "hard stuff" but am having a heck of a time with the printing. What I need to make sure of is that certain people can pause/delete, etc print jobs for other users, as well as start or stop the
2005 Jan 18
2
failover works - but balancing does not
here''s the setup (two dsl - same provider) +-----> link1 LAN----- linux box --| |----------internet +-----> link2 the setup is ok in terms of the failover requirement. the other link takes over when one is down. however, there is a very noticeable lag when both lines are up. i''ve tried changing