搜索内容

最新文章

  • 系统运维

    域环境中壁纸无法显示排查

    1.reg query "HKCU\Control Panel\Desktop" /v Wallpaper 注册列表查看本地壁纸路径是否正确 查看组策略是否有壁纸相关策略,在user configuration中 2. gpres……
    editor 今天
  • 网络运维

    IBGP RR防环

    AS 65000 IBGP IBGP ┌─────────────────────────────┐ │ ……
    editor 今天
  • 系统运维

    IBGP 传递路由时,不修改 AS_PATH

    为什么 IBGP 不加 AS? 因为 IBGP 邻居本来就在同一个 AS里面。 例如: AS 65002 ┌──────────────────┐ │ ……
    editor 2026-09-07
  • 系统运维

    CA 证书过期处理

    1.备份现有CA数据、私钥 和注册表 certutil -backupdb D:\ADCSBackup\Database certutil -backupKey D:\ADCSBackup reg export "HKLM\SYSTEM\CurrentControlSe……
    editor 2026-08-26
  • 网络运维

    BGP 选路控制和OSP重分布

    local-preference 控制出口,注意的是从不同出口收到目标,从而在进入的端口修改local-preference影响从哪个出口出去,不能凭空创建本地网段出去选路。 as-pa……
    editor 2026-08-18
  • 网络运维

    ENE-NG关联CRT

    如果你的 SecureCRT 确实安装在: C:\Users\heytea\AppData\Local\VanDyke Software\SecureCRT\SecureCRT.exe 保存为 eve-secu……
    editor 2026-08-10
  • 网络运维

    代理软件工作逻辑

    用户输入 https://www.google.com │ ▼ getaddrinfo("www.google.com") │ hosts 命中 │ 得到 8.8.8.8 │ TCP connect(8.8.8.8:443) │ TLS ClientHello SNI = www……
    editor 2026-08-07
  • 未分类

    AD域查看DC认证记录

    安全日志(首选):查看 4768(TGT)、4769(服务票据)、4776(NTLM),能够确认认证请求是否到达这台 DC。 $event = Get-WinEvent -FilterHashtable @{ LogN……
    editor 2026-07-14
  • 网络运维

    pdns+dnsdist+geosite 海外解析分流

    geosite 每天更新site脚本,因为海外站点多,我们更新cn站点 update_geosite 安装dnsdist和pdns-recursor dnsdist配置如下: dnsdist pdns配置如下: forward-……
    editor 2026-07-13
  • 网络运维

    AD域更改用户登录名

    核心是sid powershell查看:get-aduser  旧 修改UPN和SAMA   Get-ADUser old | Set-ADUser ` -UserPrincipalName new@xx.com Get-ADUser old | Set-ADUse……
    editor 2026-05-22