I’m strongly considering adding another backup location in the form of an old Raspberry Pi and a USB HDD.

I want the Pi to exclusively use the available network to connect to my Wireguard Server, so other devices (local to the Wireguard Server and remote connected to the server) can use it as a secondary backup location.

I’m kind of worried about a scenario, where my network is compromised and, through the VPN connection of the Pi in the external network, the external network is as well.

What are the best practices to secure such a setup?

  • jet@hackertalks.com
    link
    fedilink
    English
    arrow-up
    7
    ·
    2 months ago

    This is a exercise in network DMZ planning. Assume the NAS will be compromised, so you limit its access to the rest of the network.

    put the NAS on its own VLAN in both locations, setup firewall rules so that only select protocols are allowed to/from the NAS.

    • Emotet@slrpnk.netOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 months ago

      That’d be the gold standard. Unfortunately, the external network utilizes infrastructure that doesn’t support specifying firewall rules on the existing separate VLAN, so all rules would have to be applied on the Pi itself or on yet another device between, which is something I’d like to avoid. Great general advice, though!