Skip to content

Using the pre-configured VM #17

@nilforoosh

Description

@nilforoosh

hello
i have installed the .vdi file of miniccnx on virtual box and i have these problems:

1- why when I run ¨sudo mn¨ command in terminal for running mininet these errors appears:

Traceback (most recent call last):
File "/usr/local/bin/mn", line 5, in
pkg_resources.run_script('mininet==2.0.0', 'mn')
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 528, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1388, in run_script
raise ResolutionError("No script named %r" % script_name)
pkg_resources.ResolutionError: No script named 'mn'

2- when I test your configuration file for h1--s1--h2 these errors appear :

Traceback (most recent call last):
File "/usr/local/bin/miniccnx", line 5, in
pkg_resources.run_script('mininet==2.0.0', 'miniccnx')
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 528, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1401, in run_script
exec(script_code, namespace, namespace)
File "/usr/local/lib/python2.7/dist-packages/mininet-2.0.0-py2.7.egg/EGG-INFO/scripts/miniccnx", line 145, in

File "/usr/local/lib/python2.7/dist-packages/mininet-2.0.0-py2.7.egg/EGG-INFO/scripts/miniccnx", line 91, in execute

File "build/bdist.linux-x86_64/egg/sources/conf_parser.py", line 303, in parse_preferences
File "/usr/lib/python2.7/ConfigParser.py", line 347, in items
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'preferences'

3- in miniccnxedit i can easily put hosts and routers but don´t links; how the links work in editor?
how can I put links and join hosts and routers ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions