[LARTC] Controlling Outbound traffic...alternative to dsl_qos_queue

2005-01-26 Thread junk
Hi , this probably was asked many times before , but here it goes.. Until now i was using dsl_qos_queue - http://www.sonicspike.net/software/ Which limits outbound traffic and does packet priorites with iptables using MARKed packets.. works very well , I run a ftpserver + webserver so it's useful

[LARTC] How to balance OUTBOUND traffic by packet if..

2005-01-11 Thread junk
Hey thanks for replying , i got this from ethereal ..: tethereal -i ppp0 Capturing on ppp0 0.00 80.178.69.24 -> 67.15.162.64 TCP 31604 > 53880 [ACK] Seq=0 Ack=0 Win=5680 Len=1360 0.201730 80.178.69.24 -> 67.15.162.64 TCP [TCP Previous segment lost] 31604 > 53880 [ACK] Seq=2720 Ack=0 Win=568

[LARTC] How to balance OUTBOUND traffic by packet if..

2005-01-10 Thread junk
I am still looking for a solution to this problem... > [EMAIL PROTECTED] wrote: >> Hi, >> Yes i did give this a try a couple of times before with no success >> >> /sbin/iptables -I OUTPUT -m nth --every 2 --packet 1 -t mangle -j MARK >> --set-mark 0x2 >> /sbin/iptables -I OUTPUT -m nth --ever

[LARTC] How to balance OUTBOUND traffic by packet if..

2005-01-07 Thread junk
how to use iproute/iptables to balance by packet OUTBOUND traffic between 2 PPP (pptp cable modem and pppoe adsl modem) links to the same ISP . also by using the fact that the ISP dosen't filter source IP address - meaning i can use either PPP's link assigned IP address as the source IP in the ip

[LARTC] iproute2 "equalize" patch for kernel 2.6?

2004-12-24 Thread junk
Hi, it has been days now that i am looking for a maybe non existent patch for kernel 2.6.x , currently run 2.6.9 for the equalize option in iproute i use : /sbin/ip route add default scope global equalize nexthop dev ppp0 nexthop dev ppp1 have one pptp link and another pppoe i am monitoring th