-
Notifications
You must be signed in to change notification settings - Fork 28
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
Unable to contact the remote controller at 10.0.123.3:6633 #9
Comments
Hi @omar-dulaimi! Thanks for getting in touch. I assume you brought your deployment up with Vagrant... right? The most helpful thing here would be the output of both Looking forward to getting more info! |
Hey @pcolladosoto , Thanks for the quick response, and for the heads up about the sensitive info. I might have overdone it, please let me know if some info is missing. Yes, that's right => Test
Controller
User:
|
Hi! Well, it looks like nobody's been assigned IPv4 address
As you can see, none of them have been assigned Line 46 in 28ecdcf
What's more, Mininet's 'internal' address block is Lines 15 to 19 in 28ecdcf
This is a 'superblock' that includes the IPv4 addresses assigned to other interfaces like So... how to fix this? You might want to alter the IPv4 addresses within the Line 26 in 28ecdcf
That reminds me: can I take a look at the actual Vagrantfile you're using? The idea is choosing IPv4 addresses that won't collide with others already assigned and, more importantly, to make sure the IPv4 addresses you're trying to contact have been leased to a machine. If all the above sounds a little convoluted feel free to follow up on the issue! |
@pcolladosoto You are right on the money man! This concludes this issue. Thanks a lot man, I appreciate it. Should I create a separate issue about launching the attack?
I don't have a |
Also, does wireshark need to be installed separately?
|
Can you let me know how you fixed the wireshark error? |
Hello,
I'm facing connection issues between the controller and test machines.
When I run this command:
It gets stuck for a while at the first step(adding controller), then this will be logged:
When I reach mininet in the end, and run this:
I keep getting:
More logs from test:
logs from controller:
OS: Ubuntu 18.04
VirtualBox: 5.2.42_Ubuntur137960
Vagrant: 2.3.0
What am I doing wrong?
The text was updated successfully, but these errors were encountered: