search for: linuxguruz

Displaying 5 results from an estimated 5 matches for "linuxguruz".

2003 Oct 31
2
[ACL] granting modify but not delete permission to a file
Hi. In WinXP I can setup the permission of a file so that a user can modify the file, but he can not delete the file. I wonder if this is posible in Linux + ACL patch + Samba 3.0 compilled with --with-acl? Many thanks Oliver -- Oliver Schulze L. <oliver@samera.com.py>
2006 Apr 17
0
W(RED) curve implementation in Linux DiffServ
...ize. Our example with realistic system parameters gives an approximation function of the cubic of the queue size. The effort to implement the approximated cubic function is not much higher compared to the linear function..." - RED is mentioned here in the previous 2.4 kernel: http://www.linuxguruz.com/iptables/howto/2.4routing-14.html Quote: "... In order to cope with transient congestion on links, backbone routers will often implement large queues. Unfortunately, while these queues are good for throughput, they can substantially increase latency and cause TCP connections to behave v...
2004 Jan 27
0
Force internal re-routing for certain subnets
...r" green interface 172.25.0.1 is where squid, dnsmasq and others are listening and such I want to ease other alternative networking calamities which I encountered. Can one give me a hand how to arrange this internal re-routing with ip rule ... / ip route ... etc.? I had a look at http://www.linuxguruz.com/iptables/howto/2.4routing-4.html and tried to figure out but such easy it didn''t work for me. Many thanks and cheers Manuel _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.or...
2006 Feb 20
2
question about traffic control
Hi, I have the following situation: 1 gateway box with 2 WAN interfaces (eth1 and eth2). 1 LAN interface eth0 default gateway is eth2 I want to route all traffic with destination protocol tcp 22 (ssh) NOT over the default gateway eth2 but force them to find it''s route over eth1. All other traffic must go the normal way over eth2. Is this possible with tc or an other tool? --
2006 Nov 09
8
How to block Yahoo , MSN messanger and Kazza with IPTABLES
Hi, I want to block Yahoo Messenger, MSN messanger and Kazza with IPTABLES as my local network users always go there. How Can I do it? I am not runnig iptables as a script nor have I put anything in my rc.local. But instaed, I input the commands and save it by using the below cmmand /etc/init.d/iptables save and I restart it /etc/init.d/iptables restart My box runs on Cent OS 4.4. Help