This seems like an American problem. This used to be the case in the Netherlands as well but over the years people have learned that SIM-only subscriptions are so much easier and cheaper that the majority of people now use SIM-only. In fact I know of no one around me that does it differently.
Also $45 per month is still expensive lol. I pay €12 a month. Sure, not unlimited but I never call or SMS so the 100 a month I get for that is way more than enough and I never finish the 10GB of data a month either. I can make either unlimited for really not that much more.
Also in the Netherlands and I have recently extended this concept to my home internet. Since 25 Mbps download / 10 Mbps upload is enough for my use, I no longer have an internet subscription and I make use of $25 LycaMobile unlimited data sim cards for home internet using a sim router. The IMEI of the router can be easily modified, which is also a plus.
The IP is dynamic, but for my self-hosted services that require a static IP I make use of a WireGuard tunnel between my raspberry pi and a virtual private server. The VPS has a static IP, so my domains point at the VPS and then the VPS re-routes the packets via the wireguard tunnel. In a wire guard tunnel only the server needs a static IP, so the VPS can route packets to the client even if the client’s ip is dynamic.
This seems like an American problem. This used to be the case in the Netherlands as well but over the years people have learned that SIM-only subscriptions are so much easier and cheaper that the majority of people now use SIM-only. In fact I know of no one around me that does it differently.
Also $45 per month is still expensive lol. I pay €12 a month. Sure, not unlimited but I never call or SMS so the 100 a month I get for that is way more than enough and I never finish the 10GB of data a month either. I can make either unlimited for really not that much more.
Also in the Netherlands and I have recently extended this concept to my home internet. Since 25 Mbps download / 10 Mbps upload is enough for my use, I no longer have an internet subscription and I make use of $25 LycaMobile unlimited data sim cards for home internet using a sim router. The IMEI of the router can be easily modified, which is also a plus.
Do you have a static or dynamic IP though? For some applications one would want a static one iirc
The IP is dynamic, but for my self-hosted services that require a static IP I make use of a WireGuard tunnel between my raspberry pi and a virtual private server. The VPS has a static IP, so my domains point at the VPS and then the VPS re-routes the packets via the wireguard tunnel. In a wire guard tunnel only the server needs a static IP, so the VPS can route packets to the client even if the client’s ip is dynamic.
Removed by mod