Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You can NAT all the traffic destined to port 80 to a proxy machine. This is a so called <strong>forced</strong> or <strong>intercepting</strong> proxy.</p> <p>For example, if you have a RouterOS router, you would simply add a rule</p> <pre><code>/ip firewall nat add action=dst-nat chain=dstnat disabled=no dst-port=80 protocol=tcp to-addresses=&lt;proxy IP address&gt; </code></pre> <p>If you proxy other protocols apart from HTTP, you would do the same for them changing the port.</p> <p>Many proxy solutions can run in intercepting mode (such that you have a machine with two network interfaces that filter all the traffic that is coming through). See <a href="http://www.cyberciti.biz/tips/linux-setup-transparent-proxy-squid-howto.html" rel="nofollow">this tutorial</a> for setting it up with Squid. </p> <p>Otherwise, if you already have a proxy server you can use the solution above by placing a router or a server running the routing software between the access point and your network, for example Vyatta or Mikrotik RouterOS (commercial but pretty powerful), some open-source/freeware router/firewall distribution (pfSense, Openwall, m0n0wall, ...) or even a vanilla OpenBSD (with pf firewall) / Linux (with iptables) to achieve the desired effect. </p> <p>Once you get the straight through routing in place it should be pretty straightforward to setup proxy NAT asnoted above.</p> <p>You should consider applying this setting on the router that your access-point connects to for it may save you the trouble of setting up a new machine.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload