From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-x236.google.com (mail-oi0-x236.google.com [IPv6:2607:f8b0:4003:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id EA7C83B2A0 for ; Sat, 26 Mar 2016 11:14:50 -0400 (EDT) Received: by mail-oi0-x236.google.com with SMTP id r187so126227163oih.3 for ; Sat, 26 Mar 2016 08:14:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=H6wRE3tbKuHhFkYDY6/Urkt4o7Jiw8gdDz3q8GLgeW4=; b=fZEEqVTVrbrgPCq7jr3qGQqoRqJSAM51HPr3R/qsXbUyg/C6Bti9IXTTKBK9j39JUp Y2ds9fXZz8LF/G+FFgAANNXv/lP88zZPxccNT9DJmTyMO27apZd4gHxUOmJlf55LTV65 B77nMmXizGmHUfitIGdMZrxGC7n7jJRbBf79wCthetWdjOLFPzbjuqBpbyyzrxPtKz6h V7QYt12zvtPwLTjA7VWWGom6EXTv1WpWKpL3hqQE6dJCopCSoN1BdYe+Z3K991QFuY5F 2nplBMDSSTw2FJiDfr18MScCIRD3bhGelm3aA/VsG9YS4aZmPqBSMleGUGrCAIIODsa4 EMHA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=H6wRE3tbKuHhFkYDY6/Urkt4o7Jiw8gdDz3q8GLgeW4=; b=DmuyWFMOyd4p/bVrQTU0DXhv+ZtXVs8IgewRhE6d7sojWtRlOfeFTV+fXsKBm/TdyO im5tLDe6ZzgK241NOZnx6uqRCB5/NXsmWtQIq4PK5iX9kIrGzASXGs8xlZIPurc1L19u xE38kHHFdakxpk/xMD4WnW+K7xGS38Die43BtRvDIno7ulI5MI60lRMYfhgHcLZNmNnr BG15lBUYbETVIJeBbqKQ0EXGT5l0DXEzCygnACdig0SBcL9rENVPwCxw6nrsjP8iXN94 t+VxW8OkJ9PucBVrbn1Govk3IMbq+EkwQNTOnpA+hGicSTNviIdwzDqhYbF0f8XL8P6R 89DA== X-Gm-Message-State: AD7BkJJA8ixm1Y4pKCkcR4ZNAmUpA/WnQPEihCGTNEBfy4mEKoC2wlMM+07chhbxh4gN2wv/ddUdhdl2mlhzwQ== MIME-Version: 1.0 X-Received: by 10.202.85.147 with SMTP id j141mr3011589oib.37.1459005290429; Sat, 26 Mar 2016 08:14:50 -0700 (PDT) Received: by 10.202.89.130 with HTTP; Sat, 26 Mar 2016 08:14:50 -0700 (PDT) Date: Sat, 26 Mar 2016 20:44:50 +0530 Message-ID: From: Allan Pinto To: cake@lists.bufferbloat.net Content-Type: multipart/alternative; boundary=001a113df3240fc4ed052ef524a2 Subject: [Cake] cake separate qos for lan X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2016 15:14:51 -0000 --001a113df3240fc4ed052ef524a2 Content-Type: text/plain; charset=UTF-8 Hi , I'm experimenting in replacing a mikrotik router with plain linux. by following the instructions on the cake page, i have setup the following line in the /etc/ppp/ip-ip script so that the user will be limited to bandwidth using cake. /usr/sbin/tc qdisc add dev $pppdev root cake bandwidth ${BURST_DOWN}bit but i have certain lan traffic available to the customer which should be available at higher speed, for eg. cache traffic and i want to set that speed to 20mbit default . if i understand correctly i will have to mark traffic coming in from that lan source using iptables, can someone guide me how to set bandwidth only for that source to be higher. -- Thanx and regd's. Allan. --001a113df3240fc4ed052ef524a2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi ,=C2=A0
I'm experimenting in replacing a mikrot= ik router with plain linux. by following the instructions on the cake page,= i have setup the following line in the /etc/ppp/ip-ip script so that the u= ser will be limited to bandwidth using cake.


<= /div>
/usr/sbin/tc qdisc add dev $pppdev root cake bandwidth ${BURST_DO= WN}bit

but i have certain lan traffic ava= ilable to the customer which should be available at higher speed, for eg. c= ache traffic and i want to set that speed to 20mbit default .
if i understand correctly i will have to mark traffic coming in= from that lan source using iptables, can someone guide me how to set bandw= idth only for that source to be higher.


=


--
Thanx and regd's.

Allan.

--001a113df3240fc4ed052ef524a2--