Created
July 23, 2016 23:45
-
-
Save mnathani/758d17d0fb4b339afa959304c5127547 to your computer and use it in GitHub Desktop.
GNS3 Telnet and Serial Commands using tmux session called gns3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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