<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <small>Hello,<br>
      <br>
      I've a Fedora 18 OS which is running behind a Freebox Revolution
      (French ISP router) and having IP 192.168.1.39. The F18 OS hosts a
      Tomcat server listening to port 8080.<br>
      <br>
      I've opened port 8079 and 8080 in public (default) zone:<br>
      # firewall-cmd --list-port<br>
      8079/tcp 8080/tcp<br>
      <br>
      I've tried to redirect port from 8079 towards 8080 via TCP, UDP:<br>
      # firewall-cmd --list-forward-port<br>
      port=8079:proto=tcp:toport=8080:toaddr=<br>
      port=8079:proto=udp:toport=8080:toaddr=<br>
      <br>
      I'm thinking this is sufficient to redirect effectively all
      requests on 8079 to 8080, so that an HTTP GET on
      <a class="moz-txt-link-freetext" href="http://192.168.1.39:8079/">http://192.168.1.39:8079/</a> SHOULD (afaik) be redirected to Tomcat
      server as if I've done HTTP GET on <a class="moz-txt-link-freetext" href="http://192.168.1.39:8080/">http://192.168.1.39:8080/</a>
      (which currently shows me Tomcat welcome page).<br>
      <br>
      That would be the expected result, but when I HTTP GET on </small><small><a class="moz-txt-link-freetext" href="http://192.168.1.39:8079/">http://192.168.1.39:8079/</a>
      via Firefox, nothing happens except web browser tells me that it
      cannot reach given adress.<br>
      <br>
      If I use 192.168.1.39 IP isntead of 127.0.0.1, it's because I
      further want to redirect port to a guest virtual machine which
      will host the Tomcat server, but currently I just want the
      redirection to work in local.<br>
      <br>
      Any hint for enabling correctly the port redirection? Where is the
      misconfiguration?<br>
      <br>
      Thanks for any help.<br>
      <br>
      Rapha&euml;l Flores.<br>
    </small>
  </body>
</html>