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
Last revisionBoth sides next 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/04/28 14:25] jalakas
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'
Line 63: Line 66:
         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 200:
 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 213:
 </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