Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
9a2136f
feat: add mock ISP upstream with decoupled deployment modes
Pablomonte Nov 3, 2025
cdd9d23
fix: pass ISP variables to protocols.conf template rendering
Pablomonte Nov 3, 2025
b5ca495
fix: include filters.conf before protocols.conf in bird.conf
Pablomonte Nov 3, 2025
69fa446
fix: assign static IP to tinc1 in isp-net to avoid conflict
Pablomonte Nov 3, 2025
2215359
fix: correct YAML syntax for tinc1 networks config
Pablomonte Nov 3, 2025
74d640a
fix: ISP deployment bugs - BIRD 2.x syntax and Docker network conflict
Pablomonte Nov 3, 2025
4dcbf1d
test: improve ISP integration test suite reliability
Pablomonte Nov 3, 2025
14fe1e8
refactor: restructure to single border router with ISP multi-homing
Pablomonte Nov 10, 2025
bec2518
feat: add macvlan support for external ISP connectivity
Fede654 Nov 10, 2025
5f021d0
feat: add docker-compose override for external ISP via macvlan
Fede654 Nov 10, 2025
ac6346c
feat: add make targets for external ISP deployment
Fede654 Nov 10, 2025
354def9
docs: add external ISP integration guide
Fede654 Nov 10, 2025
407282c
docs: add external ISP integration section to README
Fede654 Nov 10, 2025
ac53905
docs: update for multi-homing architecture
Pablomonte Nov 10, 2025
69c3a4b
feat: restore validated ISP node configuration for external connectivity
Fede654 Nov 10, 2025
3e79ae0
refactor: preserve upstream dual-link ISP as experimental
Fede654 Nov 10, 2025
375b963
Merge branch 'Pablomonte:development' into development
Fede654 Nov 11, 2025
5130c9f
docs: Add hardware test documentation for physical device setup
Nov 11, 2025
68e60c4
Merge pull request #3 from Santiagocetran/hardware-test-docs
Pablomonte Nov 11, 2025
a45aeda
docs: Update hardware test documentation to use Docker
Nov 11, 2025
6b954b7
Merge pull request #4 from Santiagocetran/hardware-test-docs
Pablomonte Nov 11, 2025
978db3e
updates in documentation and config files to set the first hardware t…
Santiagocetran Nov 28, 2025
2aa7966
docker compose for laptop1 fixed
Santiagocetran Nov 30, 2025
ba5e5a8
docker compose for laptop2
Nov 30, 2025
52d262f
✅ Hardware test results: BGP + TINC mesh successful
Santiagocetran Nov 30, 2025
14f1fe7
final RESULTS.md version
Santiagocetran Nov 30, 2025
9eb21d3
refactor: reorganize docker-compose files for hardware test
Nov 30, 2025
1a5fe32
report with the technical topics to study from this project
Dec 1, 2025
67b034d
fixes in docker-compose
Santiagocetran Dec 1, 2025
cb63095
organization and refactoring of obsolete files - clean architecture
Santiagocetran Dec 1, 2025
18e988c
organization and refactoring of obsolete files - clean architecture
Santiagocetran Dec 1, 2025
29f3ac8
Merge pull request #5 from Santiagocetran/development
Pablomonte Dec 1, 2025
89520ff
first doc files and docker-compose fordeploy with netmaker
Dec 2, 2025
c6891b3
Restructure for BGP + Netmaker minimal setup
Dec 2, 2025
516f351
Fix Netmaker setup: add Caddy TLS proxy, update docs
Pablomonte Dec 4, 2025
2273c91
fix(laptop-mesh): add custom CA certificate support
Pablomonte Dec 4, 2025
1665863
docs(laptop-mesh): include example CA certificate
Pablomonte Dec 8, 2025
a88de3e
Separate netmaker core deploy.
Fede654 Dec 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .env.example

This file was deleted.

5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
rsa_key.priv
hosts/

# TLS certificates (generated)
# Note: Certificate files in deploy/*/certs/ are tracked for documentation
*.key
*.pem

# IDE
.vscode/
.idea/
Expand Down
Binary file removed .playwright-mcp/grafana-dashboard-working.png
Binary file not shown.
296 changes: 0 additions & 296 deletions Arquitectura.md

This file was deleted.

Loading
Loading