Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
splash_einrichten [2013/09/06 18:26] mwarning |
splash_einrichten [2014/07/21 19:23] |
||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | **Installation von Nodogsplash** | ||
- | |||
- | Eine Splashseite ist nicht nötig; kann aber sinnvoll sein um Dauerbenutzer auszubremsen solange | ||
- | kein traffic-shaping verwendet wird. | ||
- | |||
- | Einfach ein aktuelles [[https:// | ||
- | und die Konfigurationsdateien/ | ||
- | |||
- | **Konfiguration von nodogsplash** | ||
- | |||
- | Für die Konfigurationsdatei | ||
- | |||
- | # | ||
- | # Nodogsplash Configuration File | ||
- | # | ||
- | # For the config file documentation along with examples look at | ||
- | # the default configuration file of the nodogsplash package: | ||
- | # https:// | ||
- | # | ||
- | # For the general documentation look here: | ||
- | # http:// | ||
- | | ||
- | GatewayInterface be-mesh | ||
- | | ||
- | FirewallRuleSet preauthenticated-users { | ||
- | FirewallRule allow tcp port 53 | ||
- | FirewallRule allow udp port 53 | ||
- | } | ||
- | | ||
- | EmptyRuleSetPolicy authenticated-users passthrough | ||
- | EmptyRuleSetPolicy users-to-router passthrough | ||
- | EmptyRuleSetPolicy trusted-users allow | ||
- | EmptyRuleSetPolicy trusted-users-to-router passthrough | ||
- | | ||
- | MaxClients 80 | ||
- | ClientIdleTimeout 30 | ||
- | ClientForceTimeout 240 | ||
- | |||
- | Der Inhalt von / | ||
- | Siehe hier: https:// |