Wifi walled garden - Connect to Rayhunter and use Cell for Internet at the same time. #537
drinkingc0ffee
started this conversation in
Show and tell
Replies: 1 comment
-
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. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions