Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:user-guide:services:proxy.squid [2018/02/18 16:56] – link to usb storage page updated after wiki merge tmomasdocs:guide-user:services:proxy:proxy.squid [2019/07/12 18:12] (current) – [Storage configuration] davidribyrne
Line 56: Line 56:
 <code> <code>
 config redirect config redirect
 +        option name 'Allow-transparent-Squid'
 +        option enabled '1'
         option proto 'tcp'         option proto 'tcp'
 +        option target 'DNAT'
         option src 'lan'         option src 'lan'
         option src_ip '!192.168.1.1'         option src_ip '!192.168.1.1'
 +        option src_dip '!192.168.1.1'
         option src_dport '80'         option src_dport '80'
         option dest 'lan'         option dest 'lan'
         option dest_ip '192.168.1.1'         option dest_ip '192.168.1.1'
         option dest_port '3128'         option dest_port '3128'
-        option target 'DNAT' 
 </code> </code>
  
Line 198: Line 201:
 You //will// need additional storage for Squid, definitely for it's cache, and most likely for the executable too.   You //will// need additional storage for Squid, definitely for it's cache, and most likely for the executable too.  
  
-This howto assumes that an ext4 filesystem is mounted as **/opt**, with at least 4GB of free storage space. IMHO, this is //much// easier than using [[docs:user-guide:additional-software:extroot_configuration:|extroot]].+This howto assumes that an ext4 filesystem is mounted as **/opt**, with at least 4GB of free storage space. IMHO, this is //much// easier than using [[docs:guide-user:additional-software:extroot_configuration:|extroot]].
  
 <code bash> <code bash>
Line 211: Line 214:
 </code> </code>
  
-How to do this is covered elsewhere in the wiki (i.e. [[doc:howto:storage|Storage]], and [[docs:user-guide:storage:usb-drives|USB Storage]]), and the forums.+How to do this is covered elsewhere in the wiki (i.e. [[docs:guide-user:storage:start|Storage]], and [[docs:guide-user:storage:usb-drives|USB Storage]]), and the forums.
  
 ==== Installation ==== ==== Installation ====
  • Last modified: 2019/07/12 18:12
  • by davidribyrne