13 Commits

Author SHA1 Message Date
Olaf
de583cf9ee Add comprehensive session closure documentation
Complete session archival for workspace transition to user olaf.

- Added SESSION_CLOSURE.md with full session summary
- Documented all git operations and verification results
- Included continuation instructions for new host
- Captured infrastructure details and disaster recovery procedures
- Preserved audit trail of all session activities

Session work complete and ready for workspace deletion.
2025-11-12 09:26:17 +00:00
Olaf
d861f7a98a Migrate infrastructure from as60284.net to photon.obnh.io
Infrastructure migration and session documentation for project transition.

Detailed changes:
- Reconfigured git remotes to new infrastructure
  - Primary: git.photon.obnh.io (AXSY/whois)
  - Mirror: git.proton.obr.sh (axsy/whois, automatic DR sync)
  - Removed: git.as60284.net (infrastructure deleted)
- Added comprehensive environment documentation (ENVIRONMENT.md)
  - Python 3.12.10 runtime details
  - Project structure and dependencies
  - Server configuration (mwhoisd)
  - Development workflow instructions
  - Continuation guide for user olaf
- Added migration documentation (MIGRATION.md)
  - Infrastructure comparison (old vs new)
  - Remote reconfiguration steps
  - Disaster recovery procedures
  - Verification checklist
- Added Gitea configuration (.gitea-config.md)
  - Primary, backup, and mirror instance details
  - API keys and access credentials
  - Repository organization structure
- Updated server logs (mwhois.log)
  - Latest query activity through 2025-07-31

Project state preserved for seamless continuation on new host.
All work can be resumed by cloning from git.photon.obnh.io.
2025-11-12 09:20:03 +00:00
Olaf Baumert
da3a1bb8f0 Initial commit: Migrate from external repo to internal employer repository without history 2025-10-07 21:52:41 +00:00
Olaf Baumert
c6cee03fd6 Added new SSUN Allocations for approved Applicants 2025-07-30 08:20:47 +00:00
Olaf Baumert
a322dddabb Added Semax AG AS 2:2:3 for SCION SSUN ISD76 2025-07-24 09:12:25 +00:00
Olaf Baumert
f4b43ce069 Added Litecom AG Labor AS 2:2:2 for SCION SSUN ISD76 2025-07-24 07:56:31 +00:00
Olaf Baumert
3a7987308a fix: Remove incorrect AS 60284 entry and add remove-as utility
- Removed AS 60284 which was accidentally added instead of 76-2:0:17
- Added remove-as script for programmatically removing AS entries
- Updated AS 2:0:17 with correct ISD 76 information

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-27 07:56:48 +00:00
Olaf Baumert
eae9aa895c Add WHOIS records for Axpo Systems AG (AS60284) EDGES for AXSY Services or Services for customers from AXSY Compute/Storage/etc. Ressources 2025-06-26 16:14:14 +00:00
Olaf Baumert
ec03d25270 Add WHOIS records for Alpiq AG (AS25090) and VSE (AS2:2:1) in Switzerland 2025-06-05 07:33:27 +00:00
Olaf Baumert
1a9be2c66d fix: Add decimal AS numbers for ISD 76 entries in BGP range
- AS 57676: Added decimal representation (57676)
- AS 33965: Added decimal representation (33965) and fixed typo (ASSIGEND -> ASSIGNED)
- AS 2:2:0: No decimal added as it exceeds BGP range (8,590,065,664 > 4,294,967,295)
2025-06-03 11:13:43 +00:00
Olaf Baumert
eeb538bcde fix: Correct SCION AS to decimal conversion logic
- Remove incorrect ISD:AS:Instance interpretation
- SCION AS format is three 16-bit hex values (48-bit total)
- Only convert to decimal if result is within BGP range (0 to 2^32-1)
- Example: 0:1:f = (0<<32) + (1<<16) + 15 = 65551
- AS numbers like 2:0:17 exceed BGP range and remain in hex format
2025-06-03 11:08:16 +00:00
Olaf Baumert
7f548110ff feat: Add automatic decimal AS number conversion for SCION AS entries
- Implement scion_as_to_decimal() function in both add-as and add-as-batch scripts
- Automatically converts SCION AS format (ISD:AS:Instance) to decimal when in BGP range
- Handles both ISD:AS:Instance format and colon-separated hex format
- Follows SCION AS numbering specification from https://github.com/scionproto/scion/wiki/ISD-and-AS-numbering
2025-06-03 11:04:25 +00:00
Olaf Baumert
34c631a06d Initial commit: mwhois with SCION AS support and decimal AS conversion
Based on mwhois by Antonios A. Chariton
Modifications for SCION AS support by Olaf Baumert, Axpo Systems AG
2025-06-03 11:01:02 +00:00