Terminal tabs in Linux / Ubuntu

I’ve been messing around before with Gnome Terminal but was unable to make GNS3 automatically open all router telnet sessions in a single window and multiple tabs. There are some solutions when you google for it but it includes download scripts and making some changes.

Thanks to Darren who posted this in the forum there’s an easier way to do it:

  1. Make sure you have “konsole” installed otherwise install it by using ‘sudo apt-get install konsole’
  2. Start GNS3.
  3. Go to “Edit” then “Preferences”.
  4. Open the “Terminal Settings” tab.
  5. Enter this line at the “Terminal Command” box:

/usr/bin/konsole –new-tab -p %d -e telnet %h %p >/dev/null 2>&1 &

That’s it. If you want to see an example check this youtube video:

Opt In Image
Do you want your CCNA or CCNP Certificate?

The How to Master series helps you to understand complex topics like spanning-tree, VLANs, trunks, OSPF, EIGRP, BGP and more.

Written by René Molenaar - CCIE #41726

You May Also Like

About the Author: Rene Molenaar

René - CCIE #41726 is the creator of GNS3Vault.com where he shares CCNA, CCNP and CCIE R&S labs. He also blogs about networking on http://networklessons.com

1 Comment

  1. Please Rene…Can you describe a method for opening Telnet links in terminal for Web IOU and other Firefox applications……..I used you method posted on network lessons but the terminal immediately closes after opening in a blink of an eye.

    Waiting eagerly for your kind reply.

    Regards.

Comments are closed.