similar to: share bandwith between vpns

Displaying 20 results from an estimated 3000 matches similar to: "share bandwith between vpns"

2005 Jan 27
3
negative tokens
I have this: class htb 1:29 parent 1:1 prio 0 rate 3000bit ceil 100000bit burst 1599b cburst 1611b Sent 33233 bytes 772 pkts (dropped 0, overlimits 0) lended: 415 borrowed: 357 giants: 0 tokens: -3756376 ctokens: 128779 or this: class htb 1:21 parent 1:1 prio 0 rate 3000bit ceil 100000bit burst 1599b cburst 1611b Sent 57554 bytes 618 pkts (dropped 0, overlimits 0) lended: 193 borrowed: 425
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
2009 Dec 16
2
Response time on Tinc VPNs, Bandwith on Tinc-VPN
Hello, response time: how is it possible to increase the response time on Tinc VPNs. When I use tinc over a fast or giga-bit network connection the ping-response time is normally about 1800 to 2000 ms. Sometimes I get ping response times at about 2.500 to 3.000 ms over a normal Ethernet Connection or a television-cable connection within the same providers-network in the same city. The ping-time
2005 Jan 31
1
traffic in default class
how to see which packets is going in to default class? -- Denis Kot denis?jabber.org.by ICQ: 13680126 Mobil: +375 29 6-1234-78 _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2005 Nov 01
0
ADSL-Bandwidth-Management-HOWTO
Hi, I''ve read ADSL-Bandwidth-Management-HOWTO http://www.tldp.org/HOWTO/ADSL-Bandwidth-Management-HOWTO/implementation.htm l#AEN166 and I''ve a doubt from script: [ ... ] # DNS name resolution (small packets) iptables -t mangle -A MYSHAPER-OUT -p udp -j MARK --set-mark 21 [ ... ] That is a bug ? I think that " DNS name resolution (small packets) " is better
2006 Jan 15
9
even bandwith for users on 2 newtworks
Server : eth0 - internet DSL eth1 - LAN wlan0 - wireles LAN I want server to share bandwith from eth0 evenly for users on eth1 and wlan0. How can i make it ? Is it possible ? As far as i know htb splits outgoing bandwith on one device only. ---------------------------------------------------- Grypa? Damy radę! Sprawdź jak jej zapowbiegać, a jeśli już za późno ...jak leczyć - grypa.wp.pl
2003 Jan 08
0
How do I confgure 2 static net2net VPNs over one interface ipsec0 ?
Hi, I use shorewall on 2 computers and I''m really happy with it. But now I came over a special case where my wisdom ends. I have 2 VPNs running via FreeS/WAN on the firewall host, and now I want to replace my hand made setup with shorewall. I use the same FreeS/WAN setup as it is working already. I read through the documentation but there are only examples of 1 static net2net VPN and 3
2016 Mar 25
2
Multiple Tinc Vpns Crash
I use 3 Ubuntu server 14.04 as KVM guest. Now I run 5 tinc vpns in switch mode. I use the same key for every vpn. Every kvm has connect to the two other servers. I need 5 vpns to have 5 networks connected but seperated. 1 vpn was running fine, but now that I run 5 vpns, my kvm crashes sometimes. Especially when I stop tinc. I used tinc 1.0.26 from repo. Now I tried tinc 1.1 pre, same problem but
2007 May 16
2
strange winbind connection
Hello, One of our admins called me some time ago and told me, that my samba server (server-A) is connecting his server (server-B), although it shouldn't. Authentication of my samba shares is working via winbind, configured to use "server-DC1" : winbind separator = / winbind uid = 10000-20000 winbind gid = 10000-20000 winbind enum users = yes
2016 Mar 25
0
Multiple Tinc Vpns Crash
On Sat, Mar 26, 2016 at 12:03:48AM +0100, albi at life.de wrote: > 1 vpn was running fine, but now that I run 5 vpns, my kvm crashes sometimes. Especially when I stop tinc. > I used tinc 1.0.26 from repo. > Now I tried tinc 1.1 pre, same problem but less often. > > Any help or idea why system crashes? So the KVM instance itself crashes? Or Linux inside the VM? Any error messages
2019 Dec 05
0
CVE-2019-14899 can potentially affect tinc VPNs
Hello, Researchers have shown that many operating systems, sometimes in default configurations, allow packets to be received on an interface with a destination address that does not match a route that would send return packets back out of that interface. For example, you have a LAN interface which uses the address range 192.168.1.0/24, and a WAN interface with a public IP address. In some
2019 Dec 05
0
CVE-2019-14899 can potentially affect tinc VPNs
Hello, Researchers have shown that many operating systems, sometimes in default configurations, allow packets to be received on an interface with a destination address that does not match a route that would send return packets back out of that interface. For example, you have a LAN interface which uses the address range 192.168.1.0/24, and a WAN interface with a public IP address. In some
2004 Jan 04
3
problem whith htb script
Hi all && happy new Year ;) I''m try to made a script for shaping my outgoing traffic, but it doesn''t work fine. The script work good if all packets go thru the default class, but, if I try to send packets by other class, the packes doesn''t go by this class go also by the default class. This script is installed in a router linux with ip masquerading for the
2006 Feb 06
2
p2p marking, again
Hey, one more question for ipp2p iptables -t mangle -A DSL-IN -p tcp -m ipp2p --ipp2p -j CONNMARK --restore-mark iptables -t mangle -A DSL-IN -p tcp -m mark ! --mark 0 -j ACCEPT iptables -t mangle -A DSL-IN -p tcp -m ipp2p --ipp2p -j MARK --set-mark 7 iptables -t mangle -A DSL-IN -p tcp -m ipp2p --ipp2p -j CONNMARK --save-mark iptables -t mangle -A DSL-IN -p udp -m ipp2p --ipp2p -j MARK
2005 Jun 24
3
Multiple Vpns
I have built a fedora 3 test box that has 4 pptp client vpn''s from my T-1 to a Group of businesses (test environment). The businesses all have pptp vpn concentrators on their ends. The purpose is that all of the businesses will be at an offsite location together for a 3 day sale. I have the box working now with the latest ver of shorewall with two nics on this fedora box eth0 will
2003 Mar 24
11
How to do ensure bandwith
How to do ensure a class not lended and not borrowed each other. I do cburst burst 0b ,but ctokens tokens go to negative! --------------------------------- Do You Yahoo!? "更多惊喜,同样精彩,NetVista A30 热卖" --0-611462377-1048485942=:33792 Content-Type: text/html; charset=gb2312 Content-Transfer-Encoding: 8bit <P>How to do ensure a class not lended and not borrowed each
2004 Jan 20
1
htb+beginner+error
Good day all So at log last I did my script We have a 256kbite connection.This scrip runs on my gateway box(the same for script for eth1(ext) and eth0(int) I want to limit all other traffic to 10kbites but when I do it I give me this error: HTB quantum of class 10034 is to small.consider r2q <7>htb*g j=42801780 Here is my script.If you have any Idea to better it let me know.Its a bit from
2010 Sep 23
1
Multiple tinc vpns between hosts.
Hi, I configured 2 vpn's between 2 servers. When starting the tinc on each server. De 2 vpns's look like 1 vpn. Can tinc be configure for multiple vpn's between 2 hosts or more. Lets say there are 3 servers A, B and C. I want a tinc vpn between host A en host B. And a second vpn between host B en C without is becoming one vpn. And for example a third vpn between host A en host
2004 Apr 13
4
Bandwith control
Hello all, I´ve read http://lartc.org/howto/ and now i am just confused, i think my skills with linux are not very good, so asking for help. I have a linux box with two ethernets cards eth0(gateway 1mb) with is the host for some sites and emails and eth1(nat interface) with provide internet acess to other 5 pcs. I would like to limit the bandwith 512 k for the eth0 and 512 k for eth1 however
2004 Oct 18
11
IP based bandwith limit
Hi, i''ve following problem. One of our gateway router, which connects some of our customers should have bandwith limit. So customer A with IP XX should have 2 Mbit, customer B with IP YY should have 10 Mbit. There is no need of borrowing bandwith so no fairness needed. My simple question: with which technique should I manage this shaping? Or is there any existing project which