<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>内网穿透 - 标签 - 我的灵感记录</title><link>https://www.vdong.xyz/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/</link><description>内网穿透 - 标签 - 我的灵感记录</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><lastBuildDate>Thu, 30 Apr 2026 17:52:05 +0800</lastBuildDate><atom:link href="https://www.vdong.xyz/tags/%E5%86%85%E7%BD%91%E7%A9%BF%E9%80%8F/" rel="self" type="application/rss+xml"/><item><title>Expose Nat Vm to Lan</title><link>https://www.vdong.xyz/posts/expose-nat-vm-to-lan/</link><pubDate>Thu, 30 Apr 2026 17:52:05 +0800</pubDate><author><name>vdong</name></author><guid>https://www.vdong.xyz/posts/expose-nat-vm-to-lan/</guid><description><![CDATA[<h2 id="场景" class="headerLink">
    <a href="#%e5%9c%ba%e6%99%af" class="header-mark"></a>场景</h2><p>局域网（10.2.15.x）</p>
<p>​        ├── 电脑A（你）10.2.15.239</p>
<p>​        │      └── 虚拟机 192.168.48.128（NAT 私网）</p>
<p>​        └── 电脑B（同事）10.2.15.200</p>]]></description></item><item><title>PhpStorm实现跨网传输源代码</title><link>https://www.vdong.xyz/posts/phpstorm%E5%AE%9E%E7%8E%B0%E8%B7%A8%E7%BD%91%E4%BC%A0%E8%BE%93%E6%BA%90%E4%BB%A3%E7%A0%81/</link><pubDate>Thu, 09 Nov 2023 11:15:56 +0800</pubDate><author><name>vdong</name></author><guid>https://www.vdong.xyz/posts/phpstorm%E5%AE%9E%E7%8E%B0%E8%B7%A8%E7%BD%91%E4%BC%A0%E8%BE%93%E6%BA%90%E4%BB%A3%E7%A0%81/</guid><description><![CDATA[<h2 id="场景" class="headerLink">
    <a href="#%e5%9c%ba%e6%99%af" class="header-mark"></a>场景</h2><p>本地开发代码，需要同步到 <code>10.21.30.81</code> 上， 但是本地只能通过 ssh 连接到 <code>10.21.30.80</code> 上，不能 ssh  连接到 <code>10.21.30.81</code> 上，因此需要将代码通过SFTP传到 80 上，再在 80 上 scp 到 81上，太麻烦了，网络如下：</p>
<p><img class="tw-inline" loading="lazy" src='/imgs/内网穿透/image-20231109112816186.png'   alt="image-20231109112816186"  ></p>
<h2 id="ssh-隧道" class="headerLink">
    <a href="#ssh-%e9%9a%a7%e9%81%93" class="header-mark"></a>SSH 隧道</h2><p>在本机上执行</p>]]></description></item></channel></rss>