groups | grep netadmin ; R=$?
if [ "$R" = "0" ]; then
	sudo /usr/bin/gnome-ppp.bin
else
	zenity --error --text="User are not in netadmin group"
fi
