Thank you @Rootman for this detailed explanation and the time you took to write it. I really appreciate you sharing your experience and security philosophy in such depth.
Your approach of “avoiding unnecessary technical layers” is a respectable strategy, and it’s an important reminder that simplicity is often more secure than complexity. Your warning about WiFi as a large attack surface is also a valuable point to consider.
However, I want to clarify that applying this approach fully is not always possible, due to purely practical reasons:
- In many rural areas, Ethernet (landline cable) is simply not available at all. The only internet access is either through public WiFi or mobile networks (4G/5G).
- The cost of mobile data (4G) in some countries is very high, and the speed is not always stable, making it an expensive and impractical primary solution.
So in my case, WiFi is not a luxury choice—it is often the only practical option available.
One solution I am currently considering is using a router in WISP mode:
The router connects to the external WiFi network (public or cellular), and then forwards the connection to my laptop via an Ethernet cable. This way:
- The ISP sees the router (not my laptop).
- My Qubes system communicates through a wired (Ethernet) connection instead of direct WiFi.
My question to you: In light of your warning about WiFi, do you think this solution (WISP) sufficiently mitigates the risks, or is it simply moving the same vulnerability (wireless connection) to another device? What additional advice would you offer to secure this setup?
I appreciate your caution, and I hope you understand that some of us are forced to deal with these practical constraints. I am looking for a solution that balances security with feasibility.