website/src/app/kb/use-cases/private-network-access/readme.mdx
import SupportOptions from "@/components/SupportOptions"; import Alert from "@/components/DocsAlert"; import Image from "next/image"; import Link from "next/link"; import PlanBadge from "@/components/PlanBadge";
<PlanBadge plans={["starter", "team", "enterprise"]}>
In this guide, we'll be using Firezone to secure access to a private subnet behind a firewall.
This is useful when you have hosts or services behind a firewall that you want to keep secure, but still need to access it from external networks like the internet.
<Alert color="warning"> In general, we recommend using a more granular approach to secure access using either [DNS](/kb/use-cases/web-app-access) or [IP-based](/kb/use-cases/host-access) Resources instead of the blanket approach used in this guide. Only use this guide if using DNS or IP-based Resources is not feasible, or if you need a stepping stone towards a more granular approach. </Alert>Sites -> <site> and
click the Add Resource button.CIDR as the Resource type.SJC demo net. You'll refer to
this name when creating a Policy in the next step.Save.Policies tab, click the Add Policy button.Save.You should now be able to access hosts and services in the subnet you specified in Step (1).
<SupportOptions />