On 9/12/07, Sven Brill <madde at gmx dot net> wrote:
>
> P.S.: was that the full config.xml you posted or did you omit anything
> besides password hashes? I am just curious because I am either blind or
> I need a drink, but I don't see the firewall rule.
>
It's just two rules, an allow all on WAN and LAN:
<rule>
<type>pass</type>
<interface>wan</interface>
<source>
<any/>
</source>
<destination>
<any/>
</destination>
<descr/>
</rule>
<rule>
<type>pass</type>
<interface>lan</interface>
<source>
<any/>
</source>
<destination>
<any/>
</destination>
<descr/>
</rule>
-Chris |