efforg/rayhunter#537

View on GitHub →
#537 Wifi walled garden - Connect to Rayhunter and use Cell for Internet at the same time.

By default when you connect Android or iOS to a WiFi network it will use the WiFi network as a default route, which means no Internet unless you have cell data on your Orbic. By using some DHCP and DNS hackery you can use a walled garden where you can access the Orbic on 192.168.1.1 while the rest of your traffic will still go over cellular.

This has only been tested on Android devices.

https://github.com/drinkingc0ffee/RayhunterWalledGarden

Comments (1)

yeah i ran into the same problem. i ended up writing this android app: https://github.com/untitaker/rayhunter-companion

it has the same goal but without modifying the orbic. instead, it uses android system APIs to ensure data is still routed the phone’s SIM, while still connecting to WiFI.