I have recently installed Ubuntu 12.04 and would like to make a virtual router for my Android Device which only connects to infrastructure networks and not ad hoc networks.
I would appreciate any tips.
I have recently installed Ubuntu 12.04 and would like to make a virtual router for my Android Device which only connects to infrastructure networks and not ad hoc networks.
I would appreciate any tips.
Run this in a terminal:
Then, open a text editor program, for example gedit. Copy the following into it.
Don't forget to fill in the name of your network after
ssid=
as well as the password afterwpa_passphrase=
.After all these, save the file as
hostapd.conf
in your home folder.Now, in your terminal:
Turn the Wi-Fi connection on in your devices and enjoy the fast network share!
you might also want to add dhcpd to assign address to your Android device. Alternatively you can configure iptables to use NAT