Describing NAT ;)

seen from Norway

seen from T1

seen from United States
seen from Norway
seen from Portugal
seen from United Kingdom

seen from United States

seen from Kazakhstan
seen from Dominican Republic

seen from Netherlands

seen from United States
seen from United States
seen from China
seen from Kazakhstan
seen from Netherlands
seen from United States
seen from United Kingdom
seen from TĂŒrkiye

seen from United States
seen from China
Describing NAT ;)

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch âą No registration required âą HD streaming
A JavaScript visualization featuring 75 days of activity on my home LAN.
Hyppönen's Law: "If it's smart, it's vulnerable"
Netztrennung im Smart Home â warum sie heute unverzichtbar ist
Im modernen Haushalt hĂ€ngen oft dutzende IoT-GerĂ€te im WLAN: KĂŒhlschrĂ€nke, Lampen, Steckdosen, Kameras. Praktisch â aber sicherheitstechnisch meist schwach. Deshalb lohnt sich eine klare Trennung der Netzwerke, um zu verhindern, dass ein kompromittiertes IoT-GerĂ€t Zugriff auf private PCs, Smartphones oder NAS bekommt.
VLANs & Segmentierung â einfach mehr Sicherheit
Mit VLANs lÀsst sich das Heimnetz logisch aufteilen, zum Beispiel in:
Home (private GerÀte)
IoT (smarte GerÀte)
Guest (Besucher)
OPNsense oder OpenWrt machen diese Segmentierung unkompliziert. Ăber Firewall-Regeln lĂ€sst sich festlegen, wer nur ins Internet darf, wer intern kommunizieren darf und wer komplett isoliert bleibt.
OpenWrt & mehrere SSIDs
Mit OpenWrt lassen sich mehrere WLAN-SSIDs definieren, die jeweils einem eigenen VLAN zugeordnet sind. Damit bleiben IoT-, GĂ€ste- und PrivatgerĂ€te sauber getrennt â auch wenn alle ĂŒber dieselben Access Points laufen.
802.11r â wenn mehrere Access Points im Spiel sind
In Haushalten mit mehreren Access Points erleichtert 802.11r (fast BSS transition) das Roaming zwischen APs. Es ermöglicht, dass Clients ihre Verbindung schneller an Nachbar-APs ĂŒbergeben, ohne erneut vollstĂ€ndige Authentifizierung durchlaufen zu mĂŒssen. Das sorgt fĂŒr stabile Verbindungen, selbst wenn jede SSID in verschiedene VLANs segmentiert bleibt.
VPN und DMZ â das SahnehĂ€ubchen
Wer Dienste von auĂen erreichbar macht (z. B. Home Assistant, Kameras oder Server), sollte diese in einer DMZ isolieren â also einem getrennten Netzwerkbereich, der selbst bei Angriffen keinen Zugriff auf das interne Heimnetz gewĂ€hrt.
Und fĂŒr Privatkunden gilt: Ich empfehle grundsĂ€tzlich, niemals direkt Ports ins Internet zu öffnen, sondern ausschlieĂlich ĂŒber VPN auf das Heimnetz zuzugreifen. WireGuard bietet hier eine extrem sichere, schnelle und mobilfreundliche Lösung â ideal fĂŒr Smartphones, Tablets oder Laptops. So bleibt der Fernzugriff nicht nur komfortabel, sondern auch maximal geschĂŒtzt.
If It's Smart, It's Vulnerable : Hyppönen, Mikko: Amazon.de: BĂŒcher
Intrusion Monitoring mit Graylog
Ein modernes Smart Home braucht mehr als eine Firewall. Ein intelligentes IDS/IPS auf Basis von OPNsense mit Suricata und Graylog ĂŒberwacht sĂ€mtliche Zugriffe auf Web-Services und analysiert nicht nur was passiert, sondern auch die Intention hinter den Requests.
Suricata erkennt verdĂ€chtige Muster direkt auf Netzwerkebene, wĂ€hrend Graylog die Ereignisse zentral sammelt, korreliert und visualisiert â inklusive Angreifer-Standorte, Honeypot-Auswertung und Echtzeit-Alerts bei bösartigem Verhalten. So werden Logs zu einem aktiven, transparenten Sicherheitssystem.
Whimsical Systems Podcast #1

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch âą No registration required âą HD streaming
âWhen you finally get tired of your ISP router, one of the most-recommended replacements is making your own with a custom OPNsense firewall. This puts the power back in your hands, limits what your ISP can do to your connection, and gives you plenty of protection and features youâve been missing all this time. But one of the awesome things about OPNsense isnât just that itâs a powerful router, but that you can make it even better by installing other services as plugins.â
OPNsense is a fork of PFsense, with a more modern UI, more regular updates, and slightly lighter resource requirements.
The plugins listed are all very useful, but it is worth also just making some comments about some of them here, as Iâve been using a few of them myself after having considered alternatives:
Zenarmor can be used for free, but it will then lack the device tracking and alerting for unknown devices, as well as the more advanced rules management and additional profiles. For me, the device identification and management was quite key. Zenarmor is ideal for protecting the LAN side of the firewall by inspecting every network packet, and blocking/altering regarding known and emerging threats. It is similar to the free ntopng plugin, but ntopng really only analyses and inspects, and does no blocking. If you are interested in buying the Zenarmor subscription, my referral code SVNCDQ4TQW294 will get you 10% off your first payment (month or year).
OPNsense does have a built-in IDS/IPS system, but the issue really is you have to configure the rules to be downloaded, and then set them to alert/block, and it is a rather cumbersome process.
CrowdSec is ideal for blocking threats from outside your WAN, also compared to known threats. The free version is usually good enough for most people, and it adjusts the blocking rules of OPNsense.
Tailscale is a remote access tool that is based on WireGuard. For me, its big advantage can be that it is easier to configure end devices for access, and it will work well with dynamic IP addresses. Although Tailscale is a commercial product, the free version will do what most home users require.
The linked article mentions os-git-backup plugin for backing up config changes, but I am using the Nextcloud plugin to back up automatically to my own Nextcloud.
It is really worth exploring the OPNsense plugins as they can provide some really rich extra functionality. Just bear in mind everything may not work, e.g. the SMART drive plugin does not work with my Protectli eMMC drive.
See https://www.xda-developers.com/opnsense-plugins-that-make-my-home-network-a-joy-to-use
OPNManager is a streamlined, user-friendly application designed to simplify the management of OPNsense firewalls. Built with Tauri and SvelteKit, this cross-platform app provides an intuitive interface for users who need a more simplified alternative to the standard OPNsense web interface.
It is not an official OPNsense mobile app but will use the OPNsense API to allow a user to view and manage some basic dashboard functionality.
The dev is trying to get enough testers together (see on the r/opnsense Subreddit) and then the app can appear as a beta testing app on Androidâs app store.
But if you look at the GitHub site you will see an Android APK release, as well as Linux releases including an AppImage so far.
See https://github.com/Red-Swingline/OPNManager
Well, this was no mean feat in the end, but lots of preparation did help make it ultimately migrate with only 70 minutes of downtime.
Why I did this
My home network does include one hosted server, as well as an SDR radio receiver that anyone can log into from the Internet side. Some of the server services I access from the outside, and also share my public bookmarks on one of the services. I also run a Reticulum social network, using I2PD, from behind the firewall.
My Asus consumer router hit 10 years old, and it stopped getting security patches and updates in Dec 2024. I did just buy a brand-new Asus router that had VLAN support, but I quickly discovered it could not handle any inter-VLAN traffic rules.
So I retuned the Asus router to Amazon SA and bought a Protectli firewall appliance from Amazon US.
Why OPNsense?
Between the two above paragraphs was a lot of frantic research into what would support VLANs properly. I wanted to do VLANs so that I could separate my IoT devices from my user computers, from my guest devices, from my CCTV system and WiFi cameras, from my Victron solar system, etc. But I needed some devices to still talk one-way to other devices, etc. For this, I needed granular management of the inter-VLAN traffic rules.
I saw I could go cheap and quick with one MikroTik Wi-Fi router with proprietary software which has a steep learning curve (so the Reddit consensus says), or I could 4x more expensive and get 3 different devices with open source OPNsense software with a slightly less steep learning curve.
I actually spent a whole week learning pfSense which I installed on an Intel NUC. It worked quite well, but when comparing pfSense with OPNsense I decided to go the full open source route instead. Their GUIâs differ a bit, but their underlying principles are the same.
So, at the last minute before the Protectli device was delivered, I changed to OPNsense.
What did I do wrong?
On the deviceâs front, I did realise that I needed 802.1Q VLAN aware switches. I bought two TP-Link TL-SG108E switches. They do what is needed for the VLANs and have PoE as well.
I bought that Asus router that had no inter-VLAN traffic rules.
I realised I required a fully manageable switch for my core switch (I could do MAC VLANs with this too, or even DHCP, if I wanted). I bought a TP-Link 8-Port switch for my core switch, but quickly discovered that if I wanted to create a LAGG link (2x Ethernet ports for load balancing, more throughput, and failover) then I would be at least one port short. So, I returned that switch and ordered the 16-Port TL-SG2218 as a replacement. In my haste, I bought a perfectly good switch, but realised it does not have PoE (Iâll let that ride).
Just to explain why the LAGG interface: The firewall has 4 2.5 GHz Ethernet ports on it. One is dedicated to the WAN side, and typically one would be for LAN. But that LAN port connects to a switch with 8 or more devices, then two more switches. The problem is that the single LAN interface, between the core switch and the firewall, can be a bottleneck if you are streaming media. A LAGG interface is two or more physical interfaces tied together into a virtual LAGG interface. So your 2.5G Hz LAN port could become a 5 GHz LAGG interface. But you need to create the LAGG interface on teh firewall and core switch before you create all your VLANs, as the VLANs but have that LAGG interface as their parent interface.
I was thinking I could use my older Wi-Fi router, or my newer Xiaomi router with OpenWRT installed, as the wireless AP. Well neither of those were to be, as they needed to have VLAN support too! So, I settled on buying the TP-Link TL-WA1801 wireless AP (TP-Link lingo is multi-SSID for when it supports VLAN tagging per wireless SSID). After starting to set that device up I saw no options for the VLANs and then thought, oh no, another mess up. But after reading the manual, I saw it defaults to AP mode, and you must change it to multi-SSID mode â solved! This allows me to set a specific VLAN for everything on the Guest network, another VLAN for the IoT network, etc.
Setting it up
So, I spent the week after that refining my network diagrams as I added more VLANs. I cannot overestimate the IMPORTANCE of a detailed network diagram to show exactly what devices connect to which ports, which VLANs they must be in, and which are the trunk ports between the switches and the router. Because you need to have those ports connected to devices as untagged access ports, and the trunk ports set as tagged ports. I got this reversed on one switch, which meant none of its access devices appeared in their correct VLANs. They showed up as dynamic IP addresses in the MGMT VLAN.
The LAGG link also cost me days of going in circles. You either start with LAGG, or you donât (because everything gets created off that LAGG link as the parent interface). It is way simpler to just have one network with everything in the 192.168.1.0/24 range. But when you have a LAN interface on one port, and a LAGG interface across two other ports, and everything has different address ranges, it gets very sticky.
Ultimately, what was getting me, was the end devices could obtain their VLAN IPs, but I could not see the actual management interfaces for the switches. I was doing all the setup using the LAN port on the firewall router. In the âveryâ end, I realised why many create a MGMT VLAN â you can have that also attached to the LAGG interface, and you can set static IP addresses for your switches and wireless AP to appear in that VLAN. You can also dedicate a port on the switch to the MGMT VLAN, so if you plug your laptop into that port, you see all the network devices that need to be managed.
But of course there was also a typo in the VLAN setup somewhere which was mysteriously resulting in some stuff not working. With pfSense and OPNsense for every VLAN you create, you have to: * Create the VLAN * Add it to the Interface * Edit new Interface to set a static IPv4 address * Create a DHCP service for it with an address pool * Configure the firewall rules for it to see Internet or other VLANs * Create the same VLANs on the switches * Tag correct ports for each VLAN on the switches * Create VLANs on the wireless AP
All the above have to synchronise, and you need to remember to also set each as active.
Going live
Only after I could see and manage my LAN switches could I go live. I still could not see the two switches that connected to my core switch, although the devices connected to them, were appearing in their correct VLANs.
Eventually I figured it must be because the switches themselves were not getting into the MGMT VLAN. Obviously, DHCP from the router was not working through to those switches. My core switch was appearing, and it was because I could set a secondary static IP address in the MGMT VLAN range. So I decided to take a chance and set one of my other switches to a static IP address in that same range. And there it appeared! Yes, there must be a way to have DHCP assign the address, but I had tried setting the switchâs port one to VLAN99 access, which locked me out of it. VLAN tagging is still something I need to understand a lot better!
So around 17:15 I decided to switch it on. Everything came on, and some devices were visible. Better than I expected! I had forgotten to add the IOT devices to be seen by the USERS VLAN. But there was zero Internet at all.
Lots of poking around the WAN side of things showed me that the static IP I had set was correct. I dug around for quite a while looking at logs until I saw something about the gateway. When I opened the gateway settings, I saw it was showing the first VLAN as its interface. I did an Internet search on OPNsense and gateway with static IP, only to find that OPNsense configures fine if you use DHCP for your WAN IP. So, it seemed I needed to set the gateway itself and make that the default then for the WAN interface.
After that, the firewall saw the Internet and got some updates etc. But none of my VLANs were seeing the Internet. I twiddled more with editing and resaving those gateway settings etc again, and eventually it all popped to life at around 18:29.
All that remained was the tweaking, like changing IPs from PCâs and phones to point to the media serverâs new IP address. I had to change some settings in Home Assistant to point to the Victron systemâs new IP address, lots of login IP address changes, etc.
I just had to update my Nginx Proxy Manager to also point incoming Internet traffic to the new IP addresses. One thing that puzzled me was why my OpenWebRx receiver was still not being seen from the Internet, yet I could access it by its LAN IP address. Eventually I saw the firewall rule pointed to the OpenWebRx address (which is actually the gateway address for the OpenWebRx VLAN, instead of the server itself). So, I edited that rule to rather point to an alias called OpenWebRxAdd (which was the address of the server itself). And OpenWebRx came to life as well.
There is still lots of checking and tweaking to do, but all my main services are running fine. I am still quite amazed that it all came together at all.
Was it worth it?
Well it is early days still, but so far Iâm extremely happy with it. All my devices have Internet access outwards except for the cameras, and all the other devices are isolated from each other outside of their own VLANs. I moved the Victron system onto its own VLAN in the end, as potentially it could disable the house if someone hacked it. The Home Assistant can only pull data from a specific Modbus port between the VLANs. My OpenWebRx SDR receiver on its Raspberry Pi is on its own isolated VLAN too. The USER VLAN for our PCs and phones are isolated from the MGMT VLAN.
I expect Iâll update this as I find some interesting aspects about managing the system later on. I do still have to enable the WireGuard remote access as well as the Intruder Detection and Prevention Systems.
Iâll include a few screenshots below for reference as to what worked for the switch VLAN port settings.
LAGG interface spans ports 1 and 2 â shows traffic spraed across both ports here
Port 1 set as the tagged trunk port to carry VLAN10 traffic, with Ports 3 and 5 set for VLAN10 access ports
Donât forget to set the access ports with their VLAN IDs too!
Here the SSID for Danie_IOT will tag those devices with VLAN10