Microsoft provides a neat little tool that can help track down connection problems. While this is not for the novice it can help to provide some extra information by logging your attempt to connect. You can use tracing to troubleshoot other protocols like PPP. The netsh command can also be used to configure network settings.
The command is:
netsh ras set tracing * enabled
netsh ras set tracing * disabled
then view the logs in C:\windows\tracing
- Wzctrace.log
- Eapol.log
- Rastls.log
- Wzcdlg.log
- Xmlprovi.log
- Netman.log
- Netshell.log
No comments:
Post a Comment