From: "GoMi" <gomi@perezoso.net>
To: lartc@vger.kernel.org
Subject: [LARTC] MSN messenger 6 keeps disconnecting after a few minutes
Date: Mon, 13 Oct 2003 11:50:27 +0000 [thread overview]
Message-ID: <marc-lartc-106604594416383@msgid-missing> (raw)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi there, i actually already told you about this problem, but i cant find a way to solve it. Let me explain my self again:
- -I have 2 dsl connections, so i do load balacing.
- -My QoS setup is based on htb on both ethernets:
iptables -t mangle -N msn
iptables -t mangle -A msn -m string --string 'x-msn' -j MARK --set-mark 2
iptables -t mangle -A msn -m string --string 'MSNMSGR' -j MARK --set-mark 2
iptables -t mangle -A msn -m string --string 'Content-Type: text/x-msmsgscontrol.' -j MARK --set-mark 2
iptables -t mangle -A msn -m string --string '@hotmail.com' -j MARK --set-mark 2
iptables -t mangle -A msn -m string --string 'MSG' -j MARK --set-mark 2
iptables -t mangle -A msn -j RETURN
iptables -t mangle -A POSTROUTING -j CONNMARK --restore-mark
iptables -t mangle -A POSTROUTING -m mark --mark 0 -j msn
iptables -t mangle -A POSTROUTING -j CONNMARK --save-mark
That goes trough a filter to the attachech qdisc.
When my users begin to use msn messenger, after a while (5 minutes or so) the program automatically disconnects.
This is worse depending on the hour of the day, and hence depending on the amount of users on my network.
I have an average of 60 users during noon time, and an average of 25 during daytime.
When 60 users are accesing the net through this QoS, the problem gets really bad. I thought that might be because the box was only running with 64Mb RAM and could not handle many tcp connections at once, and so i added another 128 so the number of tcp_max_conntrack connections went from 6000 to 12000. But it made no difference. Does anybody has any idea. Or how could i investigate this?
Is it maybe because linux thinks the connection is lost and hence closes down the socket? Anybody? Thank you!!
-----BEGIN PGP SIGNATURE-----
Version: PGP 8.0
iQA/AwUBP4qRgn7diNnrrZKsEQLLcACg+tGdbsr9JdGh9Q1bAAfEzT+dEnUAn3ay
G6+ITOPi5MycKbbEtcEtpRW3
ÎuH
-----END PGP SIGNATURE-----
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
reply other threads:[~2003-10-13 11:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-lartc-106604594416383@msgid-missing \
--to=gomi@perezoso.net \
--cc=lartc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.