I'm trying to set up a guruplug as an access point on a network other than the default. The gateway on this network is 192.168.10.1. I've been able to connect to the accesspoint, but with no connectivity to the internet.
In /etc/network/interfaces, I've set eth0 to 192.168.10.118, and uap0 to 192.168.10.179. I changed /etc/resolv.conf to "nameserver 192.168.10.1". I can ssh in to the eth0 ip and ping
www.google.com. So the guruplug has access to the internet on this network.
I left uap0 unsecured for testing. I've modified /root/init_setup.sh to provide the ssid "Network101" and the ip to 192.168.10.179.
I edited /etc/udhcpd.conf and changed all the references to the 192.168.10 subnet. Network101 appears on my laptop, and I can connect to it. But then I cannot connect to the internet through my browser, and
cannot successfully ping
www.google.com or 192.168.10.1.
An odd thing is that iwconfig says "no wireless extensions" for uap0. "uaputl sys_config" correctly reports the ssid and other parameters.
Any thoughts on what else I need to do to get this to work?