Changeset 422 for trunk/wifidog/wifidog.conf
- Timestamp:
- 02/03/05 16:25:33 (7 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog/wifidog.conf (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog/wifidog.conf
r306 r422 14 14 # Parameter: ExternalInterface 15 15 # Default: NONE 16 # Mandatory16 # Optional 17 17 # 18 18 # Set this to the external interface. Typically vlan1 for OpenWrt, and eth0 or ppp0 otherwise 19 19 20 ExternalInterface eth020 # ExternalInterface eth0 21 21 22 22 # Parameter: GatewayInterface … … 29 29 30 30 # Parameter: GatewayAddress 31 # Default: NONE32 # Mandatory31 # Default: Find it from GatewayInterface 32 # Optional 33 33 # 34 34 # Set this to the internal IP address of the gateway 35 35 36 GatewayAddress 192.168.1.136 # GatewayAddress 192.168.1.1 37 37 38 38 # Parameter: AuthServMaxTries
