Changes between Version 1 and Version 2 of Topology


Ignore:
Timestamp:
11/24/13 19:52:46 (10 years ago)
Author:
JoshC
Comment:

update p2p example to be functional

Legend:

Unmodified
Added
Removed
Modified
  • Topology

    v1 v2  
    5050
    5151Example server config snippit:
     52,,Note that in this example, the server consumes the 10.8.0.0/30 network, with the remaining 63 available /30's available for use by clients.,,
    5253{{{
    5354--dev tun
     
    7071
    7172Example server config snippit:
     73,,Note that the --server helper directive cannot be used here; neither can --ifconfig-pool; addressing must be static.,,
    7274{{{
    7375--dev tun
    7476--topology p2p
    75 --server 10.8.0.0 255.255.255.0
     77--push "topology p2p"
     78--mode server
     79--tls-server
     80--ifconfig 10.8.0.1 10.8.0.0
    7681}}}
    7782