I'm tinkering with IoT (arduino + wifi shield) and I'm also for an open (read free) internet. Both these things would be helped if I could create a free (no password etc.) wifi hotspot (my IoT thingies would connect nicely and strangers could use it too).
My actual network setup is a DSL-box which comes with an integrated router (and 4 ethernet ports, FWIW it's a French "freebox"), I have connected a switch to it and everyone jacks into that switch:
-----telephone line-----DSL_Router---Switch <-everyone connects here
Now if I attach (say) a Raspberry-Pi with a wifi hotspot to it, my security will be compromised as any anonymous person connecting to the free wifi hotspot can access my private network.
I know I can buy 2 routers (say 2 Raspberry) and create two local networks behind the DSL router, one private and one public but it's obviously more work/hassle/expensive/error prone/... so is there some way to make the Raspberry send all it's requests towards the DSL-Router and not into the local network?
Thanks for your time!