I am trying to run wireshark on h1 node on mininet. I have downloaded and imported the mininet VM I was successfully able to ssh into the mininet VM from my host computer.
When I try running h1 xterm
or xterm h1
or h1 wireshark &
on mininet I get on of the following errors:
- Can't connect to display %s
- Could not connect to display
- Display not found
Here are all the things I have tried:
- setting
$ DISPLAY=:0.0 $ export DISPLAY
and then - sudo -E mn
- using
ssh -X mininet@192.168.56.102
I always end up getting the same error or no response.enter code here