View Full Version : How Do I Connect To A CISCO Router With KNOPPIX.
MGILB81
03-29-2006, 08:36 PM
Im using a CISCO 1900 switch and Im trying to access it through the COM1 port. How do I do that with KNOPPIX 4.0?
UnderScore
03-29-2006, 11:27 PM
I used to use windows hyperterminal to do it in windows and I think minicom is a decent serial comm. program. See http://www.antionline.com/showthread.php?s=&threadid=249007
pau1knopp
03-30-2006, 02:42 PM
depends on how you want to connect...
minicom is great to connect to the console port "out of band". you will need to setup your minirc.dfl config file to work with your device. here is what i use to connect to a netscreen 5gt devices
# Machine-generated file - use setup menu in minicom to change parameters.
pu port /dev/ttyS0
pu baudrate 9600
pu bits 8
pu parity N
pu stopbits 1
pu minit ~^M~
telnet is great for connecting over the wire. if your workstation and your router are configured correctly, just perform the following from a konsole or rxvt terminal window (using your router ip address of course)
telnet 192.168.0.1
ton's has been written about managing cisco devices with linux
http://www.google.com/search?hs=kDc&hl=en&lr=&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=cisco+router+linux&btnG=Search
Powered by vBulletin® Version 4.2.2 Copyright © 2026 vBulletin Solutions, Inc. All rights reserved.