search for: cherrytel

Displaying 5 results from an estimated 5 matches for "cherrytel".

2005 Feb 16
6
Re: Bandwith Control with a firewall/bridge
...213.9.139.24 0.0.0.0/0 all #LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE The rest of the fields that doesn''t appear are left blank What could be wrong? Thanks UN CORDIAL SALUDO Miguel Ángel Domínguez Durán. Departamento Técnico. Cherrytel Comunicaciones, S.L. mdominguez@cherrytel.com http://www.cherrytel.com/ Tlf. 902 115 673 Fax 952218170
2005 Feb 15
0
Help with bandwith control in a firewall/bridge machine
...ters, #como en nuestro caso solo lo vamos a conectar a un router no hace falta: brctl stp br0 off #A continuación añadimos las tarjetas de red al puente: (Ojo, una vez hecho #esto perdemos la conectividad) brctl addif br0 eth0 brctl addif br0 eth1 #Desactivamos las 2 tarjetas de red: correo.cherrytel.comifconfig eth0 down ifconfig eth1 down #Las volvemos a activar pero sin IP definida ifconfig eth0 0.0.0.0 up ifconfig eth1 0.0.0.0 up #Activamos el puente y le asignamos una IP: ifconfig br0 213.9.139.6 up #Añadimos la ruta por defecto: route add default gw 213.9.139.1 #Activamos el reen...
2005 Feb 15
1
Bandwith Control with a firewall/bridge machine
...ters, #como en nuestro caso solo lo vamos a conectar a un router no hace falta: brctl stp br0 off #A continuación añadimos las tarjetas de red al puente: (Ojo, una vez hecho #esto perdemos la conectividad) brctl addif br0 eth0 brctl addif br0 eth1 #Desactivamos las 2 tarjetas de red: correo.cherrytel.comifconfig eth0 down ifconfig eth1 down #Las volvemos a activar pero sin IP definida ifconfig eth0 0.0.0.0 up ifconfig eth1 0.0.0.0 up #Activamos el puente y le asignamos una IP: ifconfig br0 213.9.139.6 up #Añadimos la ruta por defecto: route add default gw 213.9.139.1 #Activamos el reen...
2005 Feb 25
1
Traffic control in a bridge/firewall machine
...script that way, but I found a solution :) The key is to use a script (not tcstart or tcrules) which contains iptables commands with "-m physdev --physdev-in <interface>". It works great! Hope it helps someone! UN CORDIAL SALUDO Miguel Ángel Domínguez Durán. Departamento Técnico. Cherrytel Comunicaciones, S.L. mdominguez@cherrytel.com http://www.cherrytel.com/ Tlf. 902 115 673 Fax 952218170
2005 Feb 11
1
Help!!! Bandwith Control with a NAT machine
...echo "Shaping removed on $DEV1." echo "Shaping removed on $DEV0." exit fi ########################################################### # # Inbound Shaping (limits total bandwidth to 1000Kbps) # Este es el enlace descendente, desde internet hacia la red interna de Cherrytel # set queue size to give latency of about 2 seconds on low-prio packets ip link set dev $DEV1 qlen 30 # changes mtu on the outbound device. Lowering the mtu will result # in lower latency but will also cause slightly lower throughput due # to IP and TCP protocol overhead. ip link set dev $DEV1 m...