Thursday, May 22, 2014

Vyatta - How to enable Transparent Proxy

Login to Vyatta and switch to configure mode

configure
set service webproxy listen-address 192.168.1.2
set service webproxy  domain-noncache mydomain.vn
set service webproxy cache-size 20480
set service webproxy mem-cache-size 1500
set service webproxy maximum-object-size 40960
commit
save

cache-size (MB): Total disk cache size = 20GB
mem-cache-size (MB): Total memory cache size = 1.5GB 
maximum-object-size (KB): Maximum size of 1 file = 40MB

configure
show service webproxy
   cache-size 20480
   domain-noncache mydomain.vn
   listen-address 192.168.1.2 {
   }
   maximum-object-size 40960
   mem-cache-size 1500


0 comments:

Post a Comment