This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

WAF port 8080

Hey,

How to resolve using port 8080 on the WAF?

When trying I refuses because of :
The TCP port '8080' is already in use by the u2dcache->port configuration.

However, I can't really locate that port configuration anywhere on the ASG220 running ASG.8.102


This thread was automatically locked due to age.
  • I don't think that you'll be able to use 8080 as this is the port hard-coded into Astaro for use by the HTTP proxy.  Can't you use 80 or 443, the port standards for HTTP and HTTPS?
  • Hi Scott,

    I am alreaddy using those ports. The webserver runs multiple applications where alot of ports are in use.
    More specific its a demo server for some of the companys products and 8080 has for a long period of time been announced to partners, sales personal and so on.

    Indeed very unfortunate to hardwire such a common port into a WAF...
  • Hi,

    do you have a solution to fix this issue or did you changed the ports for the web servers?

    cheers
    vob
  • Hi Vob,

    No I found no "fix".
    I was forced to use a static NAT rule insted and bypass the WAF in this matter  [:@]. It would lead to alot of trouble and wasted time to change the ports on the webserver.
  • I'm pretty sure that the following command would work around that issue:

    # cc set up2date cache_port 8082

    but don't blame me if that breaks anything [:)].
  • Thanks for the update.

    But the command did not resolve the issue. Up2date cache_port is changed to 3128 -->
    127.0.0.1 MAIN up2date > cache_port$
    3128

    but the error message "The TCP port '8080' is already in use by the u2dcache->port configuration" still appears. It seems to me that there is no way to overcome the problem. [:@]

    Are there any other suggestions to configure port 8080 for WAF feature?

    Thanks
    vob