<?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 Ito Archives</title>
    <link>https://itoschum.me/tags/network/</link>
    <description>Recent content in Network on Ito Archives</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 29 Mar 2026 18:13:00 -0400</lastBuildDate>
    <atom:link href="https://itoschum.me/tags/network/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Enabling Reverse SSH Tunneling over VLESS &#43; REALITY</title>
      <link>https://itoschum.me/logs/log_18/</link>
      <pubDate>Sun, 29 Mar 2026 18:13:00 -0400</pubDate>
      <guid>https://itoschum.me/logs/log_18/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;A brief guide to setting up a stealthy, NAT-transversing SSH tunnel using VLESS + REALITY on Debian. This configuration allows you to securely access a private machine (Client) through a public VPS (Server) while masking traffic as a standard TLS handshake to a legitimate website.&lt;/p&gt;&#xA;&lt;h2 id=&#34;1-pre-requisites&#34;&gt;1. Pre-requisites&lt;/h2&gt;&#xA;&lt;p&gt;Have &lt;code&gt;xray-core&lt;/code&gt; set up and running with a basic VLESS + REALITY configuration &lt;a href=&#34;https://itoschum.me/logs/log_16/&#34;&gt;Check the previous article&lt;/a&gt;.&#xA;This guide focuses on the additional steps to enable SSH tunneling through the established VLESS + REALITY connection.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Deploying VLESS &#43; REALITY: A Stealth Proxy Guide for Debian</title>
      <link>https://itoschum.me/logs/log_16/</link>
      <pubDate>Mon, 09 Feb 2026 19:43:00 -0500</pubDate>
      <guid>https://itoschum.me/logs/log_16/</guid>
      <description>&lt;h2 id=&#34;introduction&#34;&gt;Introduction&lt;/h2&gt;&#xA;&lt;p&gt;A brief guide to set up a VLESS with Reality server on a Debian-based system using binary releases.&lt;/p&gt;&#xA;&lt;p&gt;VLESS is a stateless proxy protocol designed for high performance and low overhead. REALITY is a security layer that eliminates TLS fingerprints by &amp;ldquo;borrowing&amp;rdquo; the identity of other websites. Together, they provide superior stealth against Deep Packet Inspection (DPI).&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Protocol (VLESS): Handles user authentication (UUID) and data routing. It does not encrypt data on its own.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Manual Installation and Configuration of Shadowsocks-Rust on Debian</title>
      <link>https://itoschum.me/logs/log_15/</link>
      <pubDate>Tue, 03 Feb 2026 19:06:00 -0500</pubDate>
      <guid>https://itoschum.me/logs/log_15/</guid>
      <description>&lt;h2 id=&#34;description&#34;&gt;Description&lt;/h2&gt;&#xA;&lt;p&gt;A brief guide to set up a Shadowsocks server on a Debian-based system using binary releases and &lt;code&gt;systemd&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;steps&#34;&gt;Steps&lt;/h2&gt;&#xA;&lt;h3 id=&#34;1-pre-requisites&#34;&gt;1. Pre-requisites&lt;/h3&gt;&#xA;&lt;p&gt;Download and extract the &lt;code&gt;Shadowsocks-Rust&lt;/code&gt; binary, and move it to &lt;code&gt;/usr/local/bin&lt;/code&gt; for system-wide access:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;wget &lt;span style=&#34;color:#f92672&#34;&gt;[&lt;/span&gt;BINARY_RELEASE_URL&lt;span style=&#34;color:#f92672&#34;&gt;]&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;tar -xvf shadowsocks-rust-&amp;lt;VERSION&amp;gt;-x86_64-unknown-linux-gnu.tar.xz&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;sudo cp ssserver /usr/local/bin/&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;2-server-configuration&#34;&gt;2. Server Configuration&lt;/h3&gt;&#xA;&lt;p&gt;Create a config file for the Shadowsocks server under directory &lt;code&gt;/etc/&lt;/code&gt; with the following content (modify as needed):&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
