On your PI as ROOT type

*ifconfig*

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
>         inet 192.168.0.4  netmask 255.255.255.0  broadcast 192.168.0.255
>

Second lie tells you what your IP and NETMASK is.

Now take those numbers and put them in the /etc/dhcpcd.conf like this..... 
and put your routers IP on the 3rd line and leave the domain_name_servers 
as is.

interface eth0
> static ip_address=192.168.0.4/255.255.255.0
> static routers=192.168.0.1
> static domain_name_servers=8.8.8.8 8.8.4.4
>

Now save that file with all the other info AS IS.

Edit /etc/hostapd/hostapd.conf

   1. Edit for your AP *ssid* name *ssid=YOUR-AP-NAME* 
   2. Make sure you edit *wpa_passphrase* *wpa_passphrase=WIFI-PASSWORD*

Save file leaving everything else AS IS.

Now if you copied and pasted all the other steps EXACTLY as I wrote then 
your setup will work.

Reboot pi and edit your WS WiFi access to use the SSDI name you gave in 
/etc/hostapd/hostapd.conf and the PASSWORD you set.

Then make sure that observer is sniffing port 80 on wlan0

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to