Changeset 1224 for trunk/wifidog/wifidog.conf
- Timestamp:
- 04/27/07 13:15:47 (5 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog/wifidog.conf (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog/wifidog.conf
r1162 r1224 18 18 # Optional 19 19 # 20 # Set this to the external interface. Typically vlan1 for OpenWrt, and eth0 or ppp0 otherwise, 20 # Set this to the external interface (the one going out to the Inernet or your larger LAN). 21 # Typically vlan1 for OpenWrt, and eth0 or ppp0 otherwise, 21 22 # Normally autodetected 22 23 … … 27 28 # Mandatory 28 29 # 29 # Set this to the internal interface. Typically br0 for OpenWrt, and eth1 otherwise 30 # Set this to the internal interface (typically your wifi interface). 31 # Typically br0 for OpenWrt, and eth1, wlan0, ath0, etc. otherwise 30 32 31 33 GatewayInterface eth1 … … 35 37 # Optional 36 38 # 37 # Set this to the internal IP address of the gateway 39 # Set this to the internal IP address of the gateway. Not normally required. 38 40 39 41 # GatewayAddress 192.168.1.1 … … 65 67 # Path / 66 68 #} 67 68 # Parameter: Portal69 # Default: none70 # Optional71 #72 # Set this to a URL for your portal, if you run without an auth server73 # Portal http://www.ilesansfil.org/74 69 75 70 # Parameter: Daemon … … 144 139 # Used for rules to be applied to all other rulesets except locked. 145 140 FirewallRuleSet global { 146 # This is the default config for the Teliphone service. 141 ## To block SMTP out, as it's a tech support nightmare, and a legal liability 142 #FirewallRule block tcp port 25 143 144 ## Use the following if you don't want clients to be able to access machines on 145 ## the private LAN that gives internet access to wifidog. Note that this is not 146 ## client isolation; The laptops will still be able to talk to one another, as 147 ## well as to any machine bridged to the wifi of the router. 148 # FirewallRule block to 192.168.0.0/16 149 # FirewallRule block to 172.16.0.0/12 150 # FirewallRule block to 10.0.0.0/8 151 152 ## This is an example ruleset for the Teliphone service. 147 153 #FirewallRule allow udp to 69.90.89.192/27 148 154 #FirewallRule allow udp to 69.90.85.0/27 149 155 #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 liability151 #FirewallRule block tcp port 25152 156 } 153 157
