<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Experiences on Ethan's Blog</title><link>https://blog.ethanlyu.top/tags/experiences/</link><description>Recent content in Experiences on Ethan's Blog</description><image><title>Ethan's Blog</title><url>https://blog.ethanlyu.top/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url><link>https://blog.ethanlyu.top/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link></image><generator>Hugo -- 0.152.2</generator><language>en</language><lastBuildDate>Mon, 17 Feb 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.ethanlyu.top/tags/experiences/index.xml" rel="self" type="application/rss+xml"/><item><title>Restore the access to remote server via mounted driver</title><link>https://blog.ethanlyu.top/posts/restore-the-access-to-remote-server-via-mounted-driver/</link><pubDate>Mon, 17 Feb 2025 00:00:00 +0000</pubDate><guid>https://blog.ethanlyu.top/posts/restore-the-access-to-remote-server-via-mounted-driver/</guid><description>&lt;p&gt;Initially I want to deploy a openai-web on my remote server (Free Oracle Server) to use the DeepSeek API. To protect the service, I can establish a Wireguard connection.
So I ask Qwen to generate a template for me. However, the Qwen guides me to modify &lt;code&gt;AllowdIPs=0.0.0.0/0, ::/0&lt;/code&gt; within the &lt;code&gt;wg0.conf&lt;/code&gt;. And that leads to my fix to the server the whole afternoon.&lt;/p&gt;
&lt;p&gt;I lose my connection to the remote server immediately when I apply the above settings. The reason is, all the traffic (including IPv4 and IPv6) is routed through the WireGuard tunnel. This also includes my traffic to the server&amp;rsquo;s public IP. As a result, when the VPN is activated, the connection to the server breaks because the return traffic is routed through the tunnel instead of directly back to the client. If the server does not have proper routing rules or NAT configured, the return traffic from the server will be sent back through the WireGuard interface instead of the original public interface. This creates a loop or breaks the connection.&lt;/p&gt;</description></item></channel></rss>