From Wanos Wiki
Jump to: navigation, search

Document migrated. An updated Enable Web Cache Mode Guide can be found in the http://wanos.co/docs Wanos Documentation site]

Enable Web Cache Mode

Notes

  • This feature is in Alpha/Beta stages. We welcome any feedback / requests for this feature.
  • This feature is Disabled by default. To enable this feature, edit wanos.conf file.
  • It should only be enabled on the branch units.
  • HTTP port 80 traffic from the LAN will be transparently redirected to the webcache.

  • Enable the Webcache

    vi /tce/etc/wanos/wanos.conf
    

    Switch to edit mode by typing A or I on the keyboard.

    Look for HTTP_CACHE_REDIRECT and change the value from false to true

    To save your changes, exit from edit mode by pressing the ESC key then type :wq!.

    Reboot your Wanos appliance by issuing this command:

    sudo reboot
    


    Verification

  • It can be verified by checking that port 3128 is open with:
    netstat -n | grep :3128