On 3 Jan 2001, at 4:08, George Metz wrote:
> Can we do this by defining strings?
>
> For example; if the high level definition were placed into the
> config util as:
>
> "I want my firewall to forward web connections from the world to
> my webserver."
>
> Could that be interpreted as:
>
> "I want <targetSystem> to <forward><80_tcp> from <extNet> to
> <192.168.0.15:80>."
>
> ..and the variables be defined as beginning setup questions, and
> then saved for future configs?
In another message I mentioned eforth. While FORTH has been
described as "write-only" it has the potential of being quite
readable. The creator of FORTH described his disgust with "login" as
a term, and proposed the FORTH wording he used, like so:
# I'M JOE
...how simple can THAT be?
So, I propose something like this, in a FORTH environment:
( at firewall )
PORT-FORWARD 80 FROM WORLD TO 192.168.0.15
I'm not sure how that would be implemented, but the term "WORLD"
sounds pretty good to me - means more than "ANY" and "EXTERNALNET"
and "INTERNET" and "REMOTE" put together.
--
David Douthitt
UNIX Systems Administrator
HP-UX, Linux, Unixware
[EMAIL PROTECTED]
_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/leaf-devel