If you tried to use MathSciNet from home or somewhere else, you must have seen the MathSciNet Access Error message that states that ``MathSciNet is available by subscription only''. To be able to use MathSciNet from your laptop or home computer, you may use port forwarding (ssh tunneling):
ssh -fN -L 31415:www.ams.org:80 YourAccount@math.YourUniversity.eduInstead of www.ams.org, you can use its mirrors: ams.rice.edu, ams.math.uni-bielefeld.de, ams.impa.br
kill `ps x|grep "ssh.*31415:www.ams.org"|grep -v grep|sed 's/^ *//'|cut -f1 -d' '`
Written by Andrew Comech
The latest version lives at http://www.math.tamu.edu/~comech/tools/mathscinet.html