Show
Ignore:
Timestamp:
02/03/05 16:25:33 (7 years ago)
Author:
aprilp
Message:

* Ping the users everytime we check their counters, that way we keep them alive
* Optional ExternalInterface?
* Optional GatewayAddress? (we discover it. finally.)
* We check for the traffic from the clients to the firewall, to catch the traffic the icmp ping is generating
* Bumped to alpha7

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog/wifidog.conf

    r306 r422  
    1414# Parameter: ExternalInterface 
    1515# Default: NONE 
    16 # Mandatory 
     16# Optional 
    1717# 
    1818# Set this to the external interface.  Typically vlan1 for OpenWrt, and eth0 or ppp0 otherwise 
    1919 
    20 ExternalInterface eth0 
     20# ExternalInterface eth0 
    2121 
    2222# Parameter: GatewayInterface 
     
    2929 
    3030# Parameter: GatewayAddress 
    31 # Default: NONE 
    32 # Mandatory 
     31# Default: Find it from GatewayInterface 
     32# Optional 
    3333# 
    3434# Set this to the internal IP address of the gateway 
    3535 
    36 GatewayAddress 192.168.1.1 
     36# GatewayAddress 192.168.1.1 
    3737 
    3838# Parameter: AuthServMaxTries