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
- You will need Python3 and git installed.
- Download this release.
pip install -r requirements.txt
- Copy your ACL policy into the contents of the example
policy.hujson
- Edit
create-network-map.py
and changeCOMPANY_DOMAIN="example.com"
to your actual company domain
Execution
- Run
python create-network-map.py
to generate your network map. It should produce an updatednetwork_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