On Mon, Sep 29, 2003 at 04:09:17PM +0200, Tom Danielsen wrote:
> 
> Hello,
> is there an easy-to-implement way to have the gateway authenticate
> each outbound connection?  Somewhat like authpf, but
>     1. authenticate to gateway
>     2. gateway adds rule
>     3. one (1) outbound connection
>     4. gateway removes the rule, but keeps the state entries

not really, but you can come close. by making the rule something like

  pass in from $USER_IP keep state(max 1)

you limit the number of (concurrent) state entries from that rule to one.

-- 
Henning Brauer, BS Web Services, http://bsws.de
[EMAIL PROTECTED] - [EMAIL PROTECTED]
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)

Reply via email to