1 September 2026

How One Change Connected Three Offices into a Single Network

A business I just started to work with here in Belize had grown to three offices in different districts, and they all need access to the same resources at the main server. Anyone at the main office who needed a file from the branch had to start a special connection program on their own computer, sign in, do their work.

This is the story of how one foundational change, connecting the offices themselves rather than individual computers, quietly unlocked file sharing, protected backups and free inter-office phone calls. I have removed names and real addresses throughout, so Office A, B and C will do.

The foundation: connect the buildings, not the computers

The old setup is common in growing businesses. Each staff member who needed the other office ran VPN software on their own machine. It works, but it is clunky, it has to be installed and maintained on every computer, and it only ever connects one device at a time.

The change I made was to move that connection down into the office firewalls themselves. Each office already had a firewall appliance at its edge; I configured the firewalls to hold permanent, encrypted tunnels between the buildings, with the main office as the hub. Once that was in place, every computer, server, printer and phone in one office could reach the other offices automatically. No software on any workstation, nothing for staff to remember, nothing to sign in to. Walk in, and the other offices are simply there, as if the buildings shared one cable.

There was some quiet engineering in the details. One office's internet connection did not have a fixed public address, so I arranged the tunnels so that office dials out to the others rather than waiting to be dialed, which sidesteps a whole class of connection problems. And one site kept silently dropping its tunnel until I found that its firewall was still only allowing the old connection on the old settings, one missing rule, and it held solid from then on.

File sharing, and a lesson about "it works but it doesn't"

With the tunnel up, the first prize was file sharing: brach office needed to open a shared drive that lives on a server at the main office.

Here is the part I find worth telling business owners about. The network test passed perfectly, each office could reach the other, both directions. But the shared drive still refused to open. The culprit was not the connection at all: the file server was configured to keep its own secured guest list, and it did not recognize the branch office as a trusted visitor. One setting on that server, adding the head office to its trusted list, and the drive opened instantly.

The lesson: when someone tells you "the VPN works but the thing I need still doesn't", the problem is usually a lock on the destination, not the road in between. Knowing which layer to suspect is most of the job.

Backups that cannot sink with the ship

The branch runs an important Windows server. Its backups used to live on the same physical machine that runs it, which is a little like keeping the spare key inside the locked house.

I set up a dedicated backup system on a second server, and scheduled a nightly job. The clever part is that after the first full copy, each night it only sends what actually changed. On a real night's run, out of roughly 600 GB of server, only about 1.3 GB needed to move, and the whole backup finished in about 18 seconds. That matters on a modest office internet link: protection this thorough used to mean hours of overnight copying, and now it is a blink.

The business outcome is simple to state: if the machine running the server fails, the backups are not on it. There is a verified restore point from every night, kept on a schedule, on separate hardware.

The healthy-looking system that wasn't

While working in the server room I hit a small mystery: one of the two virtualisation servers timed out whenever you tried to manage it from the other. Everything reported healthy, yet the button did not work.

The cause turned out to be a leftover setting from an earlier network layout, one line pointing at an address that no longer existed. The system was resilient enough to keep running correctly around the mistake, which is exactly why nobody had noticed it. I corrected it, brought both servers up to the same software version, and re-ran the nightly backup afterwards to prove nothing had been disturbed.

I keep this story because of what it teaches: green lights mean the system is coping, not that it is correct. Redundancy is wonderful, and it is also very good at hiding small mistakes until the least convenient moment.

Free phone calls between offices

The final piece cost almost nothing, precisely because the foundation existed. Each office has its own phone system. I linked two of them directly across the same office-to-office tunnel, so a phone at Office A can dial a three-digit extension at Office B and it just rings.

No calls over the public phone network, no per-minute charges between branches, no exposing the phone system to the internet. The offices already had a private road between them; the phones simply started using it. The only snag was the phone system's own security guard, which had to be told the other office's phone system is a friend, the same "trusted list" lesson as the file server, one layer up.

What I would want a business owner to take from this

  • A good backbone pays compound interest. The office-to-office connection was one project, but file sharing, backups and phone calls each became small jobs because of it. The next office, or the next service, gets cheaper still.
  • Most "network problems" are not network problems. Three of the issues in this story were locks on the destination, on the file server, the backup system and the phone system, not the road between offices.
  • Verify, do not assume. Every step here ended with a real test: an actual file opened, an actual backup run timed, an actual call placed. "Configured" and "working" are different claims.

If your business runs across more than one location and people are still emailing themselves files or paying to call the other branch, this kind of foundation is very likely overdue, and it is more affordable than most owners expect. Tell me about your setup and I will tell you honestly what it would take.

Connecting Multiple Offices into One Network in Belize — Mark Logic Development