Re: 4.8-Stable DummyNet

From: Daniel O'Connor (doconnor_at_gsoft.com.au)
Date: 06/03/03

  • Next message: Eugene Grosbein: "Re: 4.8-Stable DummyNet"
    To: bigtruck@ownij.com, freebsd-stable@freebsd.org
    Date: Tue, 3 Jun 2003 16:02:17 +0930
    
    

    On Tue, 3 Jun 2003 05:25, bigtruck@ownij.com wrote:
    > After reading I became more confused than before. Should I share the link
    > as a whole to all 64 client machines OR should I set a fixed BW for all
    > client machines. Are there other websites out there that can help with
    > this?
    >
    > Also if and when I do find a working pipe/queue config do I put it before
    > the natd via rl0 command or after?

    I think you'd be best off making pipes for each machine..

    I use dummynet pipes at home to limit my TCP traffic to prevent my pings from
    going bad when someone downloads or uploads.

    eg ->
    # Rate limit out going TCP
    ${fwcmd} pipe 1 config bw 1kbyte/sec queue 10kbytes
    ${fwcmd} add pipe 1 tcp from any to any out via tun0

    # Limit incoming TCP
    ${fwcmd} pipe 2 config bw 5kbyte/sec queue 10kbytes
    ${fwcmd} add pipe 2 tcp from any to any in recv tun0

    -- 
    Daniel O'Connor software and network engineer
    for Genesis Software - http://www.gsoft.com.au
    "The nice thing about standards is that there
    are so many of them to choose from."
      -- Andrew Tanenbaum
    GPG Fingerprint - 9A8C 569F 685A D928 5140  AE4B 319B 41F4 5D17 FDD5
    _______________________________________________
    freebsd-stable@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-stable
    To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
    

  • Next message: Eugene Grosbein: "Re: 4.8-Stable DummyNet"

    Relevant Pages

    • Re: Pipe - Conecpt
      ... Pipes can be opened in two modes. ... UDP, except that it's reliable (delivery and order of messages are ... Just like HTTP is an application-level protocol on top of TCP transport, ...
      (microsoft.public.vc.language)
    • Re: Choose client net lib?
      ... > I have SQL Server 7 and it has in the network config utility TCP, ... > is I don't know how to set them up to use this as opposed to named pipes. ...
      (microsoft.public.sqlserver.security)
    • Choose client net lib?
      ... I have SQL Server 7 and it has in the network config utility TCP, ... Pipes and Multiprotocol. ... I want to use TCP on my clients, ...
      (microsoft.public.sqlserver.security)
    • How choose net lib on client side?
      ... I have SQL Server 7 and it has in the network config utility TCP, ... Pipes and Multiprotocol. ... I want to use TCP on my clients, ...
      (microsoft.public.sqlserver.server)
    • Re: What is select()s exception set used for?
      ... > except when one of the client machines is rebooted. ... band data. ... protocol are you trying to implement on top of TCP and what method does it ...
      (comp.unix.programmer)