On an ASA 5510 running version 8 something, this worked:static (inside,outside) tcp <OUTSIDE IP ADDRESS> www <INSIDE IP ADDRESS> 8080 netmask 255.255.255.255Allowing me to redirect incoming port 80 traffic to to port 8080. What is the correct method ...