What I have now:
FritzBox modem/router/VPN -> Server
what happens now is the Server has to deal with everyone who want to visit Port 22, use my SMTP service etc etc.
What I think I want:
Modem - > Edgerouter for VPN and Firewall -> Server
what happens then is the Edgerouter blocks the bots and runs the VPN to the other LANs so the Server logs are shorter.
While an EdgeRouter or a pfSense appliance are both capable of routing, firewalling and VPN they don't have a built in DSL modem, nor W-Fi access point nor DECT.
So this is generally a disadvantage if wanting to keep the number of boxes low.
It's not a problem for offices with comms room(s)
as you will deploy separate Wi-Fi access points rather than hoping a bit of signal leaks out into the office space,
and even a small cab can have rack/shelf for a modem alongside router and switch(es).
That said it is still possible to do
| Text |
1
23
| WAN---Fritz!---LAN--+--EdgeRouter VPN Endpoint
| {local network devices, wired and W-Fi from Fritz!, VPN sites links from EdgeRouter} |
(in this diagram, the VPN endpoint is plugged into one of your Fritz!box LAN ports, or equivalently into a LAN switch,
other topologies are possible depending on what your main router is)
But requires:
(a) some static routing* on the Fritz
(b) VPN site-to-site settings migrated off Fritz! and onto VPN endpoint
(c) Fritz! Port forwarding of traffic matching VPN-encrypted ports/protocols to the EdgeRouter
It's also an option to put the server on the "other side" of the EdgeRouter (i.e. on another interface)
if you want to use it to police access between local devices and server.
Don't do this if you want the server to participate fully in the LAN for media sharing / storage / casting etc.
But it is one (of many) ways to create a type of DMZ, such as if you can't fully trust the server if it serves the public.
(*) What is a static route?
A static route is a bit like a diversion. If the desired destination matches a rule, traffic is re-routed to a different next hop.
Traffic not matching a static route is compared against the rest of the routing table until it reaches the default route, which on a home or SOHO setup, is the the route out of the WAN interface towards the ISP.
prlzx on Zen: FTTC (VDSL) at ~40Mbps / 10Mbps
with IP4/6 (no v6? - not true Internet)
Edited by prlzx (Wed 01-Jul-20 17:06:02)