<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Tailscale on SANJAY REGMI</title>
    <link>https://sanjayregmi.com/tags/tailscale/</link>
    <description>Recent content in Tailscale on SANJAY REGMI</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    
    <lastBuildDate>Thu, 15 Jan 2026 16:29:04 -0800</lastBuildDate><atom:link href="https://sanjayregmi.com/tags/tailscale/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>How to Get the Best Throughput - Both Upload and Download - From Remote Servers When Connected via Tailscale and Using Pfsense Firewall</title>
      <link>https://sanjayregmi.com/posts/how-to-get-the-best-throughput-both-upload-and-download-from-remote-servers-when-connected-via-tailscale-and-using-pfsense-firewall/</link>
      <pubDate>Thu, 15 Jan 2026 16:29:04 -0800</pubDate>
      
      <guid>https://sanjayregmi.com/posts/how-to-get-the-best-throughput-both-upload-and-download-from-remote-servers-when-connected-via-tailscale-and-using-pfsense-firewall/</guid>
      <description>&lt;p&gt;If you’ve had a VPS with Hetzner in Europe (very competitive hosting rates) and you’re a &lt;a href=&#34;https://sanjayregmi.com/tags/tailscale/&#34; &gt;Tailscale aficionado&lt;/a&gt; you’ve probably &lt;a href=&#34;https://sanjayregmi.com/posts/how-to-install-tailscale-on-freebsd/&#34; &gt;used Tailscale&lt;/a&gt; and been unhappy with upload/download speeds in kilobytes when connected via Tailscale over SSH. It turns out one reason for the low throughput is that you use &lt;a href=&#34;https://sanjayregmi.com/tags/pfsense/&#34; &gt;pfSense&lt;/a&gt; as your firewall, and it can be difficult for Tailscale to punch a hole through pfSense. As a result, it falls back to its DERP servers, which are shared resources for all Tailscale users and often have poor throughput. With that said, here’s a quick change to apply on pfSense to alleviate the problem.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>How to Disable Internet Access for a Period of Time Every Day or On a Schedule Using Pfsense</title>
      <link>https://sanjayregmi.com/posts/how-to-disable-internet-access-for-a-period-of-time-every-day-or-ona-schedule-using-pfsense/</link>
      <pubDate>Mon, 22 Apr 2024 19:40:42 -0700</pubDate>
      
      <guid>https://sanjayregmi.com/posts/how-to-disable-internet-access-for-a-period-of-time-every-day-or-ona-schedule-using-pfsense/</guid>
      <description>&lt;p&gt;Say you want to disable internet access on a specific computer in your LAN/wifi between 11 p.m. and 2 a.m. every day and you have the pfsense (&lt;a href=&#34;https://pfsense.org&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;https://pfsense.org&lt;/a&gt;) firewall properly set up. Here are the steps:&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>How to Install Tailscale on FreeBSD</title>
      <link>https://sanjayregmi.com/posts/how-to-install-tailscale-on-freebsd/</link>
      <pubDate>Thu, 15 Feb 2024 22:33:23 -0800</pubDate>
      
      <guid>https://sanjayregmi.com/posts/how-to-install-tailscale-on-freebsd/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://tailscale.com&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Tailscale.com&lt;/a&gt;&amp;rsquo;s download page doesn&amp;rsquo;t list if it&amp;rsquo;s available for FreeBSD. But it does work on FreeBSD (tested on Release 14). Here&amp;rsquo;s how:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Install the package: &lt;code&gt;pkg install tailscale&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Edit &lt;code&gt;/etc/rc.conf&lt;/code&gt; to add &lt;code&gt;tailscaled_enable=&amp;quot;YES&amp;quot;&lt;/code&gt;&lt;/li&gt;&#xA;&lt;li&gt;Run &lt;code&gt;service tailscaled start&lt;/code&gt;. If you get an error, reboot.&lt;/li&gt;&#xA;&lt;li&gt;After reboot, run &lt;code&gt;tailscale login&lt;/code&gt;. Grab the url, copy paste in a browser and approve the connection.&lt;/li&gt;&#xA;&lt;li&gt;You can now ssh into the machine from another &amp;rsquo;tailscaled&amp;rsquo; machine from within your LAN or outside your home/office.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;h2 class=&#34;relative group&#34;&gt;How to update Tailscale&#xA;    &lt;div id=&#34;how-to-update-tailscale&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#how-to-update-tailscale&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Once installed, when you run the command &lt;code&gt;tailscale&lt;/code&gt; on FreeBSD as root, you get a list of all the commands. Use &lt;code&gt;tailscale update&lt;/code&gt; to update.&lt;/p&gt;</description>
      
    </item>
    
    <item>
      <title>Create Your Own Secure Network Accessible Over the Internet Using Tailscale</title>
      <link>https://sanjayregmi.com/posts/create-your-own-secure-network-accessible-over-the-internet-using-tailscale/</link>
      <pubDate>Sat, 10 Feb 2024 22:18:07 -0800</pubDate>
      
      <guid>https://sanjayregmi.com/posts/create-your-own-secure-network-accessible-over-the-internet-using-tailscale/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s 2024 and there&amp;rsquo;s a fantastic tool available that can connect Windows, Mac, Linux, BSD machines together into a single network. Of course, that&amp;rsquo;s possible using samba, ssh, nfs or a whole range of other tools but &lt;a href=&#34;https://tailscale.com&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;tailscale&lt;/a&gt; makes the process super easy and very quick. And for upto three users, you can have a network of upto one hundred machines, free!&lt;/p&gt;</description>
      
    </item>
    
  </channel>
</rss>
