Hi Folks

I decided to make some changes on my client SME server.

I edited the diald.filter fragments directly! (I will do a custom 
template after testing)

MAKE BACKUPS OF THE FILES:
cd /etc/e-smith/templates/etc/diald.filter/
20office  40outside  60weekend

I edited each one :
  #--------------------------------------------------
         # "short" policy: HTTP transfers get 3 minutes,
         # everything else gets 30 seconds.
         #--------------------------------------------------

         my $httpHold  = 180;
         my $otherHold = 30;

I change the 30 to 120 (seconds), I use short connection option!

Next:
  # Bring up the network for netbios requests,
         # except between netbios servers:
  $OUT .= "accept udp 30 udp.dest=udp.netbios-ns\n";
  $OUT .= "accept udp 30 udp.source=udp.netbios-ns\n";

I deleted these 2 lines above and then these six:

  $OUT .= "ignore udp udp.dest=udp.netbios-ns\n";
  $OUT .= "ignore udp udp.source=udp.netbios-ns\n";
  $OUT .= "ignore udp udp.dest=udp.netbios-dgm\n";
  $OUT .= "ignore udp udp.source=udp.netbios-dgm\n";
  $OUT .= "ignore udp udp.dest=udp.netbios-ssn\n";
  $OUT .= "ignore udp udp.source=udp.netbios-ssn\n";

Then save the files.
Run:
/sbin/e-smith/expand-template /etc/diald.filter
Then restart diald:
/etc/init.d/diald restart

Let me know your results?
-- 

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