How do I trace where the connection is falling down

  • Thread starter Thread starter rcheese5
  • Start date Start date
R

rcheese5

Trying to setup a VPN to my SBS 2000. I keep getting error 721. It
looks like the info is getting passed the firewall but not verifing
user / password. Is there some log or some way of tracing the
procedure to find out where it is falling over.

Thanks
 
You can enable tracing by executing the following command on the command
prompt

"netsh ras set tracing * en"

then try connecting to the server. After the connection fails disable
tracing to flush the logs by executing command

"netsh ras set tracing * dis"

go to %windir%\tracing to see the logs. You can try reading the PPP.log.
 
Back
Top