April 25, 2024, 06:45:39 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: bandwidth controlle in linux9.0  (Read 4883 times)

Offline vasu

  • Linux Noob !
  • *
  • Posts: 19
bandwidth controlle in linux9.0
« on: February 25, 2004, 05:23:33 AM »
hi

  ricky i want confrolle bandwidth in linux pls help how to it
  this i used right now script

   #!/bin/sh
    iptables=/sbin/iptables
    echo 1 > /proc/sys/net/ipv4/ip_forward
    #flush any old rules
    $iptables --flush -t nat
    ###set up IP FORWARDING and MASQUERADING###
           ###cable dsl ip  networking  online####
    #iptables --table nat --append POSTROUTING -s 172.15.1.2 -j MASQUERADE

Offline segun1ng

  • Linux Noob !
  • *
  • Posts: 25
Do it now
« Reply #1 on: February 28, 2004, 04:32:12 PM »
1. Shaper is a traffic shaper and a packet filter for a server and for a  gateway. With only limited configuration information, that are to be supplied, this script can control which and how information flow through the box.
           http://www.chronox.de/tc+filter/shaper-1.3.tar.bz2
                          this is the download link

             and then try to do more reading on this over here..
                             http://www.chronox.de/

2. get another server call that your test server. on this you will try out the script before taking it to the operation server.

3. Mandrake,Redhat are best for desktop and not as a server. I would like you to try out this few distro also they are linux base.
        1. smoothwall coperate server 3.0 (www.smoothwall.net)
        2. MandrakeSecurity Multi-Network Firewall
             This software combines hot features into an easy-to-use product:
- Firewall
- Virtual Private Network (VPN)
- Intrusion Detection
- Traffic Management functions

Through a secure Web interface which utilizes finely-tuned wizards, network administrators can easily build a network, define access rules, filter and monitor Internet content, and perform administration tasks.

I think u should let me know what you feel after all this ok