Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Network Troubleshooting

PC is not accessibleYou might not have permission to use this network resource.



first check firewall, if its on, off temporary.
If same results. do this

User Accounts -> Manage your credentials -> windows credentials -> Remove from vault (or edit)
 If its same results
goto 

Network and Sharing Center, click on "Local Area Connection"(Or Wireless connection) "Connections:" > Properties > Install > Client > Client for Microsoft Networks.


 If its same results, in cmd prompt as administrator,

NBTSTAT -RR
NETSH INT RESET ALL
NETSH INT IP RESET
NETSH WINSOCK RESET



--------------------------------
reset cisco router

1. To erase the configuration file, issue the erase nvram: command. Reload the router by issuing the reload command.
2. If this does not solve the problem, attempt to break into ROM Monitor (ROMmon) by issuing the break sequence (usually Ctrl and break from the Hyperterminal) from a console connection. Refer to: Cisco Standard Break Key Combinations You should see this ROMmon prompt:
rommon 1>
3. Change the configure register value to ignore the startup configuration by issuing the confreg command, as shown in this example:
rommon 2> confreg 0x2142
4. To reload the router, issue the reset command, as shown in this example:
rommon 3> reset
5. After the router boots, issue the enable command at the Router > prompt. The prompt changes to Router#, indicating that the router is now in privileged mode.
6. To enter config mode, issue the config terminal command. You should now see a Router(config)# prompt.
7. To change the configure register to recognize the startup configuration, issue the config-register command, as shown in this example:
Router (config)# config-register 0x2102

To break out of configuration mode, press Cntl and Z. To save the blank configuration, issue the copy-running config-startup config command.

No comments:

Post a Comment