<?xml version="1.0"?>
<m0n0wall>
	<version>1.4</version>
	<system>
		<hostname>m0n0wall</hostname>
		<domain>pachai.net</domain>
		<dnsallowoverride/>
		<username>admin</username>
		<password>Areyoukidding?</password>
		<timezone>America/New_York</timezone>
		<time-update-interval>300</time-update-interval>
		<timeservers>pool.ntp.org</timeservers>
		<webgui>
			<protocol>http</protocol>
			<port/>
		</webgui>
		<dnsserver>216.254.95.2</dnsserver>
		<dnsserver>216.231.41.2</dnsserver>
	</system>
	<interfaces>
		<lan>
			<if>sis0</if>
			<ipaddr>10.248.18.1</ipaddr>
			<subnet>24</subnet>
		</lan>
		<wan>
			<if>sis1</if>
			<mtu/>
			<blockpriv/>
			<spoofmac/>
			<ipaddr>10.248.57.18</ipaddr>
			<subnet>24</subnet>
			<gateway>10.248.57.1</gateway>
		</wan>
		<opt1>
			<descr>OPT1</descr>
			<if>wi0</if>
			<wireless>
				<mode>hostap</mode>
				<ssid>18.pachai.net</ssid>
				<stationname/>
				<channel>6</channel>
				<wep/>
			</wireless>
			<ipaddr>10.248.19.1</ipaddr>
			<subnet>24</subnet>
			<bridge/>
			<enable/>
		</opt1>
	</interfaces>
	<staticroutes/>
	<pppoe/>
	<pptp/>
	<bigpond/>
	<dyndns>
		<type>dyndns</type>
		<username/>
		<password/>
		<host/>
		<mx/>
	</dyndns>
	<dhcpd>
		<lan>
			<enable/>
			<range>
				<from>192.168.1.100</from>
				<to>192.168.1.199</to>
			</range>
		</lan>
		<opt1>
			<range>
				<from>10.248.19.200</from>
				<to>10.248.19.250</to>
			</range>
			<defaultleasetime>1200</defaultleasetime>
			<maxleasetime>3600</maxleasetime>
			<enable/>
		</opt1>
	</dhcpd>
	<pptpd>
		<mode/>
		<redir/>
		<localip/>
		<remoteip/>
	</pptpd>
	<dnsmasq>
		<enable/>
	</dnsmasq>
	<snmpd>
		<syslocation/>
		<syscontact/>
		<rocommunity>public</rocommunity>
	</snmpd>
	<diag>
		<ipv6nat>
			<ipaddr/>
		</ipv6nat>
	</diag>
	<bridge/>
	<syslog/>
	<nat/>
	<filter>
		<rule>
			<type>pass</type>
			<interface>wan</interface>
			<protocol>icmp</protocol>
			<source>
				<any/>
			</source>
			<destination>
				<address>10.248.57.18</address>
			</destination>
			<descr>PINGs on WAN</descr>
		</rule>
		<rule>
			<type>pass</type>
			<interface>wan</interface>
			<protocol>tcp</protocol>
			<source>
				<any/>
			</source>
			<destination>
				<address>10.248.57.18</address>
			</destination>
			<descr>ANYTHING GOES ON WAN - TEST</descr>
		</rule>
		<rule>
			<type>pass</type>
			<interface>wan</interface>
			<protocol>tcp</protocol>
			<source>
				<any/>
			</source>
			<destination>
				<address>10.248.57.18</address>
				<port>443</port>
			</destination>
			<descr>https on WAN</descr>
		</rule>
		<rule>
			<type>pass</type>
			<interface>wan</interface>
			<protocol>tcp</protocol>
			<source>
				<any/>
			</source>
			<destination>
				<address>10.248.57.18</address>
				<port>80</port>
			</destination>
			<descr>http on WAN</descr>
		</rule>
		<rule>
			<type>pass</type>
			<interface>opt1</interface>
			<protocol>icmp</protocol>
			<source>
				<any/>
			</source>
			<destination>
				<address>10.248.19.1</address>
			</destination>
			<descr>PINGs on WLAN</descr>
		</rule>
		<rule>
			<type>pass</type>
			<interface>opt1</interface>
			<protocol>tcp</protocol>
			<source>
				<any/>
			</source>
			<destination>
				<address>10.248.19.1</address>
				<port>80</port>
			</destination>
			<descr>http on wlan</descr>
		</rule>
		<rule>
			<type>pass</type>
			<interface>opt1</interface>
			<protocol>tcp</protocol>
			<source>
				<any/>
			</source>
			<destination>
				<address>10.248.19.1</address>
				<port>443</port>
			</destination>
			<descr>https on wlan</descr>
		</rule>
		<rule>
			<type>pass</type>
			<descr>Default LAN -&gt; any</descr>
			<interface>lan</interface>
			<source>
				<network>lan</network>
			</source>
			<destination>
				<any/>
			</destination>
		</rule>
	</filter>
	<shaper/>
	<ipsec/>
	<aliases/>
	<proxyarp/>
	<wol/>
</m0n0wall>