search for: b7d4

Displaying 10 results from an estimated 10 matches for "b7d4".

Did you mean: b2d4
2006 Nov 15
1
different mask for directory inside another share
...efine alternative masks for that particular directory without presenting it as a different share. My second question - is it possible to define write list for /some/path/dir1 only. -- regards, Georgi Alexandrov key server - pgp.mit.edu :: key id - 0x37B4B3EE Key fingerprint = E429 BF93 FA67 44E9 B7D4 F89E F990 01C1 37B4 B3EE -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature Url : http://lists.samba.org/archive/samba/attachments/20061115/b7fdf354/signature.bin
2006 May 23
4
Shaping of pppoe clients
Guys After reading through the archives I found some insightful ways to be able to shape traffic to pppoe clients from the server. I have two questions on the topic of setting up a pppoe server however... 1. The clients will all be connected to each other using a normal ethernet network, the segments connected with managed switches. The capacity is roughly 500 nodes. Will these pppoe sessions
2006 Feb 08
1
Conceptual question ;-)
...id 2:20 htb rate XXXkbit tc qdisc add dev ppp$1 parent 2:20 handle 20: sfq perturb 10 The question is, when for example 10 ppp interfaces are up will they each get XXX kbits. -- regards, Georgi Alexandrov Key Server = http://pgp.mit.edu/ :: KeyID = 37B4B3EE Key Fingerprint = E429 BF93 FA67 44E9 B7D4 F89E F990 01C1 37B4 B3EE _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2007 Jul 26
2
Rép : about default filter command
...;> something wrong ? >> >> Thank you for your help. >> > <snip> > > You should have posted *all* your tc rules. > > -- > regards, > Georgi Alexandrov > > key server - pgp.mit.edu :: key id - 0x37B4B3EE > Key fingerprint = E429 BF93 FA67 44E9 B7D4 F89E F990 01C1 37B4 B3EE > > Ok, thanks for you advise, here are all my tc rules : # tc qdisc add dev eth0 root handle 1: prio # tc filter add dev eth0 protocol ip parent 1: prio 1 u32 match ip dport 22 0xffff flowid 1:1 # tc filter add dev eth0 protocol ip parent 1: prio 2 flowid 1:2 --...
2002 Apr 01
2
Newbie problems with isolinux
...=65536 init=linuxrc ide0=0x1f0,0x3f6,14 ide1=0x170,0x376,15 ide2= 0 ide3=0 ide4=0 ide5=0 ide6=0 ide7=0 ide8=0 ide9=0 display message prompt 1 timeout 80 Thanks for pointers Erich THINK P?ntenstrasse 39 8143 Stallikon mailto:erich.titl at think.ch PGP Fingerprint: BC9A 25BC 3954 3BC8 C024 8D8A B7D4 FF9D 05B8 0A16
2002 Apr 08
0
Fwd: Re: Failure with 1st isolinux attempt
...ted that the kernel name has been truncated.......guess >that's why the isolinux.cfg couldn't find it..... You may want to use a shorter name for the kernel. HTH Erich THINK P?ntenstrasse 39 8143 Stallikon mailto:erich.titl at think.ch PGP Fingerprint: BC9A 25BC 3954 3BC8 C024 8D8A B7D4 FF9D 05B8 0A16
2002 May 27
1
(no subject)
...BIOSes can't boot extended-format floppies at all. Maybe I am misguided here but why not just use isolinux in this case. It should not suffer from the same limitations. Erich THINK P?ntenstrasse 39 8143 Stallikon mailto:erich.titl at think.ch PGP Fingerprint: BC9A 25BC 3954 3BC8 C024 8D8A B7D4 FF9D 05B8 0A16
2007 Jul 24
2
about default filter command
Hi, here I have another newcomer question :-) in the section 9.6.1 of this how too http://tldp.org/HOWTO/Adv-Routing-HOWTO/lartc.qdisc.filters.html we can read commands about filters : ------------------------------------------ # tc filter add dev eth0 protocol ip parent 10: prio 1 u32 match \ ip dport 22 0xffff flowid 10:1 # tc filter add dev eth0 protocol ip parent 10: prio 1 u32 match \
2004 Sep 20
9
Change in Shorewall Support
Folks, I can''t keep this up. The demands that my job and my personal life are currently placing on me are such that supporing Shorewall to the extent that I have been doing is just not possible any more. I will continue to be active on the development list and will continue to develop Shorewall if at all possible. I will also continue to read the user''s list and will help
2007 Oct 25
7
TC (HTB) doesn''t work well when network is congested?
Hi, I have a server and ten clients in a Gigabit network. The server has 125mbps network bandwidth. I want that the server has 40Mbps bandwidth reserved for client 1 (IP 192.168.5.141), and the rest bandwidth is for all other clients. My script looks like this (I use IFB for incoming traffic): #!/bin/bash export TC="/sbin/tc" $TC qdisc add dev ifb0 root handle 1: htb default 30