Categories
Tags
aastra apache asterisk centos cheatsheet chrome cisco comic dd dropbox email esxi fedora file sharing find gmail gnome google grep im feeling lucky linux migration networking olf openfiler openoffice replace rpl scm search security sed sp3 spyware ssh storage subversion tips tomcat twitter ubuntu vmware voip windowsArchives
Connecting to serial devices with minicom
I’ve often found the need to break out the console cable to configure a router, switch, or other device that only had a serial console. On Windows, most folks fall back on the good old hyper terminal to get the job done. This works great, as long as your on Windows.
Since I’ve been getting myself to use Linux (specifically Archlinux) more and more, I’ve managed to find a way to connect to these devices in a fairly straightforward manner.
Here comes minicom. Included in most package management systems, is just a {yum,apt,pacman} away, and you’re ready to roll. On first run, you need to execute
minicom -sand setup some basic configurations options. Namely, if you’re connecting to a Cisco device, set the port speed to 9600 baud, and the rest of the defaults should be fine.At this point, you’re ready to start configuring. Enjoy.
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.