Re: [LARTC] ipip/gre tunnel behind NAT environments.

2007-05-21 Thread Ryan Castellucci
of this automatically, but if it were going to work, A would have to send packets to B over the tunnel first before B could send to A. -- Ryan Castellucci http://ryanc.org/ ___ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

Re: [LARTC] Load Balancing with Instant Messenger traffic?

2006-02-02 Thread Ryan Castellucci
ailing list > LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc > -- Ryan Castellucci http://ryanc.org/ ___ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

[LARTC] Virtual Interface

2006-02-02 Thread Ryan Castellucci
s9a.nl > http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc > > > -- Ryan Castellucci http://ryanc.org/ -- Ryan Castellucci http://ryanc.org/ ___ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

[LARTC] UDP traffic going through leaf faster then ceil...

2005-11-21 Thread Ryan Castellucci
0b overhead 0b cburst 1728b/8 mpu 0b overhead 0b level 0 Sent 16591370 bytes 4159 pkt (dropped 39449, overlimits 0 requeues 0) rate 412384bit 6pps backlog 0b 126p requeues 0 lended: 887 borrowed: 3146 giants: 1748 tokens: -1605047 ctokens: -32828 -- Ryan Castellucci h

[LARTC] UDP transfer speed exceeding the ceil by about 4x

2005-11-21 Thread Ryan Castellucci
but that didn't really help. If anyone has any other ideas of what to try, i'd really appreciate it, as I'm kinda stuck here :( On 11/14/05, Ryan Castellucci <[EMAIL PROTECTED]> wrote: > What's going on here? I'm spewing UDP traffic at this thing, and it is

Re: [LARTC] Transfer speed exceeding the ceil

2005-11-21 Thread Ryan Castellucci
On 11/16/05, Andy Furniss <[EMAIL PROTECTED]> wrote: > Ryan Castellucci wrote: > > On 11/16/05, Andy Furniss <[EMAIL PROTECTED]> wrote: > > > >>Ryan Castellucci wrote: > >> > >>>What's going on here? I'm spewing UDP traffic at th

Re: [LARTC] Transfer speed exceeding the ceil

2005-11-21 Thread Ryan Castellucci
On 11/16/05, Andy Furniss <[EMAIL PROTECTED]> wrote: > Ryan Castellucci wrote: > > What's going on here? I'm spewing UDP traffic at this thing, and it is > > exceeding the ceil. Anyone know how to fix this? > > > > class htb 1:613 parent 1:5 leaf 613:

[LARTC] Re: Transfer speed exceeding the ceil

2005-11-21 Thread Ryan Castellucci
Upon futher examination, traffic seems to flow at about 4x whatever the ceil is set to. On 11/14/05, Ryan Castellucci <[EMAIL PROTECTED]> wrote: > What's going on here? I'm spewing UDP traffic at this thing, and it is > exceeding the ceil. Anyone know how to fix this? > &

[LARTC] Re: UDP transfer speed exceeding the ceil by about 4x

2005-11-21 Thread Ryan Castellucci
Even more interesting details; This seems to only happen when the packets are fragmented. On 11/15/05, Ryan Castellucci <[EMAIL PROTECTED]> wrote: > A bit more detail. > > I have the following htb classes set up... > > class htb 1:356 parent 1:4 leaf 356: prio 4 quantum 1600

[LARTC] Transfer speed exceeding the ceil

2005-11-14 Thread Ryan Castellucci
t 16591370 bytes 4159 pkt (dropped 39449, overlimits 0 requeues 0) rate 412384bit 6pps backlog 0b 126p requeues 0 lended: 887 borrowed: 3146 giants: 1748 tokens: -1605047 ctokens: -32828 -- Ryan Castellucci http://ryanc.org/ ___ LARTC mailing list LARTC@mailm

Re: [LARTC] Borrowing between HTB classes not working as expectd.

2005-11-13 Thread Ryan Castellucci
On 11/13/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Quoting Ryan Castellucci <[EMAIL PROTECTED]>: > > I did not mix these up. I'm using the 1:2 class for TCP and ICMP > > control packets, such as TCP acks which need an amount of bandwidth > > pro

Re: [LARTC] MSN keeps disconnecting with load balancing

2005-11-12 Thread Ryan Castellucci
use "-v", "-vv", or "-vvv". Or, if you want > to use a gui, copy the log file to some machine with X11 and use: > # ethereal -r log > > > -Corey > ___ > LARTC mailing list > LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc > -- Ryan Castellucci http://ryanc.org/ ___ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

Re: [LARTC] Borrowing between HTB classes not working as expectd.

2005-11-12 Thread Ryan Castellucci
I did not mix these up. I'm using the 1:2 class for TCP and ICMP control packets, such as TCP acks which need an amount of bandwidth proportinat to the makimum download rate. On 11/12/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Quoting Ryan Castellucci <[EMAIL PROTEC

[LARTC] Borrowing between HTB classes not working as expectd.

2005-11-12 Thread Ryan Castellucci
quot; . ($i + 512)); # Low class tc("class add dev $dev parent 1:6 classid 1:" . ($i + 768) . " htb ". "rate " . int($speed_up * 0.10) . "kbit ". "ceil " . int($speed_up * 0.80) . "kbit ". "prio 8 burst 15k"); tc("qdisc add dev $dev parent 1:" . ($i + 768) . " handle " . ($i + 768) . ": sfq perturb 10"); tc("filter add dev $dev protocol ip parent 1: prio 5 handle " . tohex($i + 768) . " fw flowid 1:" . ($i + 768)); } tc("filter add dev $dev protocol ip parent 1: prio 5 handle 0x3 fw flowid 1:3"); sub tc { my $arg = shift; print "$tc_bin $arg\n"; system($tc_bin,split(/ /,$arg)); } sub tohex { return '0x' . sprintf("%2.2x",shift); } -- Ryan Castellucci http://ryanc.org/ ___ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

[LARTC] Routing through dummy interfaces?

2004-04-04 Thread Ryan Castellucci
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a linux system with 4 ethernet interfaces, eth0 goes to the internet, eth1, eth2, and eth3 are NAT'd LANs. I want to use an ingress filter to prioritize bandwidth (downstream from internet) to various IPs. I want to sett it up something like t

[LARTC] test post

2003-12-17 Thread Ryan Castellucci
testing some server-side filters, sorry for the disruption. -- Any mail sent to the address this message was posted from will be bounced. PGP/GPG Fingerprint: 3B30 C6BE B1C6 9526 7A90 34E7 11DF 44F3 7217 7BC7 On pgp.mit.edu, import with `gpg --keyserver pgp.mit.edu --recv-key 72177BC7` Also avail