On Sun, 23 Jan 2005 19:28:06 -0500, Jason Lane <jason at deafwv dot org> wrote:
> Is it possible to group external addresses into a variable as a
> source...example
>
> I have the following external addresses (not real only examples)
>
> 216.127.218.69
> 117.235.67.2
> 114.32.94.10
>
> and i want only them 3 addresses to be able to access my mailserver on
> 192.168.0.253
>
> can i do somethng similiar to this if i can get like ssh access or
> something to m0n0wall
>
> $mailAllowedIP = array(216.127.218.69,117.235.67.2,114.32.94.10)
>
No. IPFilter, the firewall software used, doesn't support
arrays/groups/lists in the current stable version. It does in the
next version, but I have no idea when that will be stable enough for
widespread production use.
-Chris |