Sequentur Blog
Helping you stay ahead of IT challenges
Real-world IT knowledge from engineers solving problems every day.
Practical IT knowledge for businesses that can’t afford downtime
How to set up a business firewall for a small office
A business firewall is one of those pieces of equipment that is easy to buy and surprisingly easy to misconfigure. The hardware shows up, gets racked, gets a public IP from the ISP, and within a few hours traffic is flowing. By every visible measure it is working. Whether it is actually protecting the office is a separate question – and most of the time, when an SMB firewall fails to stop a real incident, the problem is not the appliance. It is how it was set up.
This article walks through how to set up a business firewall for a small office in a way that holds up under real conditions. Sizing the appliance to your user count and bandwidth, the configuration baseline that should be in place before the firewall touches production traffic, how to handle remote management, the mistakes that show up over and over again in SMB firewall deployments, and the honest read on when this work belongs in-house versus when it should be handed to a managed service provider.
It is written for owners, office managers, and IT generalists doing this themselves or working alongside someone who is. If you are still deciding whether you need a real business firewall in the first place, the upstream read is business firewall explained: what it does and why you need one.
Short answer: how to set up a business firewall for a small office
Size the firewall for 30 to 50 percent of its marketing throughput with security features enabled, never the headline number. Change every default credential before the appliance touches the internet, enable MFA on the admin interface, and disable WAN-side admin access. Default-deny inbound, default-allow outbound with at least DNS filtering and IPS in front of it, and enable logging to somewhere that is not the firewall’s local disk. Keep firmware on a quarterly patch cadence at minimum, review rules every six months, and budget the subscription renewals as non-optional. A first-pass deployment for a 25-person office takes a competent technician one to two days plus a week of post-cutover tuning. Most SMBs reach the point where managed firewall services pay for themselves once they need 24/7 monitoring or compliance evidence.
Setup at a glance
| Step | What it covers | Time |
|---|---|---|
| Size the appliance | User count, bandwidth, expected throughput with features on | Half day |
| Pre-deployment baseline | Credentials, MFA, admin access, firmware | 1-2 hours |
| Network design | LAN, WAN, DMZ, VLANs, IP plan | Half day |
| Default-deny inbound rules | Block by default, allow only what is needed | 1-2 hours |
| Outbound filtering | DNS filtering, IPS, geo-blocking, application control | 2-4 hours |
| Remote management | Admin VPN, MFA, IP allowlist, session logging | 1-2 hours |
| VPN setup if needed | Site-to-site, remote access, MFA enforcement | 2-4 hours per tunnel |
| Logging and alerting | External log destination, alert routing | 1-2 hours |
| Cutover and validation | Move traffic, validate flows, watch logs | Half day + 1 week tuning |
| Documentation | Rules, exceptions, escalation contacts | 1-2 hours |
Total realistic time for a clean small-office deployment: one to two days of engineering work plus a week of post-cutover tuning. Most of the time overruns come from network design surprises (a forgotten VLAN, a printer hard-coded to a public DNS, a legacy app that needs a specific outbound port), not from the firewall configuration itself.
Step 1: Size the firewall correctly
Sizing is where most SMB firewall deployments go wrong before the appliance is even shipped. The marketing throughput on a firewall datasheet assumes the firewall is doing nothing but moving packets. With IPS enabled, application control enabled, SSL inspection enabled, and threat intelligence updates running, real-world throughput drops to roughly 30 to 50 percent of the headline number.
Plan for actual conditions, not best-case lab numbers. The two inputs that matter:
- User count. A working rule for SMB office traffic is 5 to 10 Mbps per active user during business hours. Higher for video-heavy workforces, lower for back-office staff.
- Internet circuit speed. The firewall has to keep up with the circuit at full load with security features on. A 1 Gbps circuit needs a firewall that can deliver 1 Gbps of inspected throughput, not a firewall that can deliver 1 Gbps of raw packet forwarding.
| Office size | Typical circuit | Realistic firewall scale | Indicative price |
|---|---|---|---|
| 1-10 users | 100-300 Mbps | Entry-level NGFW | Under $1,000 list |
| 10-25 users | 300-500 Mbps | Lower mid-range NGFW | $1,000-$2,000 |
| 25-75 users | 500 Mbps – 1 Gbps | Mid-range NGFW | $2,000-$4,000 |
| 75-200 users | 1-2 Gbps | Upper mid-range NGFW | $4,000-$7,500 |
| 200+ users | 2+ Gbps | Enterprise-grade or HA pair | $7,500+ |
Add headroom for three to five years of growth. A firewall that fits your office today and is end-of-capacity within 18 months is a refresh project you did not need to take on. The cost difference between the right-sized appliance and the next size up is usually a few hundred dollars – small money compared to the labor cost of an early replacement.
If high availability matters – meaning an hour of internet outage would cost more than the price of a second firewall – plan for a HA pair from the start rather than retrofitting it later. Adding HA after the fact usually means reconfiguring tunnels, certificates, and rule sets.
Step 2: Pre-deployment baseline
Before the firewall accepts a single packet of production traffic, four things should be locked down. None of these are optional, and all of them have appeared in real SMB breach reports because someone skipped them.
- Change every default credential. The default admin password, the default API token, the default SNMP community string. Attackers maintain databases of default credentials by vendor and model. A firewall reachable from the internet with default credentials is a documented breach pattern.
- Enable MFA on the admin interface. Every modern SMB-grade firewall supports MFA on the local admin account. Turn it on. If the platform supports SAML or external IdP integration with the company’s identity provider, even better – it ties admin access to identity controls and survives staff turnover cleanly.
- Disable WAN-side admin access. Admin interfaces should be reachable from inside the network or over VPN, never directly from the internet. If remote admin access is needed, put it behind a VPN tunnel with MFA, not exposed on a custom port.
- Update the firmware before going live. The version that ships on the appliance is the version that was current when the unit was built, which can be a year or more behind. Patch to the current stable release before deploying. Out-of-the-box firmware has known vulnerabilities by the time the unit ships.
Document the credentials in a password manager that the right people – not just one person – can access. The firewall outliving its installer is a normal SMB scenario, and a firewall whose admin password died with a former employee is its own kind of incident.
Step 3: Network design and IP plan
A firewall lives at the boundary between networks, so the network design has to come first. For a small office that has not done formal segmentation before, the minimum design is three zones:
- WAN. The internet-facing interface, with the public IP from the ISP.
- LAN (corporate). Where employee devices live – workstations, laptops, printers, file servers.
- Guest / IoT. A separate network for guest WiFi and untrusted devices (smart TVs, conference room equipment, building automation, anything with a known weak security history). The guest side of that zone has its own configuration depth – SSID + VLAN + isolation + bandwidth caps + optional captive portal – and the guest WiFi setup article walks through it end to end.
This is the bare minimum. Larger or more security-aware offices add a DMZ for any service that needs to be reachable from the internet, a separate VoIP segment with QoS, and a management network for switches, access points, and the firewall itself. The depth on segmentation lives in VLANs explained for small business: segmenting your network without breaking everything when that article is live, and the switch-side requirements (the unmanaged-vs-managed decision, QoS for VoIP, port mirroring) are covered in managed switches for small business: what they are and when you need one.
Pick a private IP plan that has room to grow. A 10.0.0.0/16 with each /24 reserved for a specific purpose (10.0.10.x for corporate, 10.0.20.x for VoIP, 10.0.30.x for guest, 10.0.99.x for management) is far easier to maintain than the 192.168.1.0/24 the consumer router was using. Document the plan. Network diagrams cost an hour and save a week.
Step 4: Default-deny inbound rules
Inbound rules are the part most SMBs get right by default – the firewall ships with deny-all-inbound and they leave it that way. The trap is when an exception gets added later (port forwarding for a remote desktop session, a punched-through port for a vendor’s monitoring tool, a temporary hole for an external developer) and stays in place forever.
The discipline:
- Default-deny all inbound traffic that does not match an active outbound connection.
- Every inbound exception gets a documented business reason and an owner.
- Every inbound exception gets reviewed at least quarterly. If the business reason no longer applies, the rule comes out.
- Inbound exceptions for remote desktop, VNC, SMB, and database ports do not get created. Those go through VPN, never directly through the firewall.
If you have a public-facing service – a web app, a mail server, an FTP endpoint – it goes in the DMZ, not on the LAN, and the firewall rule allows inbound traffic to the DMZ host only on the specific port the service uses. The DMZ host gets its own outbound restrictions so a compromise of the public-facing service does not give the attacker free movement into the corporate network.
Step 5: Outbound filtering
Outbound filtering is where SMB firewalls earn most of their value and where most SMBs leave them underconfigured. The default on a fresh appliance is usually allow-all outbound, which is what lets ransomware reach out to its command-and-control infrastructure unimpeded.
The four outbound controls that matter most:
- DNS filtering. Block DNS lookups for known-malicious, phishing, and high-risk categories at the firewall level. This is one of the highest-leverage security controls for the work it takes to deploy. The depth is in DNS filtering for small business: what it is and why it matters.
- IPS / IDS in inspection mode. Inspect outbound traffic for known attack signatures, command-and-control patterns, and exfiltration attempts. Run in detect-and-block mode, not detect-only, once you have done the initial tuning to clear false positives.
- Geo-blocking outbound where it makes sense. A small business based in Florida that does no work with countries on common threat lists has no reason to allow outbound traffic to those countries. Block the regions you do not do business with. Same logic for inbound.
- Application control. Block categories that have no business use – peer-to-peer file sharing, anonymous proxy services, cryptocurrency mining, unsanctioned remote control tools. Allow categories that are needed – Microsoft 365, conferencing, line-of-business SaaS – explicitly.
Running default-allow outbound is the digital equivalent of leaving the back door open because the front door has a lock. The threats that matter to SMBs in 2026 mostly need outbound connectivity to do harm, and the firewall is the right place to break that path.
Step 6: Remote management setup
The firewall has to be manageable from outside the office, especially if any of the work is being done by an MSP, an outside consultant, or staff working from home. The wrong way to do this is to expose the admin interface to the internet on a non-standard port and call it “security through obscurity.” Every internet-exposed admin interface eventually gets found by mass scanners.
The right way:
- Admin access happens over a VPN to the management network, not direct to the firewall.
- The VPN itself has MFA on every account.
- Admin accounts are individual, not shared. Each technician has their own login.
- Source-IP allowlisting on the admin interface where the network design supports static source addresses.
- Session logging on every admin login, with retention measured in months, not days.
- Regular review of who actually has admin access – turnover is constant, and old admin accounts are common breach paths.
If the platform supports cloud-based management (Cisco Meraki, Fortinet’s FortiCloud, SonicWall’s NSM), the cloud control plane simplifies the picture but does not eliminate the work – the cloud admin account itself needs MFA, IP restrictions, and access reviews.
Step 7: VPN setup if needed
Most small offices need at least one VPN configured at the firewall:
- Remote access VPN for employees connecting from home or while traveling. Required to use MFA. Required to log connection events. Restricted to the resources the user actually needs – a remote VPN that drops every connected user onto the full corporate LAN is a 2010 design that does not match the threat model anymore.
- Site-to-site VPN if the business has multiple offices, needs to reach a co-located server, or has cloud resources that need to talk to on-premises systems.
VPN technology choice matters here. The depth on remote access specifically is in VPN vs zero trust network access: what remote businesses should use, and the practical setup walkthrough is in how to set up a business VPN for remote workers. The short version: pre-shared keys without MFA are the single most common SMB ransomware entry point, and any VPN configuration that includes the words “PSK only” needs an upgrade plan.
For site-to-site tunnels, use modern cipher suites (AES-256-GCM, SHA-256 or higher, IKEv2). Document the tunnel configuration on both sides. Schedule a periodic review – the IPSec tunnel set up six years ago that is still running is almost certainly using deprecated ciphers.
Step 8: Logging and alerting
A firewall with logging disabled is a security checkbox without evidence. A firewall logging to its local disk that nobody reads is barely better. The practical baseline:
- Log all blocked inbound traffic, all VPN connection events, all admin actions, all rule changes.
- Send logs off the firewall to either a syslog server, a SIEM, an MSP’s monitoring platform, or a cloud logging service. The local disk is for the most recent few days, not for the audit trail.
- Configure alerts on the events that matter: failed admin logins, configuration changes outside business hours, IPS hits in block mode, VPN connections from unusual countries. The alert threshold gets tuned over the first month – too sensitive and the alerts become noise; too loose and the real signal gets lost.
- Retention. For most SMBs, 90 days online and a year archived is a reasonable starting point. Regulated industries (HIPAA, CMMC, SOC 2) usually need longer.
Logging that nobody is watching is not protection. If the in-house team cannot commit to looking at the logs daily, this is one of the strongest signals that managed firewall services are the right answer.
Step 9: Cutover and validation
Cutover is the part where the firewall goes from staging to production. The discipline that prevents an unplanned outage:
- Schedule the cutover for a low-traffic window. After hours or weekend for an office, never during peak business hours.
- Have a rollback plan documented before the cutover starts. The old gateway stays cabled and powered for at least a week in case the rollback is needed quickly.
- Validate the basics first: internet connectivity, DNS resolution, Microsoft 365 access, VoIP, line-of-business apps, printers. The order matters – a broken DNS configuration looks like a broken internet, and most validation lists are too short.
- Watch the logs actively for the first hour. Most cutover problems show up in the first 60 minutes – a missing rule, a forgotten exception, a service that was using a port nobody documented.
- Plan for a week of post-cutover tuning. The first 72 hours surface every edge case the staging environment did not.
Common cutover surprises: printers hard-coded to public DNS servers, a legacy ERP system that needs a specific outbound port, a remote vendor whose access was punched through the old firewall and was forgotten, VoIP devices that need explicit QoS markings to work right, conference room equipment that needs UPnP that the new firewall does not allow.
Step 10: Documentation
Documentation is what separates a firewall that survives staff turnover from one that becomes a black box nobody wants to touch. The minimum:
- The IP plan and network diagram.
- The rule set with a one-line business reason for each non-default rule.
- The exception list, with owner and review date for each.
- VPN configurations and their endpoints.
- Admin account list and MFA status.
- Firmware version and patch history.
- Vendor support contract details and renewal dates.
- Subscription license inventory and renewal dates.
- Escalation contacts (vendor support, MSP, internal owners).
This document lives somewhere outside the firewall – a shared drive, a documentation platform, the MSP’s documentation system. A document only stored on the firewall itself is useless during the incidents you actually need it for.
Common firewall setup mistakes
The mistakes below show up in real SMB firewall deployments at a frequency that suggests they are not random – they are predictable consequences of skipping the setup discipline.
- Treating the appliance as plug-and-play. A firewall out of the box is generic-configured for the broadest possible deployment scenario. It is not configured for your business until someone configures it for your business.
- Sizing by marketing throughput. Buying a firewall rated at 1 Gbps for a 1 Gbps circuit means buying a firewall that delivers 300-500 Mbps when you actually turn the security features on. Plan for the inspected-throughput number, not the headline.
- Leaving subscriptions to lapse. The hardware is a fraction of the value. The IPS signatures, threat feeds, application database, DNS filtering data are what makes the firewall work. A firewall with expired subscriptions is functionally a stateful firewall – useful, but not what you paid for.
- Default-allow outbound. Lets ransomware reach its command-and-control infrastructure, lets data exfiltration happen unimpeded, lets compromised endpoints become active threats. Default-deny outbound is harder to maintain but worth the effort.
- No MFA on admin or VPN accounts. Any remote access path – admin or user – without MFA is a credential-stuffing target. The cost of MFA is low, the cost of skipping it is documented in incident reports.
- Logging disabled or unmonitored. Without logs, post-incident investigation is guesswork. Without monitoring, the logs are evidence after the fact rather than alerting before the fact.
- Old rules accumulating. Every “temporary” exception that was supposed to come out in two weeks. Every vendor port-forward from a contract that ended four years ago. Every developer’s home IP allowlisted from the project that shipped in 2022. Quarterly rule cleanup is a discipline that prevents the rule set from rotting.
- Firmware behind by years. Vendors release security firmware updates for documented vulnerabilities. Firewalls that go a year between firmware updates are running known-vulnerable code in front of the entire network.
- Site-to-site VPN configured once, never reviewed. Tunnels using deprecated ciphers, pre-shared keys never rotated, unused tunnels still consuming an active state. VPN hygiene is firewall hygiene.
- Treating the firewall as the entire security stack. A firewall is the perimeter layer. It does not replace endpoint detection, identity security, email security, backup, or user training. The stack works because the layers cover each other – any one of them on its own is insufficient.
When to do it yourself versus when to hand it off
Self-managing a small-office firewall is a defensible choice if certain conditions are true. Hand it off if they are not.
| Signal | Self-manage is reasonable | Managed firewall services pay off |
|---|---|---|
| Internal IT capacity | Generalist with networking experience and time to learn the platform | Generalist with no time, or no internal IT at all |
| Compliance requirements | None or minimal | HIPAA, CMMC, PCI, SOC 2, cyber insurance with technical controls |
| Off-hours coverage | Acceptable for someone to respond next business day | 24/7 monitoring needed |
| Firmware patch cadence | Quarterly minimum, with someone who actually does it | Patching keeps slipping past the window |
| Rule review discipline | Calendar reminder gets honored every quarter | “We will get to it” |
| Logging review | Someone reads the logs at least weekly | Logging exists but nobody reads it |
| Incident response readiness | Someone knows what to do at 2 AM | “We would call our IT person” |
Most SMBs land in the right column on at least three of these signals, which is why managed firewall services exist as a category. The honest version: doing the deployment in-house and then handing the ongoing operation to an MSP is a common and entirely reasonable arrangement.
For the broader read on what managed firewall services include, the upstream article business firewall explained: what it does and why you need one covers the service-level picture. For the broader network operating model, what is a network assessment and why your business should have one is the entry point.
What to do in the first 90 days
A firewall is not done at cutover. The first 90 days are when the deployment matures.
| Window | What gets done |
|---|---|
| Week 1 | Active monitoring, daily log review, rule tuning for false positives, fixing the cutover surprises |
| Week 2-4 | First firmware patch cycle, IPS tuning to clear noisy signatures, VPN client rollout to remote users |
| Month 2 | First quarterly rule review, alert threshold refinement, geo-blocking and application control tuning |
| Month 3 | First compliance evidence pull, SSL inspection rollout if planned, integration with SIEM or MDR if applicable |
By the end of month three, the firewall has stopped being a recently-deployed system and has become part of the steady-state security stack. From that point on, the work is quarterly rule reviews, monthly patch checks, ongoing log monitoring, and the annual subscription renewal cycle.
How Sequentur can help
If you are deploying a new business firewall, replacing an aging one, or evaluating whether managed firewall services are the right next step, schedule a call.
Get the Best IT Support
Schedule a 15-minute call to see if we’re the right partner for your success.
Testimonials
What Our Clients Say
Here is why you are going to love working with Sequentur