similar to: QoS to prioritise netlogon traffic over SMB file shares

Displaying 20 results from an estimated 10000 matches similar to: "QoS to prioritise netlogon traffic over SMB file shares"

2003 Jun 10
2
Using Linux traffic shaping to prioritise SIP/IAX traffic?
Hi, Has anyone done anything with the Linux advanced routing stuff to give SIP and IAX traffic priority? What I have in mind is a high-pri queue for voip traffic, all the rest in another queue that gives way to the VOIP stuff. Thanks, Steve
2006 Aug 22
1
htb prioritise trafic
I have a router with about 300 clients connecting to it. It has htb with a class per client. I wnat to create a script to prioritise www trafic and ssh trafic over p2p trafic.... this is a sample of what i have now: /sbin/tc class add dev eth0 parent 1:5 classid 1:8012 htb rate 35Kbit ceil 281Kbit prio 6 /sbin/tc qdisc add dev eth0 parent 1:8012 handle 8012 sfq perturb 8 /sbin/tc filter add
2007 Jul 29
3
Integrating QoS and Traffic Shaping from HowToForge Article
Hi ! I found an excellent article about QoS and traffic shaping for VoIP (Asterisk IAX protocol), which is designed to improve sound quality even over very busy lines. http://www.howtoforge.com/voip_qos_traffic_shaping_iproute2_asterisk Should I just cut and paste all that to shorewall''s tcrules (replacing 4569 with 5060)? Additionally, author of this article uses IAX protocol,
2006 Mar 15
1
Detect and mark ''bulk'' http traffic
To give fast web browsing on my network, I prioritise http traffic by marking it all into a high priority band (''30''). This generally works quite well, as unidentified traffic such as p2p falls by default into a lower priority band (''40''). However, I would like to de-prioritise anyone doing large downloads over http, which currently get high priority. Is there
2006 Jul 18
0
skype specific QoS - assigning skype traffic to an HTB class
Hi, What do you think about this solution for skype specific QoS: function HTB_shape { ########################################################### # Shapes the traffic of an interface, limiting the late # # Arguments are DEV,RATE DEV=$1 RATE=$2 [...] PORT=dport if [ $DEV == $EXTIF ]; then PORT=sport fi iptables -t mangle -A MYSHAPER-$DEV -p tcp --$PORT 4000 -j MARK --set-mark
2004 Jan 21
0
Traffic Shaping QoS and rate-limiting clients
Hello all, I am trying to figure out a way to traffic shape for QoS (ie, prioritize different types of traffic) for an entire network and ALSO rate limit / shape individual users on this network. Now, I understand it all for rate control on users - what I can''t figure out is how we can shape / prioritize by protocol (ie, treat ssh / telnet higher than www which is higher than ftp,
2011 Jul 08
3
Win7 unable to join domain if PDC has a static IP address
I've seen this asked before in various forums and even on here, but never answered; here is a list of the symptoms and what I have done, hopefully someone here will have a solution. I have an Ubuntu10.04 server running samba3.4.7 and I have a (fleet of) Lenovo Thinkpad Edge's running win7Pro64 If the Samba server has been assigned a static IP address then the Lenovo will not join the
2004 Sep 08
3
Traffic Priority by IP address..
Hi, I have a PC that acts as a VoIP gateway using an internet telephony provider to make phone calls.. Data between me and the provider will always be from one IP address on my internal network to the provider.. I have a 1Mbps/256Kbps ADSL line and the voice stream is highly compressed requireing only 30Kbps of bandwidth.. The problem is that when my Mozilla Mail client polls for mail or
2004 Sep 23
5
Prioritizing forwarded traffic over locally generated traffic
Hi, I''m a complete newbie at this traffic shaping / QoS stuff so please excuse me if this is a silly question. I''ve searched and searched on Google and I just end up confusing myself even more, so I thought I''d post my question to this list and see whether someone can help me! Basically, I am running a Linux box as a NAT router on my home network (machine name marvin).
2020 Apr 20
0
Samba domain member DC preferred list
Hello Rowland, One of my customer is reporting that sometime intermittently they can't access the share. When the issue appear the "wbinfo ping-dc"? and "net ads info" show the following: # /opt/samba/bin/wbinfo --ping-dc checking the NETLOGON for domain[FLEET] dc connection to "" failed failed to call wbcPingDc: WBC_ERR_DOMAIN_NOT_FOUND # /opt/samba/bin/net
2004 Jul 19
1
QoS for Voip.
Thanks for the tips Brian, Actually, I have many sorts of links, line PPOE ADSL, PPPOA ADSL which a use PPTP over PPOA relay, radio links that connect in the ethernet interface and cable modems. To change the SFQ queue size I must recompile de kernel? I think a saw some messages talking about that. One other thing, I have the 1:10 a 1:20 class, let''s assume there is no
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
2004 Jul 10
0
[Fwd: Re: RED/GRED implementation for InBound Traffic Control (from ISP)]
Sorry all, this is the missing email that I referred to previously. I inadvertently sent it only to the original poster rather than the list. Sorry for the wasted b/w for those who don''t care... Ed W -------- Original Message -------- Subject: Re: [LARTC] RED/GRED implementation for InBound Traffic Control (from ISP) Date: Fri, 09 Jul 2004 22:04:30 +0100 From: Ed Wildgoose
1998 Jun 23
0
samba: DEC UNIX password problem
I've just installed a new DEC Unix 4.0d machine and downloaded the binary version of samba 1.9.18p8 for DEC Unix. I am able to get it up and running, but I am having problems with passwords. I am being prompted for a password when I try to connect to a non-public share, and when I type in my password it is being rejected. I did set security=share in my smb.conf file. I also tried the
2012 Nov 15
0
[LLVMdev] Code Ownership - Buildbot
On 15.11.2012, at 23:16, David Blaikie <dblaikie at gmail.com> wrote: > On Thu, Nov 15, 2012 at 2:10 PM, Sean Silva <silvas at purdue.edu> wrote: >> kinda random, but do we have a centralized list of all of the >> buildbots? I see a lot of different URL's in IRC, but no list so I can >> check "all of the waterfalls". I'm not talking about the
2012 Nov 16
2
[LLVMdev] Code Ownership - Buildbot
Here is a trivial reason why I have not propagated http://bb.pgr.jp/ . Sometimes (but I suppose rarely) he reports false alarm in a few points. He'd send blames to the llvm-testresults if his master (aka I) knew he were mature. I don't also want him promoted and called as one of official buildbots. He is my pet, though, I expect he should be helpful to the developers. ...Takumi
2004 Aug 18
4
Gamest and QoS
Hi I share my bandwith (adsl 512/128) between 12 users. I set up simple qos script for incoming (IMQ) and outgoing traffic using htb in root, 4 classess and esfq qdisc at leafs. Interactive traffic goeas to class1 , http,mail etc. to class2, p2p, ftp to class3, and rest to class4. Classess divide link in proportion 20% (prio 1), 40% (prio 2), 20% (prio 3) ,20% (prio 4) This works
2004 Jul 18
3
LAN Switch w/ QoS
Does anyone have a recommendation for a 48 port LAN switch for a new * system? I'm not happy with NetGear's reliability. -- Michael Welter Introspect Telephony Corp. Denver, Colorado +1 303 674 2575 mike@introspect.com www.introspect.com
2007 Jan 04
7
Best inexpensive home office router for VoIP (QoS with maybe PoE)
Hi, I'm looking for opinions on the "best value" router to use for home offices. It should work for a scenario in which there are 3 computers and 2 SIP phones, handling QoS so that the phones always have higher priority traffic than the PCs. (and not rely on the phones to do the QoS because some PCs may not be connected to the phones). QoS could be based on destination and source
2004 Jun 21
7
management of virus and p2p-traffic
Hi I have to manage a network with approx. 200 users, a 256kbit/s unmanaged Internet connection and a 3Mbit/s unreliable managed Internet connection (only http/ftp-proxy and ssh available). All users are in one Class C Subnet with 512 IP-Addresses. 60% of the machines are Windows. The rest are SUN and Linux. At the moment Windows viruses and p2p-traffic eats most of our bandwidth. My Aims are: