-
Cisco LAN Routing
Let’s look at several ways to route between VLANs in the Cisco world.
Read more… -
EtherChannel
Let’s have a look at how we can use redundant layer-2 links between 2 Cisco devices.
Read more… -
Run SpinRite on Librem 5 Internal Storage
I have a Purism Librem 5 Linux phone. The Evergreen batch has 32 GiB of flash storage. In this post I will show how to run SpinRite on that drive.
Read more… -
Convert Linux into NAT Router
Sometimes it comes in handy to have a Linux box act as a router. You might not have a switch lying around. You might want to monitor all traffic coming and going to some device. In this post, we will set up Linux to act as a simple IPv4 NAT router.
Read more… -
Create Server Backup from Local Machine with Borg
How to back up your servers with borg? One way to do it, as documented by the fine borg documentation, is to use a pull backup using sshfs. The idea is to mount the remote filesystem in a local directory, chroot into it, and run borg inside the chroot.
Read more… -
Updating My Cisco 4321 Router's IOS over HTTP, FTP and TFTP and More
I recently got my hands on a second-hand Cisco 4321 router. First things first, I want to upgrade to the latest IOS version so I have the latest security patches. Having no experience at all with IOS, these are some things I learned along the way.
Read more… -
How to Enable a DHCP Client on a Cisco Interface
Let’s look at how to automatically get an IP addresses assigned on an interface on a Cisco device. This could not be simpler.
Read more… -
Authentication on Cisco IOS
Let’s have a look at how Cisco IOS handles authentication and how passwords are stored in the configuration file.
Read more… -
Set the Time Manually or with NTP on Cisco IOS
Let’s take a look at how to set the clock on a Cisco device.
Read more… -
Make Cisco Device Start Up From NVRAM Again
My ISR4321 was not remembering its config on startup even though I was sure to
Read more…write memory
after making config changes. Turns out, the configuration registry was not set correctly. This post looks at what this registry contains and how to make sure it will load the stored config on bootup.