On Wed, Mar 19, 2008 at 3:50 PM, Jim Morris <ml () e4net com> wrote:
What I really want to do is have a request for port 80 or port 8080 redirect to the same port 8162
so this would be what I want to do, but of course this doesn't work as static nat needs the
destinations to be different...
static (inside,outside) tcp xxx.xxx.xxx.34 www xxx.xxx.xxx.34 8162 netmask 255.255.255.255 0 0
static (inside,outside) tcp xxx.xxx.xxx.34 8080 xxx.xxx.xxx.34 8162 netmask 255.255.255.255 0 0
Do you get an error message or does it just "not work" ?
PaulM