I had two problems with my module, on my Ubuntu 12.04 system.

The admin network stationsquare works fine, but when I connected to peoplesopen.net I could not find any name servers.
When I look for help at h.sudomesh.org I get a access forbidden message.

 

root@reindeer:~ > ifconfig wlan0
wlan0     Link encap:Ethernet  HWaddr f4:b7:e2:87:2a:69  
          inet addr:10.0.37.190  Bcast:10.255.255.255  Mask:255.0.0.0
          inet6 addr: fe80::f6b7:e2ff:fe87:2a69/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1400  Metric:1
          RX packets:4 errors:0 dropped:0 overruns:0 frame:0
          TX packets:183 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:790 (790.0 B)  TX bytes:19577 (19.5 KB)
root@reindeer:~ > iwconfig wlan0
wlan0     IEEE 802.11abgn  ESSID:"peoplesopen.net"  
          Mode:Managed  Frequency:2.422 GHz  Access Point: 00:15:6D:72:05:26   
          Bit Rate=54 Mb/s   Tx-Power=16 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:on
          Link Quality=52/70  Signal level=-58 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:188   Missed beacon:0


brad@reindeer:~ > nslookup yahoo.com
;; connection timed out; no servers could be reached


The /etc/resolv.conf file contains


nameserver 127.0.0.1

I replaced this with

nameserver 10.0.37.1


and the name lookups worked, but the browser still could not resolve names.
That's where I left it.

brad@reindeer:~ > nslookup peoplesopen.net
Server:         10.0.37.1
Address:        10.0.37.1#53

Non-authoritative answer:
Name:   peoplesopen.net
Address: 199.175.52.221

Did anyone else have similar issues?