I would be more interested if someone managed to build a GRE tunnel bonding solution with open source tools. Multiplexing a data stream over multiple LTE uplinks would be nice.
Building an LTE Access Point with a Raspberry Pi
51–60 of 68 posts
Re: Building an LTE Access Point with a Raspberry Pi
#52Not mentioned in the article, but I'd also recommend force-setting DHCP Option 43 to "ANDROID_METERED" to let Android clients know you're on a metered connection (hotspot) instead of a normal landline-based WiFi network. [1] This inhibits some things like automatic updates. I don't know of an equivalent for other OSes, unfortunately. [1]: https://www.lorier.net/docs/android-metered.html
Re: Building an LTE Access Point with a Raspberry Pi
#53Earlier quoted context omitted.
Yeah, I did this myself not long ago as part of a mobile office rig and ... I didn't write about it or share about it becuase it was mostly just putting USB male connectors into USB female connectors and sourcing the right kind of batteries to charge things. Oh, and learning ethernet cables are a monstrous power draw and you're much better off using wifi for everything. I mean, yeah it's cool to have. But I can't hel…
Everyone's gotta start somewhere.
I confess I screwed up on the battery choices more times than I care to admit.
Re: Building an LTE Access Point with a Raspberry Pi
#54Earlier quoted context omitted.
Within minutes? Seems optimistic.
I've heard tales of cell towers having more or less automatic interference detection and the owners have a big incentive to let the FCC know. For other things, it's so rarely enforced or "self-policed" (like ham bands) that it's super rare for people to get busted, even with triangulization being what it is. Some kid here in NYC was trolling on the NYPD frequencies (analog FM still) and it took quite a while to track…
Re: Building an LTE Access Point with a Raspberry Pi
#55As for the Huawei stick, most of them support being switched to modem mode using usb-modeswitch. But I'd prefer the "virtual network interface" mode if I had the choice, usb-modeswitch and modem stuff isn't exactly the best documented thing on this planet.
What's the difference? From the sound of it, the VNI would be a USB device identifying itself as an ethernet adapter and usb-modeswitch does... mode switching, like the 'alternative protocol' thingy that USB3 can do?
Re: Building an LTE Access Point with a Raspberry Pi
#56I don't with to diminish the author's work but there's nothing all that special about the LTE portion. From the perspective of the Pi it's just another interface/network. This is more akin to building a basic consumer all-in-one router -- which I think actually sounds cooler. So the pieces that this article puts together: * Bridging the Pi's ethernet and wireless interface and setting up DHCP pointing to a forwarding…
True. Using "Hilink" is easy mode. Using NCM (in this case) is slightly harder but saves you from double NAT. E3372 can be reflashed to do this.
Re: Building an LTE Access Point with a Raspberry Pi
#57Not mentioned in the article, but I'd also recommend force-setting DHCP Option 43 to "ANDROID_METERED" to let Android clients know you're on a metered connection (hotspot) instead of a normal landline-based WiFi network. [1] This inhibits some things like automatic updates. I don't know of an equivalent for other OSes, unfortunately. [1]: https://www.lorier.net/docs/android-metered.html
https://unix.stackexchange.com/questions/229403/rate-limit-n...
As anyone aware of even better solutions than this?
Re: Building an LTE Access Point with a Raspberry Pi
#58I don't with to diminish the author's work but there's nothing all that special about the LTE portion. From the perspective of the Pi it's just another interface/network. This is more akin to building a basic consumer all-in-one router -- which I think actually sounds cooler. So the pieces that this article puts together: * Bridging the Pi's ethernet and wireless interface and setting up DHCP pointing to a forwarding…
https://www.raspberrypi.org/documentation/installation/insta...
https://pimylifeup.com/raspberry-pi-wifi-bridge/
Secondly, I hoped it was about the using the LTE dongle in modem mode via vwdial (or similar) rather than in RNDIS/network interface mode.
Re: Building an LTE Access Point with a Raspberry Pi
#59Earlier quoted context omitted.
Can you comment on Ethernet being more power hungry than Wifi? That's the first time I've heard that.
Ethernet usually requires isolation magnetics and transformers, while WiFi is basically just a wire sticking out of an RFIC.
Without doing any analysis at all, I suspect the idle behaviour is a big difference; Wifi goes silent if there's no traffic, apart from AP beacons, but Ethernet continuously transmits "fast link pulses" every 16 miliseconds to maintain autonegotiation and detect connection lost.
Re: Building an LTE Access Point with a Raspberry Pi
#60Earlier quoted context omitted.
This is not about hosting an LTE 'access point'. It's about creating a access point which uses an LTE uplink. I agree, the title is somewhat misleading.
Correct. If you were to create an actual “access point” you will have the FCC and other agencies knocking on your door within minutes.