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

HTTP Proxy

How Can I change HTTP proxy port in Transparent mode? HTTP proxy in Transparent mode operate with port 80. I wanna change this to 3589. How Can I do this. Can anyone help me please?  


This thread was automatically locked due to age.
  • what's the need to run transparent proxy on another port ? 
  • Milan,

    in contrary to the mail I have sent you can't do it by
    simply changing the operation mode, sorry.

    But a DNAT rule could do the job.

    Code:

      Source:LAN Dest:any service:your_port
      Source:LAN Dest:internal_IP_of_firewall service:http



    In addition you'd need a packet filter rule like

    Code:
      LAN your_port internal_IP_of_firewall ALLOW 



    This will  work with transparent mode and user authentication mode.

    read you
    o|iver