Changeset 1162 for trunk/wifidog/wifidog.conf
- Timestamp:
- 01/06/07 18:51:02 (5 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog/wifidog.conf (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog/wifidog.conf
r935 r1162 4 4 # Parameter: GatewayID 5 5 # Default: default 6 # Optional but essential for monitoring purposes6 # Optional 7 7 # 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, 11 12 # without the : separators 12 13 … … 17 18 # Optional 18 19 # 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 20 22 21 23 # ExternalInterface eth0 … … 64 66 #} 65 67 66 #AuthServer {67 # Hostname auth3.ilesansfil.org68 # SSLAvailable yes69 # Path /70 #}71 72 68 # Parameter: Portal 73 69 # Default: none … … 109 105 # Optional 110 106 # 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 113 114 114 115 # Parameter: ClientTimeout … … 142 143 # 143 144 # Used for rules to be applied to all other rulesets except locked. 144 # This is the default config for the Teliphone service.145 145 FirewallRuleSet 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 149 152 } 150 153 … … 153 156 # Used for new users validating their account 154 157 FirewallRuleSet validating-users { 155 FirewallRule block tcp port 25156 158 FirewallRule allow to 0.0.0.0/0 157 159 }
