Debian Admin

Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips

  • Sponsor

  • Categories

  • Sponsor

  • Meta

  • Archives

Archive for the 'Network' Category

Monitoring Servers,Network Devices with Opmanager

Posted by Admin on 11th December 2007

OpManager is a network monitoring software that can automatically discover your network; group your devices into intuitive maps, monitor devices in real-time and alert instantaneously on failure. It serves as a complete network monitoring solution by providing complete fault and performance functionality across your WAN and LAN infrastructure.

Read the rest of this entry »

  • Share/Bookmark

Posted in Monitoring, Network | No Comments »

Howto Recover Cisco Router Password

Posted by Admin on 22nd November 2007

This ‘How to’ is written to show the step by step password recovery of the Cisco Routers. It is assumed that you have a prior knowledge of what a router is and its basic function. It is also assumed the you are having some experience of configuring the router.

Read the rest of this entry »

  • Share/Bookmark

Posted in Network | No Comments »

Cisco Layer 2 Switch Functions

Posted by Admin on 18th November 2007

Layer 2 switch is A network device that forwards traffic based on MAC layer (Ethernet or Token Ring) addresses.

Read the rest of this entry »

  • Share/Bookmark

Posted in Network | 1 Comment »

Howto Setup Cisco Router Enable Password

Posted by Admin on 14th November 2007

There are five passwords used to secure your Cisco routers: console, auxiliary, telnet (VTY),enable password, and enable secret. Just as you learned earlier in the chapter, the first two passwords are used to set your enable password that’s used to secure privileged mode. This will prompt a user for a password when the enable command is used. The other three are used to configure a password when user mode is accessed either through the console port, through the auxiliary port, or via Telnet.

Read the rest of this entry »

  • Share/Bookmark

Posted in Network | 3 Comments »

Howto setup cisco router Hostnames

Posted by Admin on 13th November 2007

You can set the identity of the router with the hostname command. This is only locally significant,which means that it has no bearing on how the router performs name lookups or how the router works on the internetwork.

Read the rest of this entry »

  • Share/Bookmark

Posted in Network | No Comments »

Mount a remote file system through ssh Using sshfs

Posted by Admin on 3rd September 2007

If you want to access a remote file system through ssh you need to install sshfs.sshfs is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there’s nothing to do. On the client side mounting the file system is as easy as logging into the server with ssh.

Read the rest of this entry »

  • Share/Bookmark

Posted in Network | 2 Comments »