SuperNode on Pebble Linux

WifiDog on Pebble

Many thanks to NYCwireless member Brian Walden for working hard to compile WifiDog on a hand-built Metrix Pebble installation NYCwireless offers a version of WifiDog that is already compiled for Pebble Linux. We recommend that you start with Metrix Pebble, which is an updated version of our Pebble Linux distribution.Metrix Pebble can be installed in exactly the same way as older version of (Pebble). 

Installing WifiDog

The WifiDog package available on this page is fully configured and ready to be dropped into place on a live Pebble Linux box. Once you have Metrix Pebble installed, download the attached wifidog-1.1.3beta2-metrixpebble.tar.gz file onto your node into /root. Run the following commands to unpackage WifiDog onto your Pebble Linux, and install the correct startup script and configuration file. 

remountrw tar -C / -zxvf wifidog-1.1.3_beta2.for-metrix-051110.tar.gz remountro

Setting up DNS when you use DHCP

Run the following commands to add the proper DNS lines to /etc/resolv/static: 

remountrw echo "nameserver 4.2.2.1" >> /etc/resolv/static echo "nameserver 4.2.2.2" >> /etc/resolv/static remountro

You should be able to reboot your Pebble Linux box and use WifiDog.