Linux Netfilter discussions
 help / color / mirror / Atom feed
* TOS benefits
@ 2004-08-09 18:46 Askar Ali Khan
  2004-08-10 10:50 ` Frank Gruellich
  0 siblings, 1 reply; 2+ messages in thread
From: Askar Ali Khan @ 2004-08-09 18:46 UTC (permalink / raw)
  To: netfilter

hi all,

Heh lot reading today :) i duno why the guy started Netfiter Vs
Commercial thingy?
However I would love to add "Open Source is the clear winner
today..and tomm.. and also open source is what we "third world" can
afford :P.

Oops sorry, here is my question I just want to know im doing the below
on our company firewall, that Type of Service bit things.
My question is that
1) Is this beneficial for protocol like MSN and yahoo?

I check alot again and again sign in yahoo and msn, however im not
sure whether it give me a 4 to 5 second fast signin on yahoo and msn,
coz @ work we gota LAN where sometime these IM signin fast and
sometime take few seconds more then normal.

#### TOS Mangling##############
## For MSN thingy
iptables -I PREROUTING -t mangle -p tcp --dport 1863 -j TOS --set-tos
Minimize-Delay
## For Yahoo thingy
iptables -I PREROUTING -t mangle -p tcp --dport 5000:5050 -j TOS
--set-tos Minimize-Delay
## For 443 thingy
iptables -I PREROUTING -t mangle -p tcp --dport 443 -j TOS --set-tos
Minimize-Delay
## For DNS thingy
iptables -A PREROUTING -t mangle -p udp --dport 53 -j TOS --set-tos
Minimize-Delay

Thanks in advance
regards
Askar


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: TOS benefits
  2004-08-09 18:46 TOS benefits Askar Ali Khan
@ 2004-08-10 10:50 ` Frank Gruellich
  0 siblings, 0 replies; 2+ messages in thread
From: Frank Gruellich @ 2004-08-10 10:50 UTC (permalink / raw)
  To: netfilter

* Askar Ali Khan <askarali@gmail.com> 10. Aug 04:
> hi all,

Hello,

> [snip] I just want to know im doing the below on our company firewall,
> that Type of Service bit things.  My question is that
> 1) Is this beneficial for protocol like MSN and yahoo?

You should ask you ISP.  It's a question to the routers between you and
the servers you connect to.  They have to look at the TOS-field and make
their routing-decision depend on this.  It could be used in some kind of
QoS to decide how to queue pakets.  From my experience most routers
ignore the TOS, but take a closer look to the amount of money the
customer pays and route in a linear dependence to this.  (YMMV)

HTH,
 regards, Frank.
-- 
Sigmentation fault


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-08-10 10:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-09 18:46 TOS benefits Askar Ali Khan
2004-08-10 10:50 ` Frank Gruellich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox