Displaying 2 results from an estimated 2 matches for "redirecciona".
Did you mean:
redireccionar
2003 Aug 28
5
Router for giving more than 1 ip
...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 993 -j DNAT --to
192.168.0.16:993...
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