Skip to content

Instantly share code, notes, and snippets.

@mnathani
Created July 23, 2016 23:45
Show Gist options
  • Save mnathani/758d17d0fb4b339afa959304c5127547 to your computer and use it in GitHub Desktop.
Save mnathani/758d17d0fb4b339afa959304c5127547 to your computer and use it in GitHub Desktop.
GNS3 Telnet and Serial Commands using tmux session called gns3
tmux new-session -s gns3
alias tg='tmux new-session -s gns3'
Telnet:
konsole --new-tab -p tabtitle="%d" -e "tmux attach -t gns3\; new-window -t gns3 -n %d telnet %h %p"
Serial:
konsole --new-tab -p tabtitle="%d" -e 'tmux attach -t gns3\; new-window -t gns3 -n %d socat UNIX-CONNECT:"%s" stdio,raw,echo=0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment