My computer and switch both are connected to network. I need to connect to the console port of switch via serial port on my computer. I am using ubuntu.

How can I do that? How do I know whats the port where I've plugged the serial jack into and how to access it? I need some terminal emulator kind of thing.

Thanks.

link|improve this question

70% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Connect it to COM1 with a normal serial cable, and connect minicom to /dev/ttyS0.

link|improve this answer
3  
Minicom is nice, but you might also want to just use screen. Something like screen /dev/ttyS0 9600 may be what you want. See embeddedfreak.wordpress.com/2008/08/12/… – Zoredache Aug 25 '10 at 23:30
Zoredache - you are awesome. screen works like a charm. – hari Aug 25 '10 at 23:37
Zoredache +1 I didn't know screen could do that....nice tip – 3dinfluence Aug 25 '10 at 23:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.