我正在使用 mininet 版本 2.1.0。我的设置是这样的,我必须从远程机器运行 mininet 命令,例如,
ssh -X user@IP python mininet.py
X11转发似乎没问题。X 转发不仅仅在 mininet shell 中工作,但它在 SSH shell 中工作。
但是,我无法在 mininet 上运行 xterm 命令。运行 xterm 命令后,我没有得到任何输出。
mininet> pingall
*** Ping: testing ping reachability
h1 -> h2 h3
h2 -> h1 h3
h3 -> h1 h2
*** Results: 0% dropped (6/6 received)
mininet> xterm h1
mininet> h1 xterm
Warning: This program is an suid-root program or is being run by the root user.
The full text of the error or warning …Run Code Online (Sandbox Code Playgroud)