search for: activamos

Displaying 4 results from an estimated 4 matches for "activamos".

2005 Feb 15
0
Help with bandwith control in a firewall/bridge machine
...tart file so shorewall should run it when it gets restarted. I don''t get any errors when the script is executed, but all the packets go through the default queue in uplink and downlink when i analize the queues using . I use the following script to start the bridge: #!/bin/sh set -x #Activamos el puente: brctl addbr br0 #Desactivamos el protocolo de spanning tree, posibles loops entre routers, #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 conec...
2005 Feb 15
1
Bandwith Control with a firewall/bridge machine
...tcstart file so shorewall should run it when it gets restarted. I don''t get any errors when the script is executed, but all the packets go through the default queue in uplink and downlink when i analize the queues using . I use the following script to start the bridge: #!/bin/sh set -x #Activamos el puente: brctl addbr br0 #Desactivamos el protocolo de spanning tree, posibles loops entre routers, #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 conec...
2003 Aug 28
5
Router for giving more than 1 ip
...y12 #limpiamos las tablas de iptables iptables -F iptables -t nat -F iptables -t filter -F #eth1 sera la interfaz de internet iptables --table nat --append POSTROUTING --out-interface eth1 -j MASQUERADE #eth0 la interfaz de la red local iptables --append FORWARD --in-interface eth0 -j ACCEPT #activamos el forward echo 1 > /proc/sys/net/ipv4/ip_forward #reglas para enrutado de paketes... #1.- redirecciona las peticiones del puerto 21 a mi pc iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 21 -j DNAT --to 192.168.0.16:21 iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 143 -j DNAT -...
2004 Jan 10
5
Two routing cache entries with different interface
hi all, i am setting up a load balancing netwrok with failover, i have applied julian patch, but whenever i try to traceroute from any client node, it gives me two entries for that destination, but i get different interface for that entries, so it doesn''t forward my requests, i have done masquerading for client nodes, the ip rule/route are as follows, ip rule add prio 222 table