美文网首页
解决steam无法访问

解决steam无法访问

作者: 我的小小笔尖 | 来源:发表于2023-11-19 14:37 被阅读0次
    1. 进入目录:
      C:\Windows\System32\drivers\etc

    2. 使用记事本打开文件:
      hosts

    3. 打开dos命令行窗口并执行如下命令:
      ping cdn.steamcommunity.com
      得到该域名对应的ip地址,例如:23.33.32.50

    C:\Users\winds>ping cdn.steamcommunity.com
    
    正在 Ping cdn.steamcommunity.com [23.33.32.50] 具有 32 字节的数据:
    来自 23.33.32.50 的回复: 字节=32 时间=50ms TTL=55
    来自 23.33.32.50 的回复: 字节=32 时间=45ms TTL=55
    来自 23.33.32.50 的回复: 字节=32 时间=47ms TTL=55
    来自 23.33.32.50 的回复: 字节=32 时间=49ms TTL=55
    
    23.33.32.50 的 Ping 统计信息:
        数据包: 已发送 = 4,已接收 = 4,丢失 = 0 (0% 丢失),
    往返行程的估计时间(以毫秒为单位):
        最短 = 45ms,最长 = 50ms,平均 = 47ms
    
    1. 在hosts文件中添加以下内容并保存:
      注意,ip地址需要替换为你ping到的ip地址
    23.33.32.50 valve.vo.llnwd.net
    23.33.32.50 cdn.steampowered.com
    23.33.32.50 cdn.store.steampowered.com
    23.33.32.50 cdn.steamcommunity.com
    23.33.32.50 media.steampowered.com
    
    1. 使用同样的ping命令获取以下域名对应的ip地址并更新到hosts文件中
      ping store.steampowered.com
      ping steamcommunity.com

    2. 在dos窗口使用如下命令刷新dns:
      ipconfig /flushdns

    C:\Users\winds>ipconfig /flushdns
    
    Windows IP 配置
    
    已成功刷新 DNS 解析缓存。
    

    相关文章

      网友评论

          本文标题:解决steam无法访问

          本文链接:https://www.haomeiwen.com/subject/qohmwdtx.html