[bglug] Redirigere traffico web su macchine diverse

enzo enzo.arlati@libero.it
Sab 23 Gen 2010 18:01:14 CET


per ridirigere il traffico web inviato su host_1 verso host_2, potresti
configurare in iptable
i seguenti comandi.
se non ho dimenticato  nulla, dovrebbe funzionare, ed instrada qualunque
tipo di traffico, anche non http.


MYPORT=80

$IPTABLES --table nat -A PREROUTING -p tcp -d $HOST_1 --dport $MYPORT -j
DNAT --to-destination $HOST_2:$MYPORT

$IPTABLES --table nat -A POSTROUTING -p tcp -d $HOST_2  --dport $MYPORT
-j SNAT --to-source $HOST_1

-- 
REPLY TO: perl -e 'print qq^VVCWCQJUVD00YQVWKVBPG^^qq^3898m08970Yp584299l93^ '
WEB: http://earlati.freehostia.com/



Maggiori informazioni sulla lista bglug