NuclearPhoenixx / RouteryPi

📶 RouteryPi is a simple WiFi access point made out of any Raspberry Pi 🥧
Apache License 2.0
132 stars 22 forks source link

Configuring different ip range for connected devices #7

Closed nikhil1232 closed 5 years ago

nikhil1232 commented 5 years ago

How do I assign a different subnet or ip range for all the devices connected to my access point.

NuclearPhoenixx commented 5 years ago

Unfortunately, you can't do it with this tutorial.

I only cover how to make an access point here, which acts as a network bridge. This requires you to use an external router with all the DHCP and network setup. You'll need to adjust the settings at the router that you plugged your Pi into. However, you can also set your own DHCP and DNS servers up and use this for your network connection. This is a completely other tutorial, though, and much more complicated than this.

NuclearPhoenixx commented 5 years ago

Any ideas and pull requests are greatly appreciated for any who read this, tough. No need to limit the tutorial and stay at access point setups ;)

NuclearPhoenixx commented 5 years ago

Closed, hope I answered your question.