从内网到公网:手把手教你打通Cloud Studio基础性的任督二脉
00 分钟
2025-2-6
2025-2-23
类型
状态
日期
链接
摘要
标签
分类
图标
密码
😀 腾讯云Cloud Studio 每月免费使用 10000 分钟!大善人之举。但基础性默认没有端口映射功能,导致部署的服务无法正常进行调用测试,今天记录下几种常见的内网穿透方案,在官方没有补齐这块能力的情况下可以进行开发调用和测试。

1 🔥 方案一:自建内网穿透FRP

如果自己有服务器并且有公网IP地址的情况下,推荐使用这种方案,可以精准控制以及达到更加灵活的设置。 本文主要介绍的项目是VaalaCat/frp-panel,此外djylb/nps也是一个不错的选择。

1.1 部署过程

  1. 使用工具登录VPS服务器上。
  1. 下载安装程序
    1. notion image
  1. 设置执行权限
    1. 配置systemd启动文件
      1. 启动程序
        1. 检查程序
          1. 使用{公网IP:9000}在浏览器上访问。
            1. notion image
          1. 在左下角点击注册,第一个注册上的则是管理员。
            1. notion image
          1. 注册后使用管理员身份登录面板。
            1. notion image
              notion image
          1. 初始化当前面板所在节点服务,在“服务器”页面右边三个点,点击“修改服务端配置”,打开服务端配置页面后。
            1. notion image
          1. 打开“高级模式”开关,在“节点default的备注”位置填写节点名称后点击“提交”。
            1. notion image
          1. 检查配置状态。
            1. notion image
          1. 创建客户端
            1. notion image
          1. 修改客户端配置,新建隧道。
            1. notion image
              notion image
              notion image
              • 本地端口:需要穿透的端口号。
              • 转发地址:需要穿透的内网地址,可以是127.0.0.1也可以是客户端所在电脑能连接的其他网络。
              • 远端端口:服务器侧映射端口号。
              notion image
          1. 查看配置是否生效
            1. notion image
          1. 安装客户端
            1. notion image
              下载地址:https://github.com/VaalaCat/frp-panel/releases/download/v0.1.6/frp-panel-client-linux-amd64
          1. 复制运行命令
            1. notion image

          1.2 IDE使用

          1. 打开Cloud Studio网站并登录。
          1. 点击基础性工作空间,打开IDE网站。
            1. notion image
          1. 先启动项目,这里以ComfyUI为例,待显示GUI go to: http://127.0.0.1:8188则表示启动完成。
            1. notion image
          1. 下载穿透程序。
            1. notion image
          1. 赋予执行权限
            1. notion image
          1. 启动穿透,显示start proxy success则表示启动成功。
            1. notion image
          1. FRPP面板查看运行情况。
            1. notion image

          1.3 项目验证

          notion image

          2 🖥️方案二:使用cloudflare的Zero Trust(推荐)

          CF会有延迟,只能说够用

          2.1 配置过程

          1. 打开Cloudflare | Web Performance & Security网站,如果没有账号则注册一个,有账号则直接登录。(大大大善人网站,应该都注册了把。)
            1. notion image
          1. 添加域名到CF网站中。(这里不多介绍了,网上一大堆)
            1. notion image
          1. 左侧菜单-Zero Trust-网络-Tunnes
            1. notion image
          1. 在弹出的界面中选择“网络”>“Tunnels”,点击“创建隧道”
            1. notion image
          1. 选择隧道类型,选择“选择Cloudflared”
            1. notion image
          1. 为隧道创建一个名字
            1. notion image
          1. 操作系统选择“Debian”,架构选择"64-bit"
            1. notion image
          1. 先复制命令到记事本,拉到最底部,选择“下一步”。
            1. notion image
          1. 创建映射地址。
            1. notion image

          2.2 IDE使用

          1. 打开Cloud Studio网站并登录。
          1. 点击基础性工作空间,打开IDE网站。
            1. notion image
          1. 先启动项目,这里以ComfyUI为例,待显示GUI go to: http://127.0.0.1:8188则表示启动完成。
            1. notion image
          1. 执行穿透命令。
            1. notion image
          1. cloudflare面板查看运行情况。
            1. notion image

          2.3 项目验证

          notion image

          3 🚀 方案三:使用其他穿透网站服务

          注:本排名以低价为主并且有一定的主观性,请理性看待
          序号
          网站名称
          网址
          优点
          缺点
          1
          ChmlFrp
          1.无限流量2. 8条隧道3. 可白嫖会员 会员价格便宜 有永久会员
          有时不稳定
          2
          星河内网穿透
          1.无限流量2. 1000M默认上下限 (无上下限 不过主要看隧道的上下限)3.无会员
          只有5条隧道
          3
          乐青映射
          1.无限流量2.无会员
          隧道只有3条
          4
          木函内网穿透
          1. 流量便宜 (1元100g)2.无限隧道 (应该)
          网站不完善
          5
          干草Frp
          1. 15条隧道2.无会员
          节点少
          6
          OpenFrp
          1.稳定2.完善
          略贵
          7
          樱花内网穿透
          1.稳定2.完善
          略贵

          免责声明:
          • 笔者水平有限,尽管经过多次验证和检查,尽力确保内容的准确性,但仍可能存在疏漏之处。敬请业界专家大佬不吝指教。
          • 本文所述内容仅通过实战环境验证测试,读者可学习、借鉴,但严禁直接用于生产环境由此引发的任何问题,作者概不负责
          上一篇
          基于腾讯云CloudStudio使用unslothai低成本训练自己特定领域的高性能推理模型
          下一篇
          ComfyUI部署混元大模型

          评论
          Loading...