Show
Ignore:
Timestamp:
01/06/07 18:51:02 (5 years ago)
Author:
benoitg
Message:
  • Documentation update in the code
  • Released 1.1.3_beta6
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/wifidog.conf

    r935 r1162  
    44# Parameter: GatewayID 
    55# Default: default 
    6 # Optional but essential for monitoring purposes 
     6# Optional 
    77# 
    8 # Set this to the template ID on the auth server 
    9 # this is used to give a customized login page to the clients 
    10 # If none is supplied, the mac address of the GW interface will be used, 
     8# Set this to the node ID on the auth server 
     9# this is used to give a customized login page to the clients and for 
     10# monitoring/statistics purpose 
     11# If none is supplied, the mac address of the GatewayInterface interface will be used, 
    1112# without the : separators 
    1213 
     
    1718# Optional 
    1819# 
    19 # Set this to the external interface.  Typically vlan1 for OpenWrt, and eth0 or ppp0 otherwise 
     20# Set this to the external interface.  Typically vlan1 for OpenWrt, and eth0 or ppp0 otherwise, 
     21# Normally autodetected 
    2022 
    2123# ExternalInterface eth0 
     
    6466#} 
    6567 
    66 #AuthServer { 
    67 #    Hostname auth3.ilesansfil.org 
    68 #    SSLAvailable yes 
    69 #    Path / 
    70 #} 
    71  
    7268# Parameter: Portal 
    7369# Default: none 
     
    109105# Optional 
    110106# 
    111 # How many seconds should we wait between timeout checks 
    112 CheckInterval 60 
     107# How many seconds should we wait between timeout checks.  This is also 
     108# how often the gateway will ping the auth server and how often it will 
     109# update the traffic counters on the auth server.  Setting this too low 
     110# wastes bandwidth, setting this too high will cause the gateway to take  
     111# a long time to switch to it's backup auth server(s). 
     112 
     113# CheckInterval 60 
    113114 
    114115# Parameter: ClientTimeout 
     
    142143#  
    143144# Used for rules to be applied to all other rulesets except locked. 
    144 # This is the default config for the Teliphone service. 
    145145FirewallRuleSet global { 
    146     FirewallRule allow udp to 69.90.89.192/27 
    147     FirewallRule allow udp to 69.90.85.0/27 
    148     FirewallRule allow tcp port 80 to 69.90.89.205 
     146    # This is the default config for the Teliphone service. 
     147    #FirewallRule allow udp to 69.90.89.192/27 
     148    #FirewallRule allow udp to 69.90.85.0/27 
     149    #FirewallRule allow tcp port 80 to 69.90.89.205 
     150    # To block SMTP out, as it's a tech support nightmare, and a legal liability 
     151    #FirewallRule block tcp port 25 
    149152} 
    150153 
     
    153156# Used for new users validating their account 
    154157FirewallRuleSet validating-users { 
    155     FirewallRule block tcp port 25 
    156158    FirewallRule allow to 0.0.0.0/0 
    157159}