diff options
| author | Katze Miau <miaukatzemiau@priveasy.de> | 2011-12-11 16:53:56 (GMT) | 
|---|---|---|
| committer | Katze Miau <miaukatzemiau@priveasy.de> | 2011-12-11 16:53:56 (GMT) | 
| commit | 87c1736b20995b246fa32c28e44c12c1e972f623 (patch) | |
| tree | 621cf24d09e55407455f3d419cca22a096729bff | |
| parent | 65c39ba8336b9efc1d76350ae27a18da6d51d5f6 (diff) | |
update documentation regarding robinson state, multiple HTTP instances
| -rw-r--r-- | doc/overview.org | 12 | 
1 files changed, 11 insertions, 1 deletions
| diff --git a/doc/overview.org b/doc/overview.org index 2a7973c..4189bac 100644 --- a/doc/overview.org +++ b/doc/overview.org @@ -58,7 +58,7 @@ digraph dsd {      - no DHCP (handled via BATMAN by GW nodes)  *** TODO Robinson      The node is in a cloud without working internet connection. -    - gw_mode=1, bandwidth = 0+epsilon +    - gw_mode=0      - random IP in 21.x.x.1      - DHCP range: 21.x.x.2 - 21.x.x.254      - fake DNS, resolving all A queries to a the Robinson net; host @@ -227,6 +227,16 @@ digraph {       redirection is set up via iptables     - after a certain time, the redirection is forgotten +** Multiple web servers +   Two uhttpd services with www root /www/<servicename> for the +   following purposes: +   - service :: self-service / debugging / status.xml +     - listening on port 80 of link-local IPv6 pf br-mesh and br-lan; +       public IPv6 of br-mesh; and gateway IPv4 (if existing) +   - redirection :: use for splash/robinson redirection +     - redirects all traffic to the URL given by +       /tmp/redirection_target +     - listening on port 81 gw/robinson IPv4  * Thoughts, Fragments, Questions    - VPN node takes part in batman mesh?      - no (memory intensive) NAT on mesh nodes | 
