Skip to content

Initial POC Release - create-network-map.py

Latest
Compare
Choose a tag to compare
@SimplyMinimal SimplyMinimal released this 04 Jul 14:14

This release contains the first proof-of-concept version of the create-network-map.py tool. To execute this, do the following:

Initial Set Up

  1. You will need Python3 and git installed.
  2. Download this release.
  3. pip install -r requirements.txt
  4. Copy your ACL policy into the contents of the example policy.hujson
  5. Edit create-network-map.py and change COMPANY_DOMAIN="example.com" to your actual company domain

Execution

  1. Run python create-network-map.py to generate your network map. It should produce an updated network_topology.html file that you can open in your browser.

You can filter down to specific groups or nodes using the filter bar at the top or by clicking on a node on the graph.

Full Changelog: https://github.com/SimplyMinimal/tailscale-network-topology-mapper/commits/v0.0.1