• 0 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: July 23rd, 2023

help-circle

  • My solution: Both

    Opnsense should support HA. If you’re using a vlan-capable switch, you can plug your ISP device into the switch and connext it to just these two machines.

    By having a physical device, you get the stability advantages of a dedicated device. You can also test upgrades on the virtual router and roll back to the physical if needed. When something eventually goes wrong with the physical device (all hardware fails eventually), you fail over to the proxmox instance until you replace it and don’t have to rebuild the config from scratch.







  • Favorite would be a highly customized zsh.

    fizsh (not fish) is what I actually end up using, as I can’t be bothered to copy that config around and retune it for each machine. Gives me the syntactic sugar of zsh with common default options on by default, an OK default prompt, and doesn’t break POSIX assumptions like fish. Also Installs quickly from the package manager without needing to run through the zsh setup each time - unlike oh-my-zsh. And if I still need customization, all the zsh options are still there.