redirecting traffic
i want to redirect my http traffic to another interface, i need to know the iptables rule that allows me to do that,
#iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j DNAT ??
wut is the remaining info i should type there ?
|