🌐
网络基础设施管理
支持网络区域、网关、子网的完整管理,自动生成IP地址池,支持CIDR表示法,实现网络资源的集中化管理。
┌─────────────────────────────────────────┐
│ 前端 (Vue3) │
│ Vue3 + Pinia + TypeScript + Vite │
│ iOS 26设计风格 + Naive UI │
└──────────────┬──────────────────────────┘
│ HTTP/REST API
▼
┌─────────────────────────────────────────┐
│ 后端 (Go Gin) │
│ Gin + GORM + JWT + Zap Logger │
│ Service-Repository-Handler三层架构 │
└──────────────┬──────────────────────────┘
│
▼
┌─────────────────────────────────────────┐
│ 数据库 (MySQL/PostgreSQL) │
│ GORM ORM + 自动迁移 + 外键约束 │
└──────────────┬──────────────────────────┘
│
▼
┌─────────────────────────────────────────┐
│ 监控服务 + 扫描服务 + 探针系统 │
│ 实时监控 + ARP扫描 + 分布式扫描 │
└─────────────────────────────────────────┘系统支持两种 MAC 地址扫描模式:
模式一:主程序直接扫描(适合小型网络)
monitoring.enable_host_scanning = true模式二:分布式探针扫描(适合中大型网络)
monitoring.enable_host_scanning = false(默认)# 1. 下载程序(以 Linux amd64 为例)
wget https://download.liumou.site/ipam/server_linux_amd64 -O ipam-server
chmod +x ipam-server
# 2. 下载配置模板
wget https://download.liumou.site/ipam/config.example.toml -O config.toml
# 3. 编辑配置
vi config.toml
# 4. 启动服务
./ipam-server访问 快速开始指南 了解更多详情。
| 平台 | 服务端 | 探针客户端 |
|---|---|---|
| Linux amd64 | 下载 | 下载 |
| Linux arm64 | 下载 | 下载 |
| Windows amd64 | 下载 | 下载 |