MUNET beginner questions #83
-
|
Hi, For the two hosts topology in the example, I tried the interactive shell command "ping": munet> h1 shi ping 10.0.1.1 But I can't get out of it. ^C does not do it. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hey Aaron, This probably is some sort of bug with how signals are being processed/passed by munet when running commands from the munet CLI. However, you can accomplish the same task by directly opening a shell in e.g: Note that this approach requires you to either be running inside a tmux session (recommended, but you have to run munet with |
Beta Was this translation helpful? Give feedback.
Hey Aaron,
This probably is some sort of bug with how signals are being processed/passed by munet when running commands from the munet CLI. However, you can accomplish the same task by directly opening a shell in
h1and then starting your ping.e.g:
Note that this approach requires you to either be running inside a tmux session (recommended, but you have to run munet with
sudo -E) or have xterm installed.