From Wanos Wiki
Jump to: navigation, search
(Created page with "==Enable Web Cache Mode== This feature is '''Disabled''' by default. To enable this feature, edit wanos.conf file. <br /> <pre> vi /tce/etc/wanos/wanos.conf </pre> Switch t...")
 
(Enable Web Cache Mode)
Line 1: Line 1:
 
==Enable Web Cache Mode==
 
==Enable Web Cache Mode==
  
This feature is '''Disabled''' by default. To enable this feature, edit wanos.conf file. <br />
+
===Notes===
 +
<li>This feature is in Alpha/Beta stages. We welcome any feedback / requests for this feature. <br />
 +
<li>This feature is '''Disabled''' by default. To enable this feature, edit wanos.conf file. <br />
 +
<li>It should only be enabled on the branch units. <br />
 +
<li>HTTP port 80 traffic from the LAN will be transparently redirected to the webcache. </li>
 +
 
  
 +
===Enable the Webcache===
 
<pre>
 
<pre>
 
vi /tce/etc/wanos/wanos.conf
 
vi /tce/etc/wanos/wanos.conf
Line 19: Line 25:
 
</pre>
 
</pre>
  
===Notes===
+
 
<li>This feature is in Alpha/Beta stages. We welcome any feedback / requests for this feature. <br />
+
=== Verification ===
 +
 
 
<li>It can be verified by checking that port 3128 is open with:
 
<li>It can be verified by checking that port 3128 is open with:
 
<pre>
 
<pre>
 
netstat -n | grep :3128
 
netstat -n | grep :3128
 
</pre>
 
</pre>
<li>It should only be enabled on the branch units. <br />
 
<li>HTTP port 80 traffic from the LAN will be transparently redirected to the webcache. <br />
 

Revision as of 09:31, 10 November 2015

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