Ignore:
Timestamp:
Dec 23, 2008, 8:23:59 AM (16 years ago)
Author:
george
Message:
  • Upraveno: Skripty pro generování nastavení routeru.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • system/generators/traffic_shaping.php

    r118 r128  
    11<?php
    2  
     2
    33$Enabled = 1;
    44$ClassesEnabled = 1;
     5include('global.php');
    56include_once('/a/www/centrala/global.php');
    67include_once('/a/www/centrala/finance/include.php');
     
    2324$VoipSpeedIn = 100; //$SpeedReserve;
    2425$VoipSpeedOut = 100; //$SpeedReserve;
    25 $InetInterface = 'eth1';
    26 $OutInterface = 'eth1';
     26$OutInterface = $InetInterface;
    2727$InInterface = 'ifb0';
    2828$FreeInetSpeed = 64;
Note: See TracChangeset for help on using the changeset viewer.