Then I went overboard and set up routing so bulk traffic (OS updates, backups) go over a slower DSL connection, while other traffic goes over LTE. And if LTE goes down, it switches to the DSL connection.
Building an LTE Access Point with a Raspberry Pi
11–20 of 68 posts
Re: Building an LTE Access Point with a Raspberry Pi
#12You should checkout EspressoBin, which should be more suitable for this task. Hardware-Switch, WAN-Port and so on
It has horrible reviews (booting by itself etc.). Any better alternative?
Re: Building an LTE Access Point with a Raspberry Pi
#13Re: Building an LTE Access Point with a Raspberry Pi
#14I know the spectrum isn’t licensed for us, but wouldn’t it be great if someone figures out how to build a booster for those of us with a weak signal.
Re: Building an LTE Access Point with a Raspberry Pi
#15Re: Building an LTE Access Point with a Raspberry Pi
#16Re: Building an LTE Access Point with a Raspberry Pi
#17This 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 DNS server on the bridge with dnsmasq.
* Setting up Linux IP forwarding and the iptables rules needed to perform NAT over the WAN.
* Setting up a wireless access point on the Pi with hostapd.
It really is super cool that for $35 and an hour you can have a functioning, albeit not super fast, router that's basically ready to be plugged into a modem and work.
Re: Building an LTE Access Point with a Raspberry Pi
#18I 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…
Re: Building an LTE Access Point with a Raspberry Pi
#19Re: Building an LTE Access Point with a Raspberry Pi
#20I don't know of an equivalent for other OSes, unfortunately.