News: This forum is now permanently frozen.
Pages: [1]
Topic: Monowall and Censornet  (Read 1735 times)
« on: April 30, 2007, 16:53:37 »
getafix *
Posts: 23

Hi there

I have just downloaded the image to install my first installation of Monowall. From what I have read, there are alot of many happy users out there which it is encouraging.

My question is that will Monowall work well with Censornet.

I am wanting set up a network in a small housing development of about 20 homes. I thought of using Monowall as my firewall and censornet as the proxy. I was about to try IPCOP, but came across this site and hence my first post.


Regards
Gareth
« Reply #1 on: April 30, 2007, 17:27:44 »
HairyMonster *
Posts: 18

Direct all your browsers to the Censornet box, and have it route through the m0n0wall. See their Bridging with IPCOP example: http://www.censornet.com/support/diags.php

If you wish, you can force all port 80 traffic through the Censornet box using some code like this in your config.xml on the m0n0wall where 192.168.1.x is the IP of your Censornet.

Search the mailing list archives for dansguardian, a similar product I believe.

<nat>
  <rule>
    <protocol>tcp</protocol>
    <external-port>80</external-port>
    <target>192.168.1.x</target>
    <local-port>8080</local-port>
    <interface>lan</interface>
    <descr>redirect HTTP to LAN HTTP Squid Proxy server</descr>
  </rule>
</nat>

HM.
« Reply #2 on: May 02, 2007, 10:42:38 »
getafix *
Posts: 23

Thanks for the reply,  Grin

I will check it out and post if I have any further queries.

Gareth
 
Pages: [1]
 
 
Powered by SMF 1.1.20 | SMF © 2013, Simple Machines