search for: roteamento

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

2007 May 08
0
Squid + iproute2
....168.0.0/24 via 192.168.0.1 table link1 ip route add default via 192.168.1.7 table link1 # link Default ip route add 192.168.2.0/24 dev eth0 src 192.168.2.245 table link #ip route add 192.168.0.0/24 via 192.168.0.1 table link ip route add default via 192.168.2.252 table link # tabela principal de roteamento ip route add 192.168.1.0/24 dev eth1 src 192.168.1.245 ip route add 192.168.2.0/24 dev eth0 src 192.168.2.245 # setando a rota preferencial ip route add default via 192.168.1.7 # regras das tabelas ip rule add from 192.168.1.245 table link1 ip rule add from 192.168.2.245 table link # balanceamen...
2005 Feb 23
1
error when trying access internet.
...<- only this FTP transfer from internet IP address to server not work. ifcfg-eth0 file: DEVICE=eth0 BOOTPROTO=static BROADCAST=200.138.174.255 IPADDR=200.138.174.27 NETMASK=255.255.255.0 NETWORK=200.138.174.0 ONBOOT=yes TYPE=Ethernet [root at cedaspy network-scripts]# route Tabela de Roteamento IP do Kernel Destino Roteador MascaraGen. Opcoes Metrica Ref Uso Iface 200.138.174.0 * 255.255.255.0 U 0 0 0 eth0 default rt2.voe.com.br 0.0.0.0 UG 0 0 0 eth0 [root at cedaspy network-scripts]# ifconfig eth0...
2006 Feb 02
0
Problem with routing to multiple tables
...# FrameRelay IFE1="eth0" IPE1="200.163.208.3" NWE1="200.163.208.0/26" GWE1="200.163.208.1" PRE1="3" # # DSL IFE2="eth2" IPE2="10.1.1.10" NWE2="10.1.1.0/24" GWE2="10.1.1.1" PRE2="1" #--- # Tabelas de roteamento #--- L1="201" L2="202" MAIN="222" #--- # Desabilita tabela main #--- $IP rule add prio 50 table main $IP route del default table main #--- # ROTAS #--- # Link 1 = L1 $IP rule add prio 201 from $NWE1 table $L1 $IP route add default via $GWE1 dev $IFE1 src $IPE1 proto...
2013 May 21
2
[Bug 821] New: Rosa
...############################################################################# # firewall - netfilter based by infortron ############################################################################### ############################################################################### # vamos levantar o roteamento no firewall echo 1 > /proc/sys/net/ipv4/ip_forward #!/bin/bash # liberar marcianos #for i in /proc/sys/net/ipv4/conf/*/rp_filter; do # /usr/bin/echo 0 > $i # done ############################################################################### ##################################...
2004 Aug 31
1
Finally: A working case of two adsl load balance
...xthop via 201.3.196.254 dev ppp1 nexthop via 200.138.225.254 dev ppp0 #essential masquerade option iptables -t nat -A POSTROUTING -s 192.168.1.0/24 -j MASQUERADE iptables -t nat -A POSTROUTING -s 192.168.2.0/24 -j MASQUERADE Here is the route output: [root@localhost root]# route Tabela de Roteamento IP do Kernel Destino Roteador MáscaraGen. Opções Métrica Ref Uso Iface 200.138.225.254 * 255.255.255.255 UH 0 0 0 ppp0 201.3.196.254 * 255.255.255.255 UH 0 0 0 ppp1 192.168.2.0 * 255.255.255.0 U 0 0 0 eth1 192.168.1.0 * 255.255.255.0 U 0 0 0 eth0 127.0.0.0 * 255.0.0.0 U 0 0 0 lo Here is the ip rou...