Ubuntu – how to connect to a switch connected to serial port

consoleserialswitchUbuntu

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.

Best Answer

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

Related Topic