Gordon,
Just reading through more of the diald filters:

# If you are running named, then it will send data across the link
# periodically to synchronize against other domain name servers.
# Since this can happen at any time, it is undesirable to keep the
# link up for it. Therefore, we ignore any tcp traffic from or to a
# domain name server.

         $OUT .= "ignore tcp tcp.dest=tcp.domain\n";
         $OUT .= "ignore tcp tcp.source=tcp.domain\n";

This indicated the the diald won't hold the line for DNS syncsbut it 
prevent DNS syncs from bring up the line?

How often does SME DNS try update?

Oh wait....

# Bring up the network for domain requests:

         $OUT .= "accept udp 30 udp.dest=udp.domain \n";
         $OUT .= "accept udp 30 udp.source=udp.domain\n";

It does....

Gordon Rowell wrote:

> On Mon, Jul 15, 2002 at 10:25:09AM -0400, Gordon Rowell <[EMAIL PROTECTED]> wrote:
> 
>>[...]
>>Other regimes have:
>>
>>- no per call flagfall
>>- untimed local calls
>>[...]
>>
> 
> Here's a good exercise which will help us determine what could be tuned
> and how - fill out the following tables (in text please) for your 
> environment. 
> 
> I think Brandon has volunteered to collate the information :-)
> 
> Protocols
> ---------
>   HTTP: I do/don't want this to dial-on-demand
>   SMTP: I don't want this to dial-on-demand, but be scheduled
>   SMB:  I never want this to trigger a dialout
>   ...and so on for all other protocols (at least those in diald.filter)
>   default: I do/don't want anything else to trigger a dialout
> 
> Charging
> --------
>   - Each call costs me $0.xx
>   - It costs me $0.yy per minute to stay online
>   - Ideally, by my country's charging regime, we'd stay online for up to, but
>   not exceeding, z minutes
> 
> Gordon
> --
>  Gordon Rowell                         [EMAIL PROTECTED]
>  Director, Engineering
>  Network Server Solutions Group        http://www.e-smith.com/
>  Mitel Networks Corporation            http://www.mitel.com/
> 
> 
> --
> Please report bugs to [EMAIL PROTECTED]
> Please mail [EMAIL PROTECTED] (only) to discuss security issues
> Support for registered customers and partners to [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org
> 
> 


-- 

Regards
Brandon Friedman
Cell:083 408 7840
E-mail: [EMAIL PROTECTED]
www.bfconsult.co.za


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org

Reply via email to