Tired of losing my RPi on the local network I wrote a script for it to say its IP.
Just put the script at the usual place and select it with the conf script!
#!/bin/sh
. /usr/local/pisound/scripts/common/common.sh
flash_leds 1
log "Saying the wlan0 ip..."
ifconfig | grep -A 1 wlan0 | grep inet | sed "s/ *inet //" | sed "s/ .*//" | festival --tts
flash_leds 20