Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I've a Cisco ASA5510. I need to redirect the traffic originating from some IP addresses from inside interface destination port 80 to a proxy server, located in the inside interface, port 8080.
For people who works with linux/iptables, I need something like: iptables -t nat -A PREROUTING -p tcp --dport 80 -i eth1 -j DNAT --to x.y.x.k:8080