🖥 WinDHCPD 管理面板

Windows DHCP 服务器 — 实时监控

{{ stats.get("DISCOVER", 0) }}
DISCOVER
{{ stats.get("REQUEST", 0) }}
REQUEST
{{ count_total }}
租约总数
{{ count_active }}
活跃租约
{{ stats.get("NAK", 0) }}
NAK (拒绝)
{% for sc in scopes %}

{{ sc.name }} {% if not sc.enable %}禁用{% endif %}

网段: {{ sc.network }}
地址池: {{ sc.start_ip }} → {{ sc.end_ip }}
网关: {{ sc.router or "—" }}
DNS: {{ ", ".join(sc.dns_servers) or "—" }}
租期: {{ sc.lease_seconds }}s
{% endfor %}
{% if bindings %}

静态绑定

{% for b in bindings %} {% endfor %}
MACIP作用域主机名
{{ b.mac_display }}{{ b.ip }}{{ b.scope_name or "—" }}{{ b.hostname or "—" }}
{% endif %}

租约列表

{% for l in leases %} {% endfor %}
MACIP主机名状态到期
{{ l.mac }} {{ l.ip }} {{ l.hostname or "—" }} {% if l.is_active %}活跃{% else %}已过期{% endif %} {{ l.expires_at }}
自动刷新: 5s