<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>networking on Developer&#39;s blog</title>
    <link>/tags/networking/</link>
    <description>Recent content in networking on Developer&#39;s blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 04 Aug 2022 18:00:00 +0000</lastBuildDate><atom:link href="/tags/networking/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Working With Multiple VPNs</title>
      <link>/posts/working-with-multiple-vpns/</link>
      <pubDate>Thu, 04 Aug 2022 18:00:00 +0000</pubDate>
      
      <guid>/posts/working-with-multiple-vpns/</guid>
      <description>&lt;p&gt;I work on several projects. Each of them require a VPN connection. Sometimes, I work from remote
locations and I need to access my home network. It&amp;rsquo;s one more VPN connection. It&amp;rsquo;s convenient to
have an ability to access different private networks at the same time. Let&amp;rsquo;s discuss the issues of
multi-VPN setups and possible.&lt;/p&gt;
&lt;p&gt;TL;DR:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Use NetworkManager to manage VPN connections.&lt;/li&gt;
&lt;li&gt;Disable systemd-resolved.&lt;/li&gt;
&lt;li&gt;Use dnsmasq to process DNS requests.&lt;/li&gt;
&lt;/ol&gt;</description>
    </item>
    
    <item>
      <title>mDNS on Ubuntu Server</title>
      <link>/posts/mdns-on-ubuntu-server/</link>
      <pubDate>Tue, 25 May 2021 03:00:00 +0000</pubDate>
      
      <guid>/posts/mdns-on-ubuntu-server/</guid>
      <description>&lt;p&gt;Recently I was configuring a virtual network of several KVM machines for the testing of Gitlab
installation. It&amp;rsquo;s more convenient when I can access machines by hostname but I don&amp;rsquo;t want to
install and support a DNS server. So I&amp;rsquo;d decided to use mDNS.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Network Tools</title>
      <link>/posts/network-tools/</link>
      <pubDate>Sat, 15 May 2021 08:00:00 +0000</pubDate>
      
      <guid>/posts/network-tools/</guid>
      <description>Almost every user sooner or later faces network problems, so it&amp;rsquo;s essential to have at least a basic understanding of network troubleshooting. In this article, I&amp;rsquo;d like to overview tools I use to explore network configuration and solve network issues on the Ubuntu desktop. Most of these applications can be used on a server but some of them are specific to desktop systems.
ip and NetworkManager ip is a tool that allows to show or manipulate routing and network devices.</description>
    </item>
    
    <item>
      <title>DNS without a Server</title>
      <link>/posts/dns-wihtout-a-server/</link>
      <pubDate>Sat, 20 Mar 2021 10:00:00 +0000</pubDate>
      
      <guid>/posts/dns-wihtout-a-server/</guid>
      <description>&lt;p&gt;A few days ago I&amp;rsquo;d decided to configure Raspberry PI as a weather station to check temperature,
humidity, and pressure. So I need to access it on the network with SSH and a web browser. The
easiest way of solving this problem is using a static IP address. In this case, I have to set static
IP for Raspberry PI and then use this address in a browser. For me, it&amp;rsquo;s more convenient to use a
human-readable hostname than remembering an IP address. I can modify &lt;code&gt;/etc/hosts&lt;/code&gt; to associate
Raspberry PI IP with custom hostname but I have to perform this action on all of my devices. It&amp;rsquo;s a
bit monotonous work if you have several computers and for some mobile devices, it&amp;rsquo;s impossible to
configure.&lt;/p&gt;
&lt;p&gt;In the case of complicated enterprise networks, it&amp;rsquo;s common to configure a name server to perform
hostname resolution, but for a small home network with several computers, it can be a bit overkill
to configure and support a dedicated DNS server. Searching through the Internet I&amp;rsquo;d found
&lt;a href=&#34;https://www.khoi.io/post/raspberry-pi-ipad-pro-usb-c/&#34;&gt;an article&lt;/a&gt; about connecting Raspberry PI to
an iPad with a USB cable. The author accessed a device with the address &lt;code&gt;raspberrypi.local&lt;/code&gt; without
any additional DNS configuration. So it should be a more lightweight alternative than a dedicated
DNS server for home networks.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
