This Page Lists Camera around the Melbourne Wireless Network The cameras are accessible on the Melbourne Wireless network only. HVC Camera (http://hvccam1.in.mw.org.au/axis-cgi/jpg/image.cgi?resolution=VGA&compression=10&clock=1&date=1 http://hvccam1.in.mw.org.au/axis-cgi/jpg/image.cgi?resolution=VGA&compression=10&clock=1&date=1) KKI Camera (http://kkicam1.in.mw.org.au/snapshot.cgi http://kkicam1.in.mw.org.au/snapshot.cgi) JAA Camera (http://jaacam1.in.mw.org.au:81/snapshot.cgi http://jaacam1.in.mw.org.au:81/snapshot.cgi) KOF Camera (https://kofcam1.in.mw.org.au/snapshot.cgi https://kofcam1.in.mw.org.au/snapshot.cgi) KKV Cameras (http://kkvcam1.in.mw.org.au/snapshot.cgi?user=guest&pwd=guest http://kkvcam1.in.mw.org.au/snapshot.cgi?user=guest&pwd=guest) (http://kkvcam2.in.mw.org.au/tmpfs/auto.jpg http://kkvcam2.in.mw.org.au/tmpfs/auto.jpg) ---- The following script can be run on the Ubiquiti AirCam's, which disables authentication for snapshot.cgi: ++++ cat << 'EOF' > /etc/persistent/rc.poststart #!/bin/sh echo 'airos.allow += ("/snapshot.cgi")' >> /etc/lighttpd.conf kill -9 `ps | grep "lighttpd -D" | cut -d " " -f 3` EOF cfgmtd -w -p /etc/ ++++ This is persistent through reboots, however will need to be re-run after a firmware upgrade. Alternatively if your Aircam is on the MW network, you can easily apply the above script by running the following one-liner when SSH'ed into the camera: wget http://10.10.65.82/aircam_config.sh -O - | sh