#!/bin/sh
/sbin/ifconfig $1 | grep 'P-t-P:' | sed 's/.*P-t-P:\([0-9.]*\).*/\1/g' 
