Change makeTerm() to tunnel X11 using socat if needed
For local display, allow local root access For remote display, tunnel with socat/mnexec This should enable *wireshark in hosts* and fix #119
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ function kernel_clean {
|
||||
# Install Mininet deps
|
||||
function mn_deps {
|
||||
echo "Installing Mininet dependencies"
|
||||
$install gcc make screen psmisc xterm ssh iperf iproute telnet \
|
||||
$install gcc make socat psmisc xterm ssh iperf iproute telnet \
|
||||
python-setuptools python-networkx cgroup-bin ethtool help2man \
|
||||
pyflakes pylint pep8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user