<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ufw on Random Ramblings</title><link>https://blog.foundev.pro/tags/ufw.html</link><description>Recent content in Ufw on Random Ramblings</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 23 Feb 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.foundev.pro/tags/ufw/index.xml" rel="self" type="application/rss+xml"/><item><title>Configuring UFW with Mosh support</title><link>https://blog.foundev.pro/2021/02/23/ufw-with-mosh.html</link><pubDate>Tue, 23 Feb 2021 00:00:00 +0000</pubDate><guid>https://blog.foundev.pro/2021/02/23/ufw-with-mosh.html</guid><description>&lt;h1&gt;Configuring UFW with Mosh support&lt;/h1&gt;&#10;&lt;p&gt;&lt;a href="https://blink.sh/"&gt;Mosh&lt;/a&gt; is kind of my secret weapon for working remotely but getting it configured to be allowed through the firewall is something I always seem to forget. So here is my&#10;UFW script I use for new servers with mosh added in:&lt;/p&gt;&#10;&lt;pre tabindex="0"&gt;&lt;code&gt;sudo ufw default deny incoming&#10;sudo ufw allow 22/tcp&#10;# this is hte part that allows mosh to work&#10;sudo ufw allow 60000:61000/udp&#10;sudo ufw enable&#10;&lt;/code&gt;&lt;/pre&gt;</description></item></channel></rss>