在iTerm2上的tmux会话中,我正在以ubuntu/trusty64
为基础框的流浪汉上运行mininet。我正在寻找一种解决方案,在iTerm2中的mininet拓扑中的多个主机上启动shell(理想情况下,作为我现有tmux会话中的新窗格/选项卡)。
示例 -
# ssh into vagrant box
vagrant ssh
# create minimal topology
sudo mn --topo minimal --controller remote
# opens xterm (XQuartz) window, connected to host1
mininet> xterm h1
# starts bash on host1
mininet> h1 bash