no d inrogers
open-menu closeme
nav_home Home
nav_tags Tags
nav_categories Categories
nav_archives Archives
nav_about About
English Português
  • Generating QR codes for Wireguard

    calendar June 12, 2022 nav_categories Tech nav_categories Application nav_tags qr nav_tags wireguard nav_tags qrencode nav_tags networking

    I've been a big fan of using Wireguard since I started using it at the beginning of this year.

    Wireguard has the ability to scan a QR code to read the Wireguard tunnel configuration, which makes setting up a mobile device (phone, tablet, etc) much easier.

    A QR code (Quick Response code) is a type of matrix barcode (or …

    Read More
  • Running Pi-hole on a UDM Pro

    calendar March 31, 2022 nav_categories Tech nav_categories Software nav_tags container nav_tags podman nav_tags pihole nav_tags dns nav_tags networking nav_tags udm nav_tags udm pro

    I have a Pi-hole Docker container running on my NAS, but DNS functionality is too important to have a single point of failure.

    If something were to happen to my NAS, my home network would have no DNS resolution, which brings the network to it's knees.

    I had been using a Raspberry Pi as my second DNS server, running …

    Read More
  • Enabling KVM host to virtual machine communication

    calendar January 6, 2022 nav_categories Tech nav_categories Networking nav_tags networking nav_tags ip nav_tags route nav_tags linux nav_tags kvm nav_tags virtual machine nav_tags vm

    Virtual machines (VM) and their KVM host can't communicate over the network, which is by design.

    There are times however, that I want to enable VM to KVM host communication, typically because the KVM host is hosting something else I want to access from the VM..

    The two ways of doing this, along with the pros and cons: …

    Read More
  • Docker SFTP server, part 2

    calendar April 20, 2021 nav_categories Tech nav_categories Networking nav_tags docker nav_tags nas nav_tags networking nav_tags nfs nav_tags sftp

    I needed a quick SFTP server, and did a short post about it previously.

    However, I wanted the ability to run a Docker container that wasn't on my NAS, so I had to mount the NFS share from within Docker.

    Using this Docker composer file did the trick:

    version: "3.2"
    
    services:
      sftp:
        image: atmoz/sftp …

    Read More
  • Docker SFTP server

    calendar March 20, 2021 nav_categories Tech nav_categories Networking nav_tags docker nav_tags networking nav_tags sftp

    I had a couple of files I needed to provide to a friend on a regular basis.

    • The files were too big to email.
    • The files would change every week.
    • They were created/stored on my NAS.
    • Neither of us wanted to go through the hassle of using Dropbox/Google Drive/etc.

    Simple solution was for me to create a simple Docker …

    Read More
  • Using a Linux box as a router

    calendar January 26, 2021 nav_categories Tech nav_categories Networking nav_tags linux nav_tags networking nav_tags routing

    The purpose was to have a Linux box act as a simple router.

    Devices:

    • Device1, configured with a 10.10.10.10 IP.
    • Device2, which will be our router, configured with 2 interfaces: 10.10.10.1 and 192.168.1.245.
    • Device3, which is my Internet-facing router, with an internal IP of 192.168.1.1

    The router is going to be …

    Read More

©2019 -   |  www.nodinrogers.com
Powered by Hugo and based off of the Hugo Clarity theme

to-top