this is my script to do this, runs on the machine behind the firewall (larch) and connects to the default file server.
#!/bin/rc
while(){
cpu -c 'rm -f /srv/larch ;
srvfs larch /mnt/term ;
while() sleep 600 '>[2] /dev/null
sleep 6
}
