EntityDB in JSON format
Go to file
Thomas Arnoldus Theron 0a632648f7 🎉 For the sake of my sanity, just ignore this... 2021-06-23 17:02:50 +02:00
deavmi Update 'deavmi/networks' 2021-06-21 20:46:48 +02:00
minus Remove NonRouterIP and PublicKey 2021-06-03 18:21:24 +03:00
rany Remove NonRouterIP and PublicKey 2021-06-03 18:21:24 +03:00
rnb Remove NonRouterIP and PublicKey 2021-06-03 18:21:24 +03:00
thooms 🎉 For the sake of my sanity, just ignore this... 2021-06-23 17:02:50 +02:00
README.md Remove NonRouterIP and PublicKey 2021-06-03 18:21:24 +03:00

README.md

entitydb

EntityDB holds all network allocations and associated information.

Format

Firstly create an entry by creating a directory with your unique username, deavmi/ for example.

Networks

All network declarations are created as entries in the file deavmi/network as so:

[deavmi.home.network]
  # Required network information
  Prefix="fdd2:cbf2:61bd::/48"

  # For network connectivity tests
  RouterIP="fdd2:cbf2:61bd::1"

[deavmi.community.network1]
  # Required network information
  Prefix="fd08:8441:e254::/48"

  # For network connectivity tests
  RouterIP="fd08:8441:e254::1"

Services

All network services are declared within deavmi/services (file) like so:

[Web server]
  address="fdd2:cbf2:61bd::2"
  port=80
[Babel web]
  address="fdd2:cbf2:61bd::2"
  port=4444