<?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 shan&#39;s blog</title>
    <link>https://blog.sandorkovacs.hu/tags/network/</link>
    <description>Recent content in Network on shan&#39;s blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 13 Oct 2023 14:29:50 +0200</lastBuildDate>
    <atom:link href="https://blog.sandorkovacs.hu/tags/network/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>MikroTik Pushover notifications</title>
      <link>https://blog.sandorkovacs.hu/posts/mikrotik-pushover-notifications/</link>
      <pubDate>Fri, 13 Oct 2023 14:29:50 +0200</pubDate>
      <guid>https://blog.sandorkovacs.hu/posts/mikrotik-pushover-notifications/</guid>
      <description>Intro Since I promised that I&amp;rsquo;ll focus a little bit on the notifications area, here&amp;rsquo;s a new post on the subject. As I stated in my previous post I want to monitor my devices as well, for example my MikroTik router.&#xA;Setup In the next sections I&amp;rsquo;ll go over the process of enabling and configuring e-mail notifications (relayed to Pushover) on the router; with all the prerequisites.&#xA;SMTP server I don&amp;rsquo;t have a self-hosted SMTP server, and honestly I don&amp;rsquo;t plan to have one.</description>
    </item>
    <item>
      <title>Disabling Cloud Camera Access</title>
      <link>https://blog.sandorkovacs.hu/posts/disabling-cloud-camera-access/</link>
      <pubDate>Wed, 16 Nov 2022 15:29:43 +0100</pubDate>
      <guid>https://blog.sandorkovacs.hu/posts/disabling-cloud-camera-access/</guid>
      <description>I&amp;rsquo;ve recently bought a TP-Link TAPO C200 camera (product page) so we can keep an eye on the flat when we are not at home*. This security camera is admittedly an entry level one, but suited our needs perfectly. I did not do much research before buying it, because I planned to use it with my Synology Surveillance Station, so I don&amp;rsquo;t care about vendor apps or anything fancy, just give me an RTSP stream and I&amp;rsquo;m good to go.</description>
    </item>
    <item>
      <title>MACVLAN setup on a Synology NAS</title>
      <link>https://blog.sandorkovacs.hu/posts/macvlan-setup-on-a-synology-nas/</link>
      <pubDate>Mon, 07 Nov 2022 14:18:50 +0100</pubDate>
      <guid>https://blog.sandorkovacs.hu/posts/macvlan-setup-on-a-synology-nas/</guid>
      <description>Braindump about MACVLANs Set eth0 to PROMISC mode With promiscuous mode, we allow the capture of all packets, which then may or may not get matched by our various virtual macs&#xA;sudo ip link set eth0 promisc on Creating macvlan 1 2 3 sudo ip link add macvlan0 link eth0 type macvlan mode bridge sudo ip addr add 192.168.88.210/29 dev macvlan0 sudo ip link set macvlan0 up Docker network for macvlan0 1 2 3 4 5 sudo docker network create -d macvlan \\ --subnet=192.</description>
    </item>
  </channel>
</rss>
