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

Try to connect onos contrller in remote sever's container #924

Open
minziran opened this issue Jan 24, 2020 · 0 comments
Open

Try to connect onos contrller in remote sever's container #924

minziran opened this issue Jan 24, 2020 · 0 comments

Comments

@minziran
Copy link

I try to connect onos contrller in remote sever's container. But it shows Unable to contact the remote controller at 129.00.09.82:8190
The mininet command is sudo mn --topo=linear,3 --controller=remote,ip= 129.00.09.82:8190
The Ip I used is floating Ip
Then I use the command sudo ovs-vsctl set-controller s1 tcp:129.00.09.82:8190:6653 to set controller. It failed.

But if I run mininet on the same sever as docker container
I use the command sudo mn --topo=linear,3 --controller=remote,ip=127.0.0.1:8190
and set use this command sudo ovs-vsctl set-controller s1 tcp:172.17.0.2:6653
I succeed.
I know the success from karaf@root > when I type devices, it shows connected.

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