Displaying 3 results from an estimated 3 matches for "enrutado".
Did you mean:
enredado
2003 Aug 28
5
Router for giving more than 1 ip
...s -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 --to
192.168.0.16:143
iptables -t nat -A PREROUTING -i eth1 -p tcp --dport 99...
2007 Apr 18
1
[Bridge] Multilink + bridge + nat problem
...ip rule add prio 200 table 200
/sbin/ip route add default table 200 proto static nexthop via
217.125.139.193 dev wan0 weight 1 nexthop via 80.32.61.1 dev wan0 weight 1
/sbin/ip route flush cache
==END==
I have this "output" for all chains and routes:
==BEGIN==
=== REGLAS IPTABLES PARA EL ENRUTADO ===
Chain PREROUTING (policy ACCEPT 8664K packets, 5097M bytes)
num pkts bytes target prot opt in out source
destination
1 3348K 1832M MARCAR_IFACE 0 -- * * 0.0.0.0/0
0.0.0.0/0
Chain MARCAR_IFACE (1 references)
num pkts bytes target pr...
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