Seems to be up now. This is what I used to setup RRAS on my box, if you follow it you'll be fine.
Also, somebody posted a great idea in a different thread. Create a batch file (say c:stopras.bat) and add the following line to it
QUOTE
net stop "Routing and remote access"
Now use Task Scheduler to schedule that batch file for say 10 minutes or so. Now, no matter how badly you screw up your RRAS config, that batch file will kick in and turn it off. (Note: run the batch file manually first just to make sure you've typed it correctly. You should get a "service not started" error).