<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Network on Mr.Yu-技术笔记</title>
    <link>https://yujinping.top/tags/network/</link>
    <description>Recent content in Network on Mr.Yu-技术笔记</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-CN</language>
    <lastBuildDate>Sat, 07 May 2022 10:10:00 +0000</lastBuildDate>
    <atom:link href="https://yujinping.top/tags/network/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Docker容器间的通信</title>
      <link>https://yujinping.top/post/docker/docker_container_-communication/</link>
      <pubDate>Sat, 07 May 2022 10:10:00 +0000</pubDate>
      <guid>https://yujinping.top/post/docker/docker_container_-communication/</guid>
      <description>参考 https://www.jianshu.com/p/3e1272357935 相关文章</description>
    </item>
    <item>
      <title>如何在 MacOs 上使用 VPN 的时候管理路由</title>
      <link>https://yujinping.top/post/tools/how_to_manage_route_on_os_x/</link>
      <pubDate>Thu, 02 Jan 2020 18:23:00 +0800</pubDate>
      <guid>https://yujinping.top/post/tools/how_to_manage_route_on_os_x/</guid>
      <description>环境说明 首先链接上 VPN 网络 并查看 VPN 网卡的网关 本例中 VPN 网关是192.168.255.21 要路由的 IP 地址是10.10.10.10(即目标服务器的 IP 地址) 增加路由 sudo route -n add -net 106.14.10.109 -netmask 255.255.255.255 -gateway 192.168.255.21删除路由 sudo route -n add -net 106.14.10.109 -netmask 255.255.255.255 -gateway 192.168.255.21相关文章</description>
    </item>
  </channel>
</rss>
