Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solution for "Exception: Could not find a default controller for switch ovsk" #3

Open
SummerXXXX opened this issue May 27, 2024 · 0 comments

Comments

@SummerXXXX
Copy link

In case you run command "sudo mn --custom ./topology.py --topo tutorialTopology --switch ovsk"
and get an error: "Exception: could not find a default controller for switch ovsk"

execute following commands could solve the problem:

sudo apt-get install openvswitch-testcontroller
sudo ln /usr/bin/ovs-testcontroller /usr/bin/controller 

source: https://stackoverflow.com/questions/17341076/mininet-cannot-find-required-executable-controller

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant